Browse Source

Merge pull request #1 from str4d/zip32

Implement Sapling components of ZIP 32
master
str4d 6 years ago committed by GitHub
parent
commit
176470ef41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 13
      Cargo.toml
  2. 1228
      src/lib.rs

13
Cargo.toml

@ -12,3 +12,16 @@ homepage = "https://github.com/zcash-hackworks/zip32"
repository = "https://github.com/zcash-hackworks/zip32" repository = "https://github.com/zcash-hackworks/zip32"
[dependencies] [dependencies]
aes = "0.2"
byteorder = "1"
fpe = "0.1"
lazy_static = "1.0"
pairing = "0.14.2"
[dependencies.blake2-rfc]
git = "https://github.com/gtank/blake2-rfc"
rev = "7a5b5fc99ae483a0043db7547fb79a6fa44b88a9"
[dependencies.sapling-crypto]
git = "https://github.com/zcash-hackworks/sapling-crypto"
rev = "21084bde2019c04bd34208e63c3560fe2c02fb0e"

1228
src/lib.rs

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save