X25519_keypair

X25519_keypair sets |out_public_value| and |out_private_key| to a freshly generated, public/private key pair.

extern (C) nothrow @nogc
void
X25519_keypair
(
core.stdc.stdint.uint8_t* out_public_value
,
core.stdc.stdint.uint8_t* out_private_key
)

Meta