We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c12f82 commit 04466f6Copy full SHA for 04466f6
tests/fuzzers/bls12381/bls12381_fuzz.go
@@ -14,6 +14,9 @@
14
// You should have received a copy of the GNU Lesser General Public License
15
// along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>.
16
17
+//go:build cgo
18
+// +build cgo
19
+
20
package bls
21
22
import (
tests/fuzzers/bls12381/bls12381_test.go
import "testing"
0 commit comments