Auth.S
type storage
val secret_key : storage Fmt.t
secret_key formats a secret_key in this fashion: (Auth.secret_key AAAAAA==). If the storage value is not Sodium.Auth.key_size bytes long, it will be formatted as (Auth.secret_key <size mismatch>).
secret_key
(Auth.secret_key AAAAAA==)
storage
Sodium.Auth.key_size
(Auth.secret_key <size mismatch>)