bls12-381 icon indicating copy to clipboard operation
bls12-381 copied to clipboard

Reentrancy in EC G1 multiplication

Open gballet opened this issue 3 years ago • 0 comments

While investigating this issue in our verkle tree library, we figured out that there is a re-entrancy issue in EC point multiplication. A description and a test to reproduce the problem can be found here.

We are aware that the README states that group instances and pairing instances are not suitable for concurrent contexts. This issue is here to 1) declare interest in a goroutine-safe version of this library 2) to document that issue in case someone else runs into it.

gballet avatar May 21 '21 14:05 gballet