haskell-nix / hnix-store

Haskell implementation of the Nix store
Apache License 2.0
83 stars 23 forks source link

Switch to `crypton` #239

Closed sorki closed 8 months ago

sorki commented 8 months ago

Never-ending crypto story!

Ericson2314 commented 8 months ago

https://github.com/haskellfoundation/tech-proposals/blob/main/proposals/052-cryptography-leg-1.md this is hopefully the end of the crypto story :)

sorki commented 8 months ago

So this might not be worth doing right away but also should be quite easy as they are compatible. According to the proposal the botan based one will have Cryptonite compat layer so we might just wait for that and skip the intermediate switch to crypton.

Also not really a pressing issue at all.