crypto_eddsa_trim_scalar function
EdDSA building blocks
Implementation
@ffi.Native<ffi.Void Function(ffi.Pointer<ffi.Uint8>, ffi.Pointer<ffi.Uint8>)>()
external void crypto_eddsa_trim_scalar(
ffi.Pointer<ffi.Uint8> out,
ffi.Pointer<ffi.Uint8> in$,
);