crypto_pwhash function

Uint8List crypto_pwhash(
  1. num outlen,
  2. Uint8List passwd,
  3. Uint8List salt,
  4. num opslimit,
  5. num memlimit,
  6. int alg,
)

Implementation

external Uint8List crypto_pwhash(num outlen, Uint8List passwd, Uint8List salt,
    num opslimit, num memlimit, int alg);