issues
search
dsprenkels
/
sss-rs
Rust bindings for my Shamir secret sharing library
MIT License
36
stars
9
forks
source link
Update the dependencies and move to crypto_secretbox
#12
Closed
moiseev-signal
closed
1 year ago
moiseev-signal
commented
1 year ago
xsalsa20poly1305 has been recently deprecated in favor of crypto_secretbox (It is mostly a drop-in replacement.)
Update to the latest version of rand (perhaps unnecessarily)
Remove the remnants of the time when there was a C library underneath.
dsprenkels
commented
1 year ago
Thank you for you contribution! <3
dsprenkels
commented
1 year ago
Notes to self:
[x] Checked all new dependencies for trustworthiness
[x] Checked that all changes were necessary
[x] Checked that the functionality was consistent across versions
[ ] Release a new version