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 was archived by the owner on Jan 22, 2021. It is now read-only.
The current Math class doesn't generate public keys correctly everytime.
The public key's y value was being set to 0 by the encodeHex function due to getting a negative y value from the R variable.