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 onsp1-core-machine
. - Embedded allocator improvements by using
TLSF
as the default allocator, rather thanLLFF
.