Skip to content

Commit cc3511c

Browse files
committed
Switch cryptonite to crypton.
`crypton` is the new drop-in replacement to `cryptonite`. We have switched already in `ledger`[1]. `cryptonite` is no longer maintained. References: [1]: IntersectMBO/cardano-ledger#4859
1 parent 50702e6 commit cc3511c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cabal.project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ if impl(ghc < 9.8)
2828
program-options
2929
ghc-options: -Werror
3030

31-
package cryptonite
31+
package crypton
3232
-- Using RDRAND instead of /dev/urandom as an entropy source for key
3333
-- generation is dubious. Set the flag so we use /dev/urandom by default.
3434
flags: -support_rdrand

cardano-api/cardano-api.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ library
133133
cborg,
134134
containers,
135135
contra-tracer,
136-
cryptonite,
136+
crypton,
137137
data-default-class,
138138
deepseq,
139139
directory,

0 commit comments

Comments
 (0)