librustzcash/zcash_primitives/src
Kris Nuttycombe 796161e9b4
Add suggested comment clarifying future additions to the TxVersion enum
Co-authored-by: Daira Hopwood <daira@jacaranda.org>
2021-02-04 11:22:13 -07: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 Add suggested comment clarifying future additions to the TxVersion enum 2021-02-04 11:22:13 -07:00
util Add HashReader and HashWriter for SHA-256d. 2020-12-03 21:22:58 +00:00
block.rs Remove unnecessary imports 2020-10-30 13:22:46 +00:00
consensus.rs Merge remote-tracking branch 'upstream/master' into data_access_api 2021-01-12 21:09:40 -07: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 Revert intra_doc_link_resolution_failure flag change. 2020-12-17 07:36:18 -07:00
merkle_tree.rs Remove unnecessary references 2020-10-30 14:10:35 +00:00
note_encryption.rs Use wNAF multiplication for Sapling key agreement. 2021-01-22 15:16:06 -07:00
pedersen_hash.rs Use !x.is_empty() instead of x.len() > 0 2020-10-30 13:25:08 +00:00
primitives.rs Rename get_verified_balance -> get_balance_at 2021-01-15 12:00:14 -07:00
prover.rs Relax RngCore type constraints. 2020-12-14 13:44:05 -07:00
redjubjub.rs Remove unnecessary references 2020-10-30 14:10:35 +00:00
sapling.rs Relax RngCore type constraints. 2020-12-14 13:44:05 -07: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 Relax RngCore type constraints. 2020-12-14 13:44:05 -07:00
zip32.rs impl Default for T on types with T::new() 2020-10-30 14:10:35 +00:00