Building static Gf256 table at compile-time.

This commit is contained in:
Frederic Jacobs
2016-04-06 00:31:04 +02:00
parent 62234cc2df
commit eba1046fbf
3 changed files with 104 additions and 56 deletions

View File

@ -1,9 +1,11 @@
[package]
name = "rusty_secrets"
version = "0.0.1"
description = "Implementation of threshold Shamir secret sharing in the Rust programming language."
version = "0.0.2"
description = "Implementation of threshold Shamir secret sharing in the Rust programming language."
license = "GPLv3"
readme = "README.md"
build = "build.rs"
[dependencies]
getopts = "^0.2.14"