package sodium-fmt

  1. Overview
  2. Docs

Module Sodium_fmt.Password_hashSource

Password_hash defines formatters for types defined in Sodium.Password_hash.

salt formats a salt in this fashion: (Password_hash.salt AAAAAA==).

Sourcemodule type S = sig ... end
Sourcemodule Bytes : S with type storage = bytes

Bytes offers versions of each of the above formatters, which get their value from a bytes value.

Bigbytes offers versions of each of the above formatters, which get their value from a Sodium.bigbytes value.

OCaml

Innovation. Community. Security.