crypto_elligator_key_pair function
Easy to use key pair generation
Implementation
@ffi.Native<
ffi.Void Function(
ffi.Pointer<ffi.Uint8>,
ffi.Pointer<ffi.Uint8>,
ffi.Pointer<ffi.Uint8>,
)
>()
external void crypto_elligator_key_pair(
ffi.Pointer<ffi.Uint8> hidden,
ffi.Pointer<ffi.Uint8> secret_key,
ffi.Pointer<ffi.Uint8> seed,
);