mirror of
https://gitlab.com/pulsechaincom/go-pulse.git
synced 2025-01-08 03:31:20 +00:00
f8bcf4eba5
Add debug build to make and docker
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))
|
|
}
|