mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-30 00:23:46 +00:00
* Revert "Substitute secp256k1 library for the L1 version (#22)"
This reverts commit 59df2d7ebb.
* goimports -local github.com/scroll-tech/go-ethereum -w .
* go mod tidy
3 lines
158 B
Text
3 lines
158 B
Text
* Unit tests for fieldelem/groupelem, including ones intended to
|
|
trigger fieldelem's boundary cases.
|
|
* Complete constant-time operations for signing/keygen
|