hyperboria / bugs

Peer-to-peer IPv6 networking, secure and near-zero-conf.
153 stars 17 forks source link

cjdns uses sodiumoxide #212

Open marek22k opened 11 months ago

marek22k commented 11 months ago

cjdns seems to use sodiumoxide, which however is no longer maintained. This is especially problematic for a cryptography library.

This project has reached the end of its development as a cryptographic library for rust.

https://github.com/sodiumoxide/sodiumoxide

Ping on maintainer: @cjdelisle

kpcyrd commented 11 months ago

I've had a good experience with https://docs.rs/crypto_box/latest/crypto_box/ and it could be considered when choosing a sodium replacement. I'm not sure if anybody is around to port it but sending a patch might work.