ocheron / cryptostore

Serialization of cryptographic data types
Other
10 stars 9 forks source link

Move from cryptonite to crypton #10

Closed ocramz closed 1 year ago

ocramz commented 1 year ago

Apparently 'cryptonite' is not actively maintained, and 'crypton' is the new standard.

A number of key networking libraries have switched to 'crypton' already : https://packdeps.haskellers.com/reverse/crypton

It's API-compatible, so this should be just an import renaming chore.

ocheron commented 1 year ago

I worked to add a cabal flag but this is apparently too early, the new packages are not even on stackage nightly because of build errors.

ocheron commented 1 year ago

Added flag use_crypton to let users choose.

ocramz commented 1 year ago

@ocheron thank you for looking at this so quickly!