keccak-0.1.0: haskell keccak functions

Safe HaskellSafe
LanguageHaskell2010

Crypto.Hash.Keccak

Documentation

type State = [[Word64]] Source #

toBlocks :: Int -> [Word8] -> [[Word64]] Source #

chi :: [[Word64]] -> State Source #