crypto_eddsa_to_x25519 function
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,
);