mirror of
https://github.com/dsprenkels/sss-cli.git
synced 2026-01-09 13:47:55 -05:00
Prepare for version 0.1.2
This commit is contained in:
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -397,7 +397,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "shamirsecretsharing-cli"
|
||||
version = "0.1.1"
|
||||
version = "0.1.2"
|
||||
dependencies = [
|
||||
"atty",
|
||||
"clap",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "shamirsecretsharing-cli"
|
||||
version = "0.1.1"
|
||||
version = "0.1.2"
|
||||
|
||||
[[bin]]
|
||||
name = "secret-share-split"
|
||||
|
||||
@@ -56,6 +56,13 @@ so that the shares cannot be tampered with, which takes up some extra space.
|
||||
[rustup]: https://rustup.rs/
|
||||
[crates.io]: https://crates.io/
|
||||
|
||||
# Changelog
|
||||
|
||||
### New in version 0.1.2
|
||||
|
||||
- Use the RustCrypto `crypto-secretbox` crate instead of `xsalsa20poly1305`
|
||||
([#12](https://github.com/dsprenkels/sss-rs/pull/12)).
|
||||
|
||||
# Questions
|
||||
|
||||
Feel free to [open an issue](https://github.com/dsprenkels/sss-cli/issues/new)
|
||||
|
||||
Reference in New Issue
Block a user