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.
- Salt
String - “B64”-encoded
Saltstored as a stack-allocated string.
Constants§
- INVARIANT_
VIOLATED_ 🔒MSG - Error message used with
expectfor when internal invariants are violated (i.e. the contents of aSaltshould always be valid)