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

[AIP-86][Discussion] BN254 elliptic curve arithmetic in Move #437

Closed
alinush opened this issue May 31, 2024 · 0 comments
Closed

[AIP-86][Discussion] BN254 elliptic curve arithmetic in Move #437

alinush opened this issue May 31, 2024 · 0 comments

Comments

@alinush
Copy link
Contributor

alinush commented May 31, 2024

AIP Discussion

This feature allows Move smart contract developers to efficiently implement BN2541$^,$2 elliptic curve arithemetic operations via the crypto_algebra Move module from AIP-203.

BN254 is a popular elliptic curve, partly due to its Ethereum precompile support4 and efficiency. For example, many zero-knowledge (ZK) projects are building on top of BN2545$^,$6$^,$7.

Read more about it here: #439

References

Footnotes

  1. https://eprint.iacr.org/2005/133

  2. https://hackmd.io/@jpw/bn254

  3. https://github.com/aptos-foundation/AIPs/blob/main/aips/aip-20.md

  4. https://eips.ethereum.org/EIPS/eip-196

  5. https://github.com/Consensys/gnark-crypto

  6. https://github.com/AztecProtocol/barretenberg

  7. https://github.com/aptos-foundation/AIPs/blob/main/aips/aip-61.md

@thepomeranian thepomeranian changed the title [AIP-X][Discussion] BN254 elliptic curve arithmetic in Move [AIP-86][Discussion] BN254 elliptic curve arithmetic in Move Jun 11, 2024
@thepomeranian thepomeranian added this to the aptos-node-v1.14 milestone Jun 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants