Library DocumentationStructuresSignaturesIdentifiersPackagesAbout

Signature SHA256 (pkg github.com/diku-dk/sml-sha256)

Library for SHA256 cryptographic hashing.

Based on Wikipedia's SHA-256 pseudocode: http://en.wikipedia.org/w/index.php?title=SHA-2&oldid=547734565#Pseudocode
structure SHA256 : SHA256 (pkg github.com/diku-dk/sml-sha256)

signature SHA256 = sig
  val hashStringHex : string -> string
end

[hashStringHex s]
returns the hexadecimal string representation of the sha256 cryptographic hash of s.


Generated by SigDoc