NesHashedSecretHigh-level utilities to manipulate hashed secrets safely. This can be used for passwords and tokens, for instance.
Equality of two hashed secrets. Two hashes of the same secret are NOT guaranteed to be equal.
val pp : Stdlib.Format.formatter -> t -> unitDebug printing from ppx_deriving_show.
val to_yojson : t -> Yojson.Safe.tval of_yojson : Yojson.Safe.t -> (t, string) Stdlib.resultSerialisation to/from JSON. This will serialise the hash and the salt.