orchard/src
Jack Grigg 0603d602d0 Rename `anchor` to `root`, and `pub_input_anchor` to `anchor`
This ensures that we are consistent in the circuit in referring to the
public bundle anchor as `anchor`, and the calculated Merkle tree root as
`root`.
2022-05-04 23:57:26 +00:00
..
bundle Replace unnecessary usage of `std::io` 2022-04-28 20:45:05 +00:00
circuit Rename `RangeConstrained::subset_of` to `bitrange_of` 2022-05-04 23:54:16 +00:00
constants Remove unnecessary usage of `Vec` 2022-04-28 21:26:23 +00:00
note Use `core` instead of `std` where possible 2022-04-28 20:20:23 +00:00
primitives Use `core` instead of `std` where possible 2022-04-28 20:20:23 +00:00
spec Add `FullViewingKey::derive_internal` 2022-02-21 14:41:47 +00:00
test_vectors Use internal keys test vectors. 2022-02-01 18:55:21 +08:00
action.rs Simplify witness synthesis for `v_net` 2022-04-29 20:03:17 +00:00
address.rs Migrate to 2021 edition 2022-04-28 17:23:30 +00:00
builder.rs Merge branch 'main' into str4d/circuit-review 2022-05-04 17:09:15 +00:00
bundle.rs Simplify witness synthesis for `v_net` 2022-04-29 20:03:17 +00:00
circuit.rs Rename `anchor` to `root`, and `pub_input_anchor` to `anchor` 2022-05-04 23:57:26 +00:00
circuit_description halo2_proofs 0.1.0-beta.3 2022-03-22 21:29:36 +00:00
circuit_proof_test_case.bin halo2_proofs 0.1.0-beta.3 2022-03-22 21:29:36 +00:00
constants.rs Provide compute_lagrange_coeffs() functionality in ECCChip. 2022-01-27 21:14:15 +08:00
keys.rs Replace unnecessary usage of `std::io` 2022-04-28 20:45:05 +00:00
lib.rs Move `orchard::bundle::Action` to its own module 2022-04-28 22:59:07 +00:00
note.rs Move `orchard::bundle::Action` to its own module 2022-04-28 22:59:07 +00:00
note_encryption.rs Add nullifier field to `CompactAction` 2022-05-04 15:01:05 +00:00
primitives.rs Delete gadgets and their primitives; add `halo2_gadgets` dependency. 2022-01-29 01:57:01 +08:00
spec.rs Remove unnecessary usage of `Vec` 2022-04-28 21:26:23 +00:00
test_vectors.rs
tree.rs Merge branch 'main' into str4d/circuit-review 2022-05-04 17:09:15 +00:00
value.rs Use `AssignedCell<NoteValue, _>` for circuit note values 2022-05-03 23:24:48 +00:00
zip32.rs Use `core` instead of `std` where possible 2022-04-28 20:20:23 +00:00