halo2/src/circuit
therealyingtong eccd72fcd0 hash_piece(): Remove (correct) duplicate assignment of x_a.
hash_piece() is an internal API, which means its caller hash_message()
is working in the same region. We rely on the caller to have already
assigned each piece's initial x_a at the correct offset before making
the call to hash_piece().

Co-authored-by: Jack Grigg <jack@electriccoin.co>
2021-06-20 11:14:02 +08:00
..
gadget hash_piece(): Remove (correct) duplicate assignment of x_a. 2021-06-20 11:14:02 +08:00
gadget.rs gadget::sinsemilla.rs: Add Sinsemilla instructions. 2021-06-19 18:14:22 +08:00