update to latest blake2-rfc
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
name = "group"
|
name = "group"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
authors = [
|
authors = [
|
||||||
|
"The Hush Developers",
|
||||||
"Sean Bowe <ewillbefull@gmail.com>",
|
"Sean Bowe <ewillbefull@gmail.com>",
|
||||||
"Jack Grigg <jack@z.cash>",
|
"Jack Grigg <jack@z.cash>",
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -29,4 +29,4 @@ zip32 = { path = "../zip32" }
|
|||||||
|
|
||||||
[dependencies.blake2-rfc]
|
[dependencies.blake2-rfc]
|
||||||
git = "https://git.hush.is/hush/blake2-rfc"
|
git = "https://git.hush.is/hush/blake2-rfc"
|
||||||
rev = "04e586d640f87f35e7c07100508216ca7797195c"
|
rev = "a3adc1d6859b887457c6ae4821ddad1802dad784"
|
||||||
|
|||||||
@@ -4,6 +4,7 @@ name = "pairing"
|
|||||||
# Remember to change version string in README.md.
|
# Remember to change version string in README.md.
|
||||||
version = "0.14.2"
|
version = "0.14.2"
|
||||||
authors = [
|
authors = [
|
||||||
|
"The Hush Developers",
|
||||||
"Sean Bowe <ewillbefull@gmail.com>",
|
"Sean Bowe <ewillbefull@gmail.com>",
|
||||||
"Jack Grigg <jack@z.cash>",
|
"Jack Grigg <jack@z.cash>",
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ byteorder = "1"
|
|||||||
|
|
||||||
[dependencies.blake2-rfc]
|
[dependencies.blake2-rfc]
|
||||||
git = "https://git.hush.is/hush/blake2-rfc"
|
git = "https://git.hush.is/hush/blake2-rfc"
|
||||||
rev = "04e586d640f87f35e7c07100508216ca7797195c"
|
rev = "a3adc1d6859b887457c6ae4821ddad1802dad784"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
hex-literal = "0.1"
|
hex-literal = "0.1"
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
// Copyright The Hush Developers
|
||||||
|
// Released under the GPLv3
|
||||||
|
|
||||||
use jubjub::{
|
use jubjub::{
|
||||||
JubjubEngine,
|
JubjubEngine,
|
||||||
PrimeOrder,
|
PrimeOrder,
|
||||||
|
|||||||
@@ -19,4 +19,4 @@ sha2 = "0.8"
|
|||||||
|
|
||||||
[dependencies.blake2-rfc]
|
[dependencies.blake2-rfc]
|
||||||
git = "https://git.hush.is/hush/blake2-rfc"
|
git = "https://git.hush.is/hush/blake2-rfc"
|
||||||
rev = "ba06a506baa297d37959d5e13e90008bba12ec60"
|
rev = "a3adc1d6859b887457c6ae4821ddad1802dad784"
|
||||||
|
|||||||
@@ -16,4 +16,4 @@ sapling-crypto = { path = "../sapling-crypto" }
|
|||||||
|
|
||||||
[dependencies.blake2-rfc]
|
[dependencies.blake2-rfc]
|
||||||
git = "https://git.hush.is/hush/blake2-rfc"
|
git = "https://git.hush.is/hush/blake2-rfc"
|
||||||
rev = "04e586d640f87f35e7c07100508216ca7797195c"
|
rev = "a3adc1d6859b887457c6ae4821ddad1802dad784"
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
name = "zcash_wallet"
|
name = "zcash_wallet"
|
||||||
version = "0.0.0"
|
version = "0.0.0"
|
||||||
authors = [
|
authors = [
|
||||||
|
"The Hush Developers",
|
||||||
"Jack Grigg <jack@z.cash>",
|
"Jack Grigg <jack@z.cash>",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
@@ -4,17 +4,4 @@ This library contains Rust structs and traits for creating shielded Zcash wallet
|
|||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
Licensed under either of
|
GPLv3
|
||||||
|
|
||||||
* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
|
|
||||||
* MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
|
|
||||||
|
|
||||||
at your option.
|
|
||||||
|
|
||||||
### Contribution
|
|
||||||
|
|
||||||
Unless you explicitly state otherwise, any contribution intentionally
|
|
||||||
submitted for inclusion in the work by you, as defined in the Apache-2.0
|
|
||||||
license, shall be dual licensed as above, without any additional terms or
|
|
||||||
conditions.
|
|
||||||
|
|
||||||
|
|||||||
@@ -23,4 +23,4 @@ zcash_primitives = { path = "../zcash_primitives" }
|
|||||||
|
|
||||||
[dependencies.blake2-rfc]
|
[dependencies.blake2-rfc]
|
||||||
git = "https://git.hush.is/hush/blake2-rfc"
|
git = "https://git.hush.is/hush/blake2-rfc"
|
||||||
rev = "04e586d640f87f35e7c07100508216ca7797195c"
|
rev = "a3adc1d6859b887457c6ae4821ddad1802dad784"
|
||||||
|
|||||||
Reference in New Issue
Block a user