halo2/src
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
..
bundle Implement ZIP-244 txid and authorizing commitments. 2021-07-01 10:10:24 -06:00
circuit gadget::sinsemilla: Move Orchard-specific inputs into src/circuit. 2022-01-19 00:43:52 +08:00
constants Replace `FieldExt::{from, to}_bytes` with `PrimeField::{from, to}_repr` 2021-12-09 15:39:37 +00:00
note Merge branch 'main' into orchard-mainnet-circuit 2021-12-20 15:20:33 +00:00
primitives Merge branch 'main' into orchard-mainnet-circuit 2021-12-20 15:20:33 +00:00
spec zip32.rs: master and child key derivation for ExtendedSpendingKey 2021-08-31 15:49:32 -06:00
test_vectors Add Merkle path test vectors 2021-09-14 00:15:39 +01:00
address.rs Add `doc_cfg` annotations 2021-12-17 22:08:58 +00:00
builder.rs Pass rng to create_proof API. 2022-01-05 21:30:45 +08:00
bundle.rs Add `doc_cfg` annotations 2021-12-17 22:08:58 +00:00
circuit.rs gadget::sinsemilla: Move Orchard-specific inputs into src/circuit. 2022-01-19 00:43:52 +08:00
circuit_description chip::mul_fixed: Move running_sum_config into mul_fixed::Config. 2021-12-04 04:45:06 +00:00
constants.rs Remove all uses of `PrimeField::Repr` in generic code 2021-12-15 15:28:32 +00:00
keys.rs Merge branch 'main' into orchard-mainnet-circuit 2021-12-20 15:20:33 +00:00
lib.rs zip32.rs: master and child key derivation for ExtendedSpendingKey 2021-08-31 15:49:32 -06:00
note.rs Add `doc_cfg` annotations 2021-12-17 22:08:58 +00:00
note_encryption.rs Merge branch 'main' into orchard-mainnet-circuit 2021-12-20 15:20:33 +00:00
primitives.rs Expose and benchmark Poseidon 2021-08-10 13:44:04 +01:00
spec.rs Merge pull request #254 from zcash/pasta_curves-prep 2021-12-16 12:07:50 +00:00
test_vectors.rs Add Merkle path test vectors 2021-09-14 00:15:39 +01:00
tree.rs Merge pull request #237 from zcash/orchard-mainnet-circuit 2021-12-20 17:49:57 +00:00
value.rs Merge pull request #237 from zcash/orchard-mainnet-circuit 2021-12-20 17:49:57 +00:00
zip32.rs Remove `PartialEq, PartialOrd` impls from `{Extended}SpendingKey` 2021-11-30 23:25:35 +00:00