hs-crypto-cipher icon indicating copy to clipboard operation
hs-crypto-cipher copied to clipboard

DEPRECATED by cryptonite; A collection of cryptographic block and stream ciphers in haskell

Results 7 hs-crypto-cipher issues
Sort by recently updated
recently updated
newest added

In this line https://github.com/vincenthz/hs-crypto-cipher/blob/master/cryptocipher/Crypto/Cipher.hs#L22: It uses ivRaw :: ByteString, which isn't `Maybe a` hence a bad parameter for `maybe`. I suppose you meant to do a `makeIV ivRaw :: Maybe...

``` Preprocessing library crypto-cipher-benchmarks-0.0.5... Crypto/Cipher/Benchmarks.hs:22:8: Could not find module ‘Criterion.Environment’ Use -v to see a list of the files searched for. Crypto/Cipher/Benchmarks.hs:23:8: Could not find module ‘Criterion.Config’ Perhaps you meant...

Hi, - I think `aeadInit` shouldn't take the IV; especially GCM does a lot of initial work with the key (expensive), but changing the IV/nonce is easy. So maybe add...

Hi, the XTS encryption mode seems strange. The "official" doc (http://axelkenzo.ru/downloads/1619-2007-NIST-Submission.pdf) doesn't have an IV; instead it uses the sPoint as IV, and encrypts it once and uses it as...

Please implement CAST-128: https://tools.ietf.org/html/rfc2144

wishlist

Hi, building cyptocipher fails on mips, powerpc, s390, and s390x on Debian: https://buildd.debian.org/status/package.php?p=haskell-cryptocipher https://buildd.debian.org/status/fetch.php?pkg=haskell-cryptocipher&arch=mips&ver=0.3.3-1&stamp=1338106608 ``` debian/hlibrary.setup test --builddir=dist-ghc Running 1 test suites... Test suite test-cryptocipher: RUNNING... symmetric cipher KAT: RC4:...