crypto_wipe function
void
crypto_wipe()
Erase sensitive data
Implementation
@ffi.Native<ffi.Void Function(ffi.Pointer<ffi.Void>, ffi.Size)>()
external void crypto_wipe(ffi.Pointer<ffi.Void> secret, int size);
@ffi.Native<ffi.Void Function(ffi.Pointer<ffi.Void>, ffi.Size)>()
external void crypto_wipe(ffi.Pointer<ffi.Void> secret, int size);