mirror of
https://github.com/Qortal/pirate-librustzcash.git
synced 2025-02-07 14:54:10 +00:00
Add TODO for improving lookup performance.
This commit is contained in:
parent
849f330441
commit
6841763ae7
@ -131,6 +131,10 @@ fn lookup3_xy_with_conditional_negation<E: Engine, CS, Var: Copy>(
|
||||
) -> Result<(AllocatedNum<E, Var>, AllocatedNum<E, Var>), SynthesisError>
|
||||
where CS: ConstraintSystem<E, Variable=Var>
|
||||
{
|
||||
// TODO: This can be made into a 2-constraint lookup
|
||||
// if it can return linear combinations rather than
|
||||
// allocated numbers.
|
||||
|
||||
assert_eq!(bits.len(), 3);
|
||||
assert_eq!(coords.len(), 4);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user