OpenZeppelin / rust-contracts-stylus

A library for secure smart contract development written in Rust
MIT License
53 stars 10 forks source link

P256 elliptic curve arithmetic #124

Closed alexfertel closed 2 months ago

alexfertel commented 2 months ago

Per our internal discussion and since P256 is now a precompile in ArbOS 30, it is no longer justified to include this in our library.

In the future, we may decide to include a different curve, or something similar. Additionally, we may include a light wrapper over RustCrypto's implementation for benchmarking purposes.