passe.ml
passe
1 2 3 4 5 6 7 type hash = Hash.t let hash_to_string = Hash.to_string let hash_of_string = Hash.of_string module Bcrypt = Bcrypt module Argon2 = Argon2
1 2 3 4 5 6 7
type hash = Hash.t let hash_to_string = Hash.to_string let hash_of_string = Hash.of_string module Bcrypt = Bcrypt module Argon2 = Argon2