Skip to content

Commit 43afe77

Browse files
authored
Merge pull request #762 from IntersectMBO/aniketd/crypton
Switch cryptonite to crypton
2 parents 50702e6 + cc3511c commit 43afe77

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)