crypto_eddsa_to_x25519 function

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

Conversion to X25519

Implementation

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