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