@hackage threefish0.2.3
The Threefish block cipher and the Skein hash function for Haskell.
Categories
License
BSD-3-Clause
Maintainer
anton@ekblad.cc
Links
Versions
Installation
Dependencies (9)
- array >=0.4
- base >=4.6 && <5
- bytestring >=0.10
- cereal >=0.3
- crypto-api >=0.12
- data-default >=0.5 Show all…
Dependents (4)
@hackage/acme-everything, @hackage/Dust, @hackage/Dust-crypto, @hackage/alea
Implements 256 and 512 bit variants of Threefish and Skein. Skein is usable as a "normal" hash function as well as in Skein-MAC, as a cryptographically secure PRNG, as a stream cipher and as a key derivation function, all implemented according to the specifications of the Skein 1.3 paper.