package ez_api

  1. Overview
  2. Docs

doc/ez_api.session/EzSession/Hash/index.html

Module EzSession.HashSource

Hash module, that hashing algorithms.

include module type of struct include EzHash end
val hash : string -> string
Sourceval password : login:string -> password:string -> string

Hashed version of the password that is computed by the hash function applied on login ^ password

Sourceval challenge : challenge:string -> pwhash:string -> string

Hashed version of the challenge that is computed by the hash function applied on challenge ^ pwhash

OCaml

Innovation. Community. Security.