Re: [PATCH v7 1/3] crypto: Key-agreement Protocol Primitives API (KPP)

2016-06-02 Thread Herbert Xu
On Tue, May 31, 2016 at 04:36:21PM +0100, Salvatore Benedetto wrote: > Add key-agreement protocol primitives (kpp) API which allows to > implement primitives required by protocols such as DH and ECDH. > The API is composed mainly by the following functions > * set_params() - It allows the user to

[PATCH v7 1/3] crypto: Key-agreement Protocol Primitives API (KPP)

2016-05-31 Thread Salvatore Benedetto
Add key-agreement protocol primitives (kpp) API which allows to implement primitives required by protocols such as DH and ECDH. The API is composed mainly by the following functions * set_params() - It allows the user to set the parameters known to both parties involved in the key-agreement