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

create precompiles for the DKG verifiers #653

Closed
12 tasks done
Tracked by #632
shekohex opened this issue May 20, 2024 · 0 comments
Closed
12 tasks done
Tracked by #632

create precompiles for the DKG verifiers #653

shekohex opened this issue May 20, 2024 · 0 comments
Assignees

Comments

@shekohex
Copy link
Contributor

shekohex commented May 20, 2024

We need a precompile for the following

  • Elliptic Curve Digital Signature Algorithm (ECDSA) key type for Secp256k1 curve. EcdsaSecp256k1
  • Elliptic Curve Digital Signature Algorithm (ECDSA) key type for Secp256r1 curve. EcdsaSecp256r1
  • Elliptic Curve Digital Signature Algorithm (ECDSA) key type for Stark curve. EcdsaStark
  • Schnorr signature scheme over the P256 curve. SchnorrP256
  • Schnorr signature scheme of the P384 curve. SchnorrP384
  • Schnorr signature scheme over the Secp256k1 curve. SchnorrSecp256k1
  • Schnorr signature scheme over the sr25519 curve. SchnorrSr25519
  • Schnorr signature scheme over the Ristretto255 curve / sr25519. SchnorrRistretto255
  • Schnorr signature scheme over the Ed25519 curve. SchnorrEd25519
  • Schnorr signature scheme over the Ed448 curve. SchnorrEd448
  • Schnorr signature scheme over the Secp256k1 curve with Taproot Support. SchnorrTaproot
  • BLS 381 signature scheme. Bls381
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Completed
Development

No branches or pull requests

2 participants