mpi_swap_cond: different sizes error on eddsa key generation
NIIBE Yutaka
gniibe at fsij.org
Fri Nov 25 06:43:40 CET 2016
On 11/25/2016 08:54 AM, Kostis Andrikopoulos wrote:
> static const char *parmstr = "(genkey (ecc (curve Ed25519 (flags
> eddsa))))";
For me, this looks not correct.
Before:
"(genkey (ecc (curve Ed25519 (flags eddsa))))"
I think correct expression is:
"(genkey (ecc (curve Ed25519) (flags eddsa)))"
Please note the paren difference.
--
More information about the Gcrypt-devel
mailing list