|
|
|
@ -1,19 +1,21 @@ |
|
|
|
|
[package] |
|
|
|
|
name = "threshold_crypto" |
|
|
|
|
# REMINDER: Update version in `README.md` when incrementing: |
|
|
|
|
version = "0.1.0" |
|
|
|
|
authors = ["Vladimir Komendantskiy <komendantsky@gmail.com>", |
|
|
|
|
version = "0.2.0" |
|
|
|
|
authors = [ |
|
|
|
|
"Vladimir Komendantskiy <komendantsky@gmail.com>", |
|
|
|
|
"Andreas Fackler <AndreasFackler@gmx.de>", |
|
|
|
|
"Peter van Nostrand <jnz@riseup.net>", |
|
|
|
|
"Andrew Gross <andogro@gmail.com>", |
|
|
|
|
"Nick Sanders <nsan1129@gmail.com>", |
|
|
|
|
"Marc Brinkmann <git@marcbrinkmann.de>"] |
|
|
|
|
description = "Pairing threshold cryptography" |
|
|
|
|
"Marc Brinkmann <git@marcbrinkmann.de>", |
|
|
|
|
] |
|
|
|
|
categories = ["cryptography"] |
|
|
|
|
keywords = ["pairing", "threshold"] |
|
|
|
|
license = "MIT/Apache-2.0" |
|
|
|
|
repository = "https://github.com/poanetwork/threshold_crypto" |
|
|
|
|
readme = "README.md" |
|
|
|
|
keywords = ["pairing", "threshold"] |
|
|
|
|
categories = ["cryptography"] |
|
|
|
|
repository = "https://github.com/poanetwork/threshold_crypto" |
|
|
|
|
description = "Pairing threshold cryptography" |
|
|
|
|
|
|
|
|
|
[dependencies] |
|
|
|
|
byteorder = "1.2.3" |
|
|
|
|