crypto_wipe function

  1. @Native<Void Function(Pointer<Void>, Size)>(ffi.Pointer<ffi.Void>, ffi.Size)>()
void crypto_wipe(
  1. Pointer<Void> secret,
  2. int size
)

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);