Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Stream
defines formatters for types defined in Sodium.Stream
.
val secret_key : Sodium.Stream.secret_key Fmt.t
secret_key
formats a secret_key
in this fashion: (Stream.secret_key AAAAAA==)
.
val nonce : Sodium.Stream.nonce Fmt.t
nonce
formats a nonce
in this fashion: (Stream.nonce AAAAAA==)
.
module type S = sig ... end
Bytes
offers versions of each of the above formatters, which get their value from a bytes
value.
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.