orchard/src/circuit/gadget
therealyingtong af2ac762f4 gadget::sinsemilla.rs: Add Sinsemilla instructions.
SinsemillaInstructions has two const generic parameters: K, which
is the number of bits in each word of the hash, and MAX_WORDS,
which is the maximum number of words the hash can process.

For Orchard, K = 10, MAX_WORDS = 253.
2021-06-19 18:14:22 +08:00
..
ecc ecc::chip.rs: Add Point::from_coordinates_unchecked() API 2021-06-19 18:14:22 +08:00
poseidon
utilities lookup_range_check.rs: Docfixes and minor refactors. 2021-06-15 00:18:38 +08:00
ecc.rs add_incomplete::tests: Constrain output of `P + Q` test. 2021-06-14 00:19:21 +08:00
poseidon.rs
sinsemilla.rs gadget::sinsemilla.rs: Add Sinsemilla instructions. 2021-06-19 18:14:22 +08:00
utilities.rs