magic-wormhole / magic-wormhole.rs

Rust implementation of Magic Wormhole, with new features and enhancements
European Union Public License 1.2
645 stars 72 forks source link

[Feature request] Drop xsalsa20poly1305 dependency #208

Closed werdahias closed 4 months ago

werdahias commented 9 months ago

From the xsalsa20poly1305 crates.io page:

xsalsa20poly1305
v0.8.0
DEPRECATED: please use the `crypto_secretbox` crate 

I think it'd good practice to switch to newer crate. I didn't have time to look into how much codechanges would be needed; I might make a PR then.

felinira commented 8 months ago

This is already implemented, it's just missing a release.

werdahias commented 8 months ago

Thanks !

felinira commented 4 months ago

Already been fixed in 0.6.1, I forgot to close this issue.