update to 0.26
This commit is contained in:
parent
ed2e952cda
commit
378e90a1fd
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/cryptonite-0.24.tar.gz
|
||||
/cryptonite-0.25.tar.gz
|
||||
/cryptonite-0.26.tar.gz
|
||||
|
@ -9,8 +9,8 @@
|
||||
%bcond_with tests
|
||||
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 0.25
|
||||
Release: 7%{?dist}
|
||||
Version: 0.26
|
||||
Release: 1%{?dist}
|
||||
Summary: Cryptography Primitives sink
|
||||
|
||||
# Main - Argon2 C code - Blake2 C code
|
||||
@ -46,12 +46,12 @@ Salsa, XSalsa, ChaCha.
|
||||
* Hash: SHA1, SHA2, SHA3, SHAKE, MD2, MD4, MD5, Keccak, Skein, Ripemd, Tiger,
|
||||
Whirlpool, Blake2
|
||||
|
||||
* MAC: HMAC, Poly1305
|
||||
* MAC: HMAC, KMAC, Poly1305
|
||||
|
||||
* Asymmetric crypto: DSA, RSA, DH, ECDH, ECDSA, ECC, Curve25519, Curve448,
|
||||
Ed25519, Ed448
|
||||
|
||||
* Key Derivation Function: PBKDF2, Scrypt, HKDF, Argon2
|
||||
* Key Derivation Function: PBKDF2, Scrypt, HKDF, Argon2, BCrypt, BCryptPBKDF
|
||||
|
||||
* Cryptographic Random generation: System Entropy, Deterministic Random
|
||||
Generator
|
||||
@ -159,6 +159,9 @@ This package provides the Haskell %{pkg_name} profiling library.
|
||||
|
||||
|
||||
%changelog
|
||||
* Sun Jun 07 2020 Jens Petersen <petersen@redhat.com> - 0.26-1
|
||||
- update to 0.26
|
||||
|
||||
* Wed Feb 19 2020 Jens Petersen <petersen@redhat.com> - 0.25-7
|
||||
- refresh to cabal-rpm-2.0.2
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (cryptonite-0.25.tar.gz) = e2c246b85595cca60c4d0f4eda737ab3be2a73ee012ba234c2b1a0111a7b77e04c6ba5597c807e3d2d48dc41e9b4fe0419ce95072e9977903c437b36350f0405
|
||||
SHA512 (cryptonite-0.26.tar.gz) = 4236d411542fd104e5cace61fbdeda615f7d13e442594d7fa12acc682d917b0494b10b242a88fef19e91e93489797206fee07497bff92e43d3849ebac8ee11b0
|
||||
|
Loading…
Reference in New Issue
Block a user