Plasma GitLab Archive
Projects Blog Knowledge

sig
  module type PROFILE =
    sig
      val mutual : bool
      val hash_function : Netsys_digests.iana_hash_fn
      val test_nonce : string option
    end
  module Make_SCRAM : functor (P : PROFILE-> Nethttp.HTTP_CLIENT_MECHANISM
  module SHA_256 : PROFILE
  module SHA_256_mutual : PROFILE
end
This web site is published by Informatikbüro Gerd Stolpmann
Powered by Caml