Passeval hash_to_string : hash -> stringhash_to_string h converts the hash h to its string representation
val hash_of_string : string -> hashhash_of_string s convert the string to its hash representation, this function must only be used when you know your string is the result of previous operation, eg when you get the string from database.
module Bcrypt : sig ... endThe bcrypt hashing algorithm.
module Argon2 : sig ... endThe argon2 hashing algorithm.