mirror of
https://github.com/mii443/RustySecrets.git
synced 2025-08-22 16:25:32 +00:00
Building static Gf256 table at compile-time.
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user