mirror of
https://github.com/mii443/RustySecrets.git
synced 2025-08-22 16:25:32 +00:00
add checksums to shares (CRC-24)
This commit is contained in:
6
Cargo.lock
generated
6
Cargo.lock
generated
@ -2,10 +2,16 @@
|
||||
name = "secretshare"
|
||||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"crc24 0.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"getopts 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"rustc-serialize 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "crc24"
|
||||
version = "0.0.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
|
||||
[[package]]
|
||||
name = "getopts"
|
||||
version = "0.2.0"
|
||||
|
Reference in New Issue
Block a user