Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add secp256k1 curve support #918

Closed
roman-khimov opened this issue Apr 29, 2020 · 1 comment · Fixed by #1175
Closed

Add secp256k1 curve support #918

roman-khimov opened this issue Apr 29, 2020 · 1 comment · Fixed by #1175
Milestone

Comments

@roman-khimov
Copy link
Member

Koblitz strikes back (previous episodes: #81, #318, #352)! We need to port neo-project/neo#1419 changes (that are important for cross-chain interoperability) to our system. Some thoughts:

  • it might be a good reason to switch to PublicKey and PrivateKey from crypto/ecdsa package
  • we're only verifying secp256k1, but still if there is some constant-time implementation that would be good to have

See also: neo-project/neo#1614. Related: #917.

@roman-khimov roman-khimov added this to the v0.91.0 milestone Apr 29, 2020
@roman-khimov
Copy link
Member Author

It also is a part of neox-2.x, IIRC.

AnnaShaleva added a commit that referenced this issue Jul 13, 2020
AnnaShaleva added a commit that referenced this issue Jul 13, 2020
AnnaShaleva added a commit that referenced this issue Jul 14, 2020
AnnaShaleva added a commit that referenced this issue Jul 14, 2020
AnnaShaleva added a commit that referenced this issue Jul 14, 2020
AnnaShaleva added a commit that referenced this issue Jul 14, 2020
AnnaShaleva added a commit that referenced this issue Jul 14, 2020
AnnaShaleva added a commit that referenced this issue Jul 14, 2020
AnnaShaleva added a commit that referenced this issue Jul 14, 2020
AnnaShaleva added a commit that referenced this issue Jul 14, 2020
AnnaShaleva added a commit that referenced this issue Jul 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant