Skip to content

v4.1.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 10 Feb 18:13
· 64 commits to dev since this release

v4.1.0

⭐️ Features

  • Support for ecverify precompiles, such as P256 verification with RIP-7212.
  • Adds generic support for acceleration on other signature schemes for secp256k1, such as Schnorr signatures.

🏎️ Performance Improvements

  • Adds support for faster execution of Weierstrass operations by enabling the bigint-rug feature on sp1-core-machine.
  • Embedded allocator improvements by using TLSF as the default allocator, rather than LLFF.