Sodium_fmt.Auth
Auth
defines formatters for types defined in Sodium.Auth
.
secret_key
formats a secret_key
in this fashion: (Auth.secret_key AAAAAA==)
.
module type S = sig ... end
Bytes
offers versions of each of the above formatters, which get their value from a bytes
value.