halo2/src/circuit/gadget
therealyingtong 5f8716d66a gadget::sinsemilla: Move Orchard-specific inputs into src/circuit.
The sinsemilla submodules note_commit and commit_ivk are tailored
for input lengths specific to Orchard. They have been moved out of
the gadget folder and into the circuit folder.

This also involves changing the visibility of some getter functions
to be usable outside gadget::sinsemilla.
2022-01-19 00:43:52 +08:00
..
ecc Migrate tests from `FieldExt::rand` to `Field::random` 2022-01-18 14:30:55 +00:00
poseidon Migrate tests from `FieldExt::rand` to `Field::random` 2022-01-18 14:30:55 +00:00
sinsemilla gadget::sinsemilla: Move Orchard-specific inputs into src/circuit. 2022-01-19 00:43:52 +08:00
utilities Migrate tests from `FieldExt::rand` to `Field::random` 2022-01-18 14:30:55 +00:00
ecc.rs ecc::chip: Fix `print_ecc_chip` 2021-12-09 00:49:01 +00:00
poseidon.rs poseidon: Remove `M: SpongeMode` from `PhantomData` 2021-12-15 13:01:53 +00:00
sinsemilla.rs gadget::sinsemilla: Move Orchard-specific inputs into src/circuit. 2022-01-19 00:43:52 +08:00
utilities.rs Migrate tests from `FieldExt::rand` to `Field::random` 2022-01-18 14:30:55 +00:00