tekul / jose-jwt

Haskell implementation of JOSE/JWT standards
BSD 3-Clause "New" or "Revised" License
37 stars 22 forks source link

Move to 'crypton' #41

Closed ocramz closed 11 months 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.

ocramz commented 8 months ago

Hi @tekul ! Could you upload a new release so that we may import this new version downstream? Thank you!

tekul commented 8 months ago

I've released a 0.10.0 version with the crypton dependency.

ocramz commented 8 months ago

Thank you!