crypto_x25519_to_eddsa function

  1. @Native<Void Function(Pointer<Uint8>, Pointer<Uint8>)>(ffi.Pointer<ffi.Uint8>, ffi.Pointer<ffi.Uint8>)>()
void crypto_x25519_to_eddsa(
  1. Pointer<Uint8> eddsa,
  2. Pointer<Uint8> x25519
)

Conversion to EdDSA

Implementation

@ffi.Native<ffi.Void Function(ffi.Pointer<ffi.Uint8>, ffi.Pointer<ffi.Uint8>)>()
external void crypto_x25519_to_eddsa(
  ffi.Pointer<ffi.Uint8> eddsa,
  ffi.Pointer<ffi.Uint8> x25519,
);