Voting

: max(two, six)?
(Example: nine)

The Note You're Voting On

Anonymous
10 months ago
Function is expecting salt length to be EXACTLY SODIUM_CRYPTO_PWHASH_SCRYPTSALSA208SHA256_SALTBYTES bytes. It throws error if you provide longer salt string. For example: salt of 64 bytes will throw an error.

<< Back to user notes page

To Top