penumbra-zone / decaf377

decaf377 is a prime-order group designed for use in SNARKs over BLS12-377
https://protocol.penumbra.zone/main/crypto/decaf377.html
12 stars 12 forks source link

Fix infinite loops in small backend curve operations #104

Closed cronokirby closed 3 months ago

cronokirby commented 3 months ago

In the multiplication implementations for Element, we accidentally forgot to dereference the references, leading to an infinite loop, as each multiplication implementation would never descend down to the actual implementation.