PasswordHash typedef

PasswordHash = String

This type corresponds to the parsed representation of a PHC string as described in the PHC string format specification ($argon2id$v=19$...).

Implementation

typedef PasswordHash = String;