Package Release Info

ghc-cryptonite-0.10-3.1

Update Info: openSUSE-2016-291
Available in Package Hub : 12 GA-SP5

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

ghc-cryptonite
ghc-cryptonite-devel

Change Logs

* Fri Dec 25 2015 mimi.vx@gmail.com
- update to 0.10
- drop blake2-fix.patch
  * Add reference implementation of blake2 for non-SSE2 platfom
  * Add support_blake2_sse flag
* Tue Dec 15 2015 mimi.vx@gmail.com
- update to 0.9
  * Quiet down unused module imports
  * Move Curve25519 over to Crypto.Error instead of using Either String.
  * Add documentation for ChaChaPoly1305
  * Add missing documentation for various modules
  * Add a way to create Poly1305 Auth tag.
  * Added support for the BLAKE2 family of hash algorithms
  * Fix endianness of incrementNonce function for ChaChaPoly1305
  * Add support for ChaChaPoly1305 Nonce Increment
  * Add PKCS5 / PKCS7 padding and unpadding methods
  * Fix ChaChaPoly1305 Decryption
  * Add support for BCrypt
- add blake2-fix.patch and disabled build of sse4.1 optimized blake2
* Thu Aug 06 2015 mimi.vx@gmail.com
- initial commit