You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: