Sodium_fmt.Password_hash
Password_hash defines formatters for types defined in Sodium.Password_hash.
Password_hash
Sodium.Password_hash
val salt : Sodium.Password_hash.salt Fmt.t
salt formats a salt in this fashion: (Password_hash.salt AAAAAA==).
salt
(Password_hash.salt AAAAAA==)
module type S = sig ... end
module Bytes : S with type storage = bytes
Bytes offers versions of each of the above formatters, which get their value from a bytes value.
Bytes
bytes
module Bigbytes : S with type storage = Sodium.bigbytes
Bigbytes offers versions of each of the above formatters, which get their value from a Sodium.bigbytes value.
Bigbytes
Sodium.bigbytes