Skip to main content

Module pbkdf

Module pbkdf 

Source

Enums§

Error
SecurityLevel
Argon2id security level — selects memory, iteration, and parallelism constants.

Functions§

derive
Derive a 64-byte key from password and salt using Argon2id.
verify
Verify password against a previously derived key, using constant-time comparison.