halo2/src
Jack Grigg 1be54d9f0d Use `<= PrimeField::CAPACITY` instead of `< PrimeField::NUM_BITS` 2021-12-15 15:42:05 +00:00
..
bundle Implement ZIP-244 txid and authorizing commitments. 2021-07-01 10:10:24 -06:00
circuit Use `<= PrimeField::CAPACITY` instead of `< PrimeField::NUM_BITS` 2021-12-15 15:42:05 +00:00
constants Replace `FieldExt::{from, to}_bytes` with `PrimeField::{from, to}_repr` 2021-12-09 15:39:37 +00:00
note Replace `FieldExt::{from, to}_bytes` with `PrimeField::{from, to}_repr` 2021-12-09 15:39:37 +00:00
primitives Replace `FieldExt::{from, to}_bytes` with `PrimeField::{from, to}_repr` 2021-12-09 15:39:37 +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 serialization and parsing of full viewing keys. 2021-08-23 11:28:27 -06:00
builder.rs Use correct MERKLE_DEPTH_ORCHARD in proptests. 2021-09-16 21:37:59 +02:00
bundle.rs memuse 0.2 2021-09-14 20:40:15 +01:00
circuit.rs Replace `FieldExt::from_u64` with `PrimeField: From<u64>` 2021-12-09 15:38:36 +00: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 Replace `FieldExt::{from, to}_bytes` with `PrimeField::{from, to}_repr` 2021-12-09 15:39:37 +00:00
lib.rs zip32.rs: master and child key derivation for ExtendedSpendingKey 2021-08-31 15:49:32 -06:00
note.rs Correct a couple comments 2021-09-27 20:52:16 -06:00
note_encryption.rs Replace `FieldExt::{from, to}_bytes` with `PrimeField::{from, to}_repr` 2021-12-09 15:39:37 +00:00
primitives.rs Expose and benchmark Poseidon 2021-08-10 13:44:04 +01:00
spec.rs Replace `FieldExt::{from, to}_bytes` with `PrimeField::{from, to}_repr` 2021-12-09 15:39:37 +00:00
test_vectors.rs Add Merkle path test vectors 2021-09-14 00:15:39 +01:00
tree.rs Replace `FieldExt::{from, to}_bytes` with `PrimeField::{from, to}_repr` 2021-12-09 15:39:37 +00:00
value.rs Replace `FieldExt::from_u64` with `PrimeField: From<u64>` 2021-12-09 15:38:36 +00:00
zip32.rs Improve error handling in zip32 APIs. 2021-08-31 16:49:58 -06:00