librustzcash/zcash_client_backend/src
Kris Nuttycombe e77839232d Generalize note encryption and decryption.
This commit introduces a `Domain` trait which defines the types
and operations that are shared between Sapling and Orchard note
encryption and decryption processes.
2021-04-08 08:19:10 -06:00
..
data_api Generalize note encryption and decryption. 2021-04-08 08:19:10 -06:00
proto Use <module_name>.rs instead of <module_name>/mod.rs 2020-12-02 09:46:17 -07:00
address.rs Move sapling-specific primitives into the sapling module. 2021-03-27 16:18:21 +13:00
data_api.rs Renames to use lower-case abbreviations (matching Rust convention) 2021-03-27 19:01:03 +13:00
decrypt.rs Move note_encryption into the sapling module. 2021-04-08 08:19:10 -06:00
encoding.rs Fix some doctests and intra-doc links after moving Sapling primitives 2021-03-27 17:10:18 +13:00
keys.rs Documentation fixes in zcash_client_backend. 2021-03-25 18:26:57 -06:00
lib.rs Temporarily allow clippy::result_unit_err lint 2021-03-27 19:01:03 +13:00
proto.rs Move sapling-specific primitives into the sapling module. 2021-03-27 16:18:21 +13:00
wallet.rs Move sapling keys into sapling module. 2021-03-27 16:18:21 +13:00
welding_rig.rs Generalize note encryption and decryption. 2021-04-08 08:19:10 -06:00
zip321.rs clippy: Fix small lints 2021-03-27 19:01:03 +13:00