crypto_eddsa_trim_scalar function

  1. @Native<Void Function(Pointer<Uint8>, Pointer<Uint8>)>(ffi.Pointer<ffi.Uint8>, ffi.Pointer<ffi.Uint8>)>()
void crypto_eddsa_trim_scalar(
  1. Pointer<Uint8> out,
  2. Pointer<Uint8> in$
)

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$,
);