crypto_x25519_dirty_fast function
Implementation
@ffi.Native<ffi.Void Function(ffi.Pointer<ffi.Uint8>, ffi.Pointer<ffi.Uint8>)>()
external void crypto_x25519_dirty_fast(
ffi.Pointer<ffi.Uint8> pk,
ffi.Pointer<ffi.Uint8> sk,
);
@ffi.Native<ffi.Void Function(ffi.Pointer<ffi.Uint8>, ffi.Pointer<ffi.Uint8>)>()
external void crypto_x25519_dirty_fast(
ffi.Pointer<ffi.Uint8> pk,
ffi.Pointer<ffi.Uint8> sk,
);