librustzcash/zcash_primitives/src
Kris Nuttycombe 1285ab0af2 Fix tests to account for modified default fees. 2020-11-24 01:24:19 +00:00
..
constants Remove static determination of network state. 2020-09-17 10:34:42 -06:00
extensions Apply suggestions from code review 2020-10-09 16:19:44 -06:00
test_vectors Scripted diff: 2020-08-22 01:28:13 +01:00
transaction Fix tests to account for modified default fees. 2020-11-24 01:24:19 +00:00
block.rs Remove unnecessary imports 2020-10-30 13:22:46 +00:00
consensus.rs Rename `Future -> ZFuture` 2020-09-22 10:17:58 -06:00
constants.rs Remove unnecessary clones 2020-10-30 13:51:40 +00:00
extensions.rs Add transaction-builder suport for TZE-bearing transactions. 2020-09-10 11:58:40 -06:00
group_hash.rs s/{pairing::bls12_381, zcash_primitives::jubjub}/{bls12_381, jubjub} 2020-08-19 23:08:19 +01:00
keys.rs Remove unnecessary clones 2020-10-30 13:51:40 +00:00
legacy.rs zcash_primitives: Small simplification to Script::address 2020-10-18 13:17:16 +01:00
lib.rs Demo TZE parsing and consensus logic 2020-09-10 11:58:40 -06:00
merkle_tree.rs Remove unnecessary references 2020-10-30 14:10:35 +00:00
note_encryption.rs Suppress clippy lints where we want the given behaviour 2020-10-30 14:10:35 +00:00
pedersen_hash.rs Use !x.is_empty() instead of x.len() > 0 2020-10-30 13:25:08 +00:00
primitives.rs Simplify expressions 2020-10-30 13:51:40 +00:00
prover.rs Add tests for transaction builder support. 2020-09-10 11:58:40 -06:00
redjubjub.rs Remove unnecessary references 2020-10-30 14:10:35 +00:00
sapling.rs Migrate to ff 0.8 and bellman 0.8 2020-09-09 00:27:51 +01:00
serialize.rs Suppress clippy lints where we want the given behaviour 2020-10-30 14:10:35 +00:00
test_vectors.rs Move test vectors into own module 2019-09-16 21:57:42 +01:00
util.rs Remove unnecessary references 2020-10-30 14:10:35 +00:00
zip32.rs impl Default for T on types with T::new() 2020-10-30 14:10:35 +00:00