Re: [PATCH 5/7] crypto: Implement ECDSA algorithm by hogweed

2022-06-17 Thread Daniel P . Berrangé
On Mon, Jun 13, 2022 at 04:45:29PM +0800, Lei He wrote: > Implement ECDSA algorithm by hogweed and nettle. > > Signed-off-by: lei he > --- > crypto/akcipher-nettle.c.inc | 268 > +++ > 1 file changed, 268 insertions(+) Reviewed-by: Daniel P. Berrangé

[PATCH 5/7] crypto: Implement ECDSA algorithm by hogweed

2022-06-13 Thread Lei He
Implement ECDSA algorithm by hogweed and nettle. Signed-off-by: lei he --- crypto/akcipher-nettle.c.inc | 268 +++ 1 file changed, 268 insertions(+) diff --git a/crypto/akcipher-nettle.c.inc b/crypto/akcipher-nettle.c.inc index 02699e6e6d..94d6e0b629 1006