wire_scrypt_derive_key method

void wire_scrypt_derive_key(
  1. int port_,
  2. Pointer<wire_ScriptDeriveReq> req
)

Implementation

void wire_scrypt_derive_key(
  int port_,
  ffi.Pointer<wire_ScriptDeriveReq> req,
) {
  return _wire_scrypt_derive_key(
    port_,
    req,
  );
}