orchard/src/circuit/gadget
therealyingtong 69d6629ac6 chip::mul.rs: Enforce LSB if/else condition
On the LSB of the scalar, we assign a point (x,y) = (x_p, -y_p)
if LSB = 0, and (0,0) otherwise. This if/else condition must be
enforced.

Co-authored-by: Sean Bowe <ewillbefull@gmail.com>
2021-07-07 23:10:59 +08:00
..
ecc chip::mul.rs: Enforce LSB if/else condition 2021-07-07 23:10:59 +08:00
poseidon Make this crate clippy clean for warnings on nightly. 2021-06-21 18:04:00 +01:00
sinsemilla rustfmt 2021-06-29 22:46:07 +01:00
utilities Docfixes. 2021-06-29 09:51:02 +08:00
ecc.rs base_field_elem.rs: Support fixed-base mul using base field element. 2021-07-07 23:10:59 +08:00
poseidon.rs Make this crate clippy clean for warnings on nightly. 2021-06-21 18:04:00 +01:00
sinsemilla.rs sinsemilla::merkle.rs: Add MerkleInstructions. 2021-06-29 12:08:31 +08:00
utilities.rs Optimize transpose_option_array 2021-06-29 22:43:50 +01:00