crypto/secp256: fix 32-bit tests

This commit is contained in:
Guillaume Ballet 2023-11-24 14:56:56 +01:00
parent c8a2202028
commit 51dffcea24

View file

@ -2,6 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be found in // Use of this source code is governed by a BSD-style license that can be found in
// the LICENSE file. // the LICENSE file.
//go:build !gofuzz && cgo
// +build !gofuzz,cgo
package secp256k1 package secp256k1
import ( import (