librustzcash/zcash_primitives/src
str4d 36e4b0d51a
Merge pull request #329 from nuttycom/ivk_payment_addresses
Introduce SaplingIvk newtype & use IVKs where possible.
2021-03-04 07:04:05 +13: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 Merge pull request #318 from nuttycom/tx_version_enum 2021-02-04 12:47:12 -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 Fix a couple more lints. 2021-02-04 07:31:00 -07: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 Rename CommitmentTree::new -> CommitmentTree::empty 2021-02-04 07:49:48 -07:00
note_encryption.rs Merge pull request #329 from nuttycom/ivk_payment_addresses 2021-03-04 07:04:05 +13:00
pedersen_hash.rs Use !x.is_empty() instead of x.len() > 0 2020-10-30 13:25:08 +00:00
primitives.rs Introduce SaplingIvk newtype & use IVKs where possible. 2021-02-02 15:27:13 -07:00
prover.rs Fix clippy complaints. 2021-02-03 14:27:31 -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 Fix clippy complaints. 2021-02-03 14:27:31 -07:00