Correct method to generate a Curve25519 keypair

Stef Bon stefbon at gmail.com
Sun Jun 24 10:42:25 CEST 2018


Op za 23 jun. 2018 om 08:06 schreef Stef Bon <stefbon at gmail.com>:
>
>
> (key-data
>   (public-key
>     (ecc
>       (curve Ed25519)
>       (flags eddsa)
>       (q q-value)))
>   (private-key
>     (ecc
>       (curve Ed25519)
>       (flags eddsa)
>       (q q-value)
>       (d d-value))))
>

Hi,
I found that the curve ed25519 has to start with a capital: Ed25519 thus.
Stef



More information about the Gcrypt-devel mailing list