Skip to main content

Module salt

Module salt 

Source
Expand description

Salt string support.

Structs§

Salt
In password hashing, a “salt” is an additional value used to personalize/tweak the output of a password hashing function for a given input password.
SaltString
“B64”-encoded Salt stored as a stack-allocated string.

Constants§

INVARIANT_VIOLATED_MSG 🔒
Error message used with expect for when internal invariants are violated (i.e. the contents of a Salt should always be valid)