mirror of
https://github.com/Qortal/pirate-librustzcash.git
synced 2025-11-02 04:17:02 +00:00
Convert zip32 crate into a module of zcash_primitives
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
#[macro_use]
|
||||
extern crate lazy_static;
|
||||
|
||||
extern crate aes;
|
||||
extern crate blake2_rfc;
|
||||
extern crate byteorder;
|
||||
extern crate crypto_api_chachapoly;
|
||||
extern crate ff;
|
||||
extern crate fpe;
|
||||
extern crate hex;
|
||||
extern crate pairing;
|
||||
extern crate rand;
|
||||
@@ -19,6 +21,7 @@ pub mod note_encryption;
|
||||
pub mod sapling;
|
||||
mod serialize;
|
||||
pub mod transaction;
|
||||
pub mod zip32;
|
||||
|
||||
#[cfg(test)]
|
||||
mod test_vectors;
|
||||
|
||||
1080
zcash_primitives/src/zip32.rs
Normal file
1080
zcash_primitives/src/zip32.rs
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user