librustzcash/zcash_primitives/src
Jack Grigg 362838c3fa zcash_note_encryption: Fix array size in Domain::extract_{esk, pk_d}
Decrypted output size is `OUT_PLAINTEXT_BYTES`, which the decryptor
can always provide (either by decrypting into the correct size array
as now, or truncating the buffer before passing it to the domain).
2021-05-28 23:48:03 +01:00
..
address f4jumble: Test both directions against test vectors 2021-05-20 14:16:39 +01:00
constants Fix some doctests and intra-doc links after moving Sapling primitives 2021-03-27 17:10:18 +13:00
extensions Move TZE components to a separate module & add TzeOutPoint 2021-03-27 15:52:20 +13:00
sapling zcash_note_encryption: Fix array size in Domain::extract_{esk, pk_d} 2021-05-28 23:48:03 +01:00
test_vectors Move pedersen hash test vectors into Sapling 2021-03-27 16:18:21 +13:00
transaction Improve documentation of builder::Progress 2021-05-18 13:45:48 +01:00
address.rs Implement F4Jumble 2021-05-19 08:28:58 -06:00
block.rs Remove unnecessary imports 2020-10-30 13:22:46 +00:00
consensus.rs Fix intra-doc links 2021-03-04 17:41:08 +00: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
legacy.rs zcash_primitives: Small simplification to Script::address 2020-10-18 13:17:16 +01:00
lib.rs Implement F4Jumble 2021-05-19 08:28:58 -06:00
memo.rs Fix broken intra-doc links and lints 2021-03-26 10:07:20 +13:00
merkle_tree.rs Factor out nullifier update from database actions in scan_cached_blocks 2021-03-09 20:59:57 -07:00
sapling.rs rustfmt fix 2021-05-03 14:08:06 +01:00
serialize.rs clippy: Use Iterator::try_for_each 2021-03-27 19:01:03 +13:00
test_vectors.rs Move pedersen hash test vectors into Sapling 2021-03-27 16:18:21 +13:00
zip32.rs clippy: Fix small lints 2021-03-27 19:01:03 +13:00