zm-0.3.2: Language independent, reproducible, absolute types

Safe HaskellNone
LanguageHaskell2010

Data.Digest.Keccak

Description

Crypto algorithms of the Keccak family (SHA3/SHAKE), with support for GHCJS.

Synopsis

Documentation

sha3_256 :: Int -> ByteString -> ByteString Source #

Return the specified number of bytes of the SHA-3 hash of the provided byte string

shake_128 :: Int -> ByteString -> ByteString Source #

Return the specified number of bytes of the SHAKE-128 hash of the provided byte string