mirror of
https://github.com/status-im/op-geth.git
synced 2025-02-22 11:38:31 +00:00
9 lines
171 B
Go
9 lines
171 B
Go
|
package secp256k1
|
||
|
|
||
|
import "testing"
|
||
|
|
||
|
func TestFuzzer(t *testing.T) {
|
||
|
test := "00000000N0000000/R00000000000000000U0000S0000000mkhP000000000000000U"
|
||
|
Fuzz([]byte(test))
|
||
|
}
|