haskell-jwt icon indicating copy to clipboard operation
haskell-jwt copied to clipboard

Move from cryptonite to crypton

Open ocramz opened this issue 2 years ago • 1 comments

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.

ocramz avatar Jun 11 '23 11:06 ocramz

  • I attempted to do this and described the main blocker in #8

bmillwood avatar Jul 16 '24 11:07 bmillwood

Added a flag to do so: 2b3167c4522e435410337d9c0da4523ead26c345

I made it a flag since you already need a flag because of cryptostore. If https://github.com/ocheron/cryptostore/issues/13 gets resolved, I'll happily remove the flag.

puffnfresh avatar Sep 09 '24 21:09 puffnfresh