mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-10 06:54:26 +00:00
8 lines
171 B
Go
8 lines
171 B
Go
package secp256k1
|
|
|
|
import "testing"
|
|
|
|
func TestFuzzer(t *testing.T) {
|
|
test := "00000000N0000000/R00000000000000000U0000S0000000mkhP000000000000000U"
|
|
Fuzz([]byte(test))
|
|
}
|