Hierarchy

  • Argon2idOptions

Properties

memLimitKib: number

Memory limit measured in KiB (like argon2 command line tool)

Note: only approximately 16 MiB of memory are available using the non-sumo version of libsodium.js

See

https://libsodium.gitbook.io/doc/password_hashing/default_phf#key-derivation

opsLimit: number

An integer between 1 and 4294967295 representing the computational difficulty.

See

https://libsodium.gitbook.io/doc/password_hashing/default_phf#key-derivation

outputLength: number

Output length in bytes

Generated using TypeDoc