crypto/secp256k1: added dummy files

This commit is contained in:
Marius van der Wijden 2025-02-24 11:22:02 +01:00
parent 90357f1b22
commit b346247f1a
4 changed files with 32 additions and 0 deletions

View file

@ -0,0 +1,8 @@
//go:build dummy
// +build dummy
// Package c contains only a C file.
//
// This Go file is part of a workaround for `go mod vendor`.
// Please see the file crypto/secp256k1/dummy.go for more information.
package include

View file

@ -0,0 +1,8 @@
//go:build dummy
// +build dummy
// Package c contains only a C file.
//
// This Go file is part of a workaround for `go mod vendor`.
// Please see the file crypto/secp256k1/dummy.go for more information.
package src

View file

@ -0,0 +1,8 @@
//go:build dummy
// +build dummy
// Package c contains only a C file.
//
// This Go file is part of a workaround for `go mod vendor`.
// Please see the file crypto/secp256k1/dummy.go for more information.
package modules

View file

@ -0,0 +1,8 @@
//go:build dummy
// +build dummy
// Package c contains only a C file.
//
// This Go file is part of a workaround for `go mod vendor`.
// Please see the file crypto/secp256k1/dummy.go for more information.
package recovery