librustzcash/zcash_primitives/src
Kris Nuttycombe 7abd1324de Apply suggestions from code review
Co-authored-by: Daira Emma Hopwood <daira@jacaranda.org>
Co-authored-by: Jack Grigg <jack@electriccoin.co>
2023-09-05 16:49:36 -06:00
..
constants Remove the Wif type; it should not be used. 2022-01-27 16:08:04 -07:00
extensions Fix problems identified by clippy's beta lints 2022-09-17 08:57:37 -06:00
legacy Fix clippy lints for 1.65 2023-05-16 15:59:58 +00:00
sapling Render byte slices as hex more often in `Debug` impls 2023-08-30 20:41:27 +00:00
test_vectors Fix Clippy beta linting complaints. 2022-02-02 16:02:45 -07:00
transaction Apply suggestions from code review 2023-09-05 16:49:36 -06:00
zip32 [#792] zcash_primitives: implement Seed Signature section of ZIP-32 2023-03-30 18:41:57 -03:00
block.rs Move chain continuity checks into `scan_block_with_runner` 2023-07-03 10:49:03 -06:00
consensus.rs Implement `suggest_scan_ranges` and `update_chain_tip` 2023-07-07 20:13:45 -06:00
constants.rs Move group_hash to sapling module. 2021-03-27 16:18:21 +13:00
extensions.rs Add transaction-builder suport for TZE-bearing transactions. 2020-09-10 11:58:40 -06:00
keys.rs Fix Sapling key organization. 2022-10-03 20:28:04 -06:00
legacy.rs zcash_primitives: Parse the full opcode set 2023-08-30 20:41:27 +00:00
lib.rs Allow CommitmentTree completeness & auth paths to be computed at arbitrary depths. 2022-05-06 11:45:06 -06:00
memo.rs Fix problems identified by clippy's beta lints 2022-09-17 08:57:37 -06:00
merkle_tree.rs zcash_client_sqlite: Add tests for sqlite-backed ShardTree & fix revealed issues. 2023-06-29 15:35:18 -06:00
sapling.rs Use const generics to set commitment tree & incremental witness depths. 2023-05-04 12:16:09 -06:00
test_vectors.rs Move pedersen hash test vectors into Sapling 2021-03-27 16:18:21 +13:00
zip32.rs [#792] zcash_primitives: implement Seed Signature section of ZIP-32 2023-03-30 18:41:57 -03:00
zip339.rs ZIP 339 support. 2021-08-07 01:07:54 +01:00