-
Notifications
You must be signed in to change notification settings - Fork 41
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
Secp256k1 new built ins #304
Comments
Repository owner
moved this from 🌻 In Progress
to 🪴 Curation
in Cardano Node Product Backlog
Sep 28, 2022
Final PR being worked on #320 . Once that is merged, this item is done. |
Closed in #320 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Business Hypothesis
SECP256K1 is an elliptic curve used in Bitcoin and Ethereum.
We want to enable our Plutus language with signature verification over this curve so that dapp developers can use it to create cross-chain applications, bridges and side chains. This is a strategic development that will increase adoption and make it possible to implement wrapped assets in the Cardano network. In particular, we are including the ECDSA and Schnorr signature verification algorithms
Drivers
Functional Requirements
NFRs
Risks
Testing exposes some further vulnerabilities. Low risk
External Dependencies
DoD
The text was updated successfully, but these errors were encountered: