halo2/src/circuit/gadget/sinsemilla/chip
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
..
generator_table.rs generator_table.rs: Fix bug in y_p lookup expression. 2021-06-20 10:34:03 +08:00
hash_to_point.rs hash_piece(): Remove (correct) duplicate assignment of x_a. 2021-06-20 11:14:02 +08:00