billstclair / elm-sha256 / Sha256

This module is a Pure Elm implementation of the sha256 and sha224 crytographic hash functions.

Thank you to Yi-Cyuan Chen for the JavaScript I converted.

Functions

sha256 : String -> String

Returns the sha256 hash of its argument.

sha224 : String -> String

Returns the sha224 hash of its argument.