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