halo2/src/circuit/gadget/sinsemilla
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
..
chip Replace `FieldExt::{from, to}_bytes` with `PrimeField::{from, to}_repr` 2021-12-09 15:39:37 +00:00
merkle gadget::sinsemilla: Move Orchard-specific inputs into src/circuit. 2022-01-19 00:43:52 +08:00
chip.rs gadget::sinsemilla: Move Orchard-specific inputs into src/circuit. 2022-01-19 00:43:52 +08:00
merkle.rs Migrate tests from `FieldExt::rand` to `Field::random` 2022-01-18 14:30:55 +00:00
message.rs Remove the `CellValue` type 2021-12-08 02:10:17 +00:00