Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Argon2idOptions

Index

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