module type PROFILE =sig
..end
The profile sets some basic parameters. The common profile to use
is Netmech_scram_sasl.SHA1
val hash_function : Netsys_digests.iana_hash_fn
The hash function. We only allow functions where IANA registered an official name. Note that SCRAM is currently only specified for SHA1, although the hash function is easily exchangable.
val iteration_count_limit : int
The maximum iteration count supported
val announce_channel_binding : bool
Whether servers announce the availability of channel binding by adding "-PLUS" to the mechanism name.