add checksums to shares (CRC-24)

This commit is contained in:
Sebastian Gesemann
2015-01-31 21:06:23 +01:00
parent 08fe9b2bfa
commit 27015b7d43
3 changed files with 74 additions and 28 deletions

6
Cargo.lock generated
View File

@ -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"