orchard/src
Jack Grigg 907ff46078 Simulate incomplete addition
Sinsemilla will use incomplete addition inside the circuit for
efficiency, but the pasta_curves crate uses complete addition.
2021-04-20 10:04:44 +12:00
..
circuit Add ECC gadgets and instructions 2021-02-25 18:11:46 +00:00
note Make nk the first argument to Nullifier::derive 2021-03-30 13:52:20 +13:00
primitives Simulate incomplete addition 2021-04-20 10:04:44 +12:00
address.rs Note commitment derivation 2021-03-26 07:51:05 +13:00
bundle.rs Make Bundle a parametric type over an Authorization trait 2021-03-03 17:39:53 +00:00
circuit.rs Add ECC gadgets and instructions 2021-02-25 18:11:46 +00:00
constants.rs Update ivk derivation to match latest protocol spec draft 2021-03-16 09:33:07 +13:00
keys.rs Nullifier derivation 2021-03-26 07:51:05 +13:00
lib.rs Temporarily allow dead code 2021-03-20 18:31:22 +13:00
note.rs Make nk the first argument to Nullifier::derive 2021-03-30 13:52:20 +13:00
primitives.rs Minor changes 2021-03-24 12:25:28 +08:00
spec.rs Simulate incomplete addition 2021-04-20 10:04:44 +12:00
tree.rs Add skeleton for actions and bundles 2021-01-20 20:31:09 +00:00
value.rs Note commitment derivation 2021-03-26 07:51:05 +13:00