Skip to content

Commit

Permalink
Switch cryptonite to crypton.
Browse files Browse the repository at this point in the history
`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
  • Loading branch information
aniketd committed Feb 25, 2025
1 parent 50702e6 commit cc3511c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ if impl(ghc < 9.8)
program-options
ghc-options: -Werror

package cryptonite
package crypton
-- Using RDRAND instead of /dev/urandom as an entropy source for key
-- generation is dubious. Set the flag so we use /dev/urandom by default.
flags: -support_rdrand
Expand Down
2 changes: 1 addition & 1 deletion cardano-api/cardano-api.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ library
cborg,
containers,
contra-tracer,
cryptonite,
crypton,
data-default-class,
deepseq,
directory,
Expand Down

0 comments on commit cc3511c

Please sign in to comment.