Plasma GitLab Archive
Projects Blog Knowledge

Class type Netsys_digests.digest

class type digest = object .. end

method name : string
The name conventionally follows the <uppercasestring>-<size> format, e.g. "MD5-128", "SHA1-160", or "SHA2-256".
method size : int
The size of the digest string in bytes
method block_length : int
The block length of the hash function (for HMAC) in bytes
method create : unit -> digest_ctx
Start digestion
This web site is published by Informatikbüro Gerd Stolpmann
Powered by Caml