File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 11name : cardano-crypto
22version : 1.2.0
33synopsis : Cryptography primitives for cardano
4- description :
4+ description : This package provide cryptographic primitives in use in the Cardano network, mostly related to legacy Byron era.
55homepage : https://github.com/input-output-hk/cardano-crypto#readme
66license : MIT
77license-file : LICENSE
@@ -44,14 +44,14 @@ library
4444 Crypto.Encoding.BIP39.English
4545 Cardano.Internal.Compat
4646 build-depends : base >= 4.7 && < 5
47- , memory
47+ , basement >= 0.0.16
48+ , bytestring >= 0.11
49+ , crypton >= 0.32 && < 1.1
4850 , deepseq
49- , bytestring
50- , basement
5151 , foundation
52- , crypton >= 0.22
53- , hashable
5452 , integer-gmp
53+ , hashable >= 1.4 && < 1.6
54+ , memory >= 0.18
5555 default-language : Haskell2010
5656 C-sources : cbits/ed25519/ed25519.c
5757 cbits/encrypted_sign.c
You can’t perform that action at this time.
0 commit comments