crypto_eddsa_key_pair function
EdDSA with curve25519 + BLAKE2b
Implementation
@ffi.Native<
ffi.Void Function(
ffi.Pointer<ffi.Uint8>,
ffi.Pointer<ffi.Uint8>,
ffi.Pointer<ffi.Uint8>,
)
>()
external void crypto_eddsa_key_pair(
ffi.Pointer<ffi.Uint8> secret_key,
ffi.Pointer<ffi.Uint8> public_key,
ffi.Pointer<ffi.Uint8> seed,
);