Re: [PATCH v3 0/2] crypto: ecdh - add privkey generation support

2017-06-09 Thread Herbert Xu
On Tue, May 30, 2017 at 05:52:47PM +0300, Tudor Ambarus wrote: > Hi, > > This patch set adds support for generating ecc private keys. > ecc private keys are generated using the method of extra random bits, > equivalent to that described in FIPS 186-4, Appendix B.4.1. > > Generation of ecc

[PATCH v3 0/2] crypto: ecdh - add privkey generation support

2017-05-30 Thread Tudor Ambarus
Hi, This patch set adds support for generating ecc private keys. ecc private keys are generated using the method of extra random bits, equivalent to that described in FIPS 186-4, Appendix B.4.1. Generation of ecc private keys is helpful in a user-space to kernel ecdh offload because the keys are