Webs_authenticatable.Secret_keySecret keys.
The type for secret keys. This defines both a key and a corresponding authentification scheme.
val random_hs256 : ?crypto_random:Webs_crypto_random.t -> unit -> trandom_hs256 () are 64 random bytes sourced from the generator crypto_random (defaults to Webs_crypto_random.get).
val to_ascii_string : t -> stringto_ascii_string k encodes k to an URL safe US-ASCII scheme that can be read back by of_ascii_string.
val of_ascii_string : string -> (t, string) Stdlib.resultof_ascii_string s reads back the encoding of to_ascii_string.