crypto/secp256k1: added dummy files

This commit is contained in:
Marius van der Wijden 2025-02-24 11:32:31 +01:00
parent b346247f1a
commit c3fd7e6ee0
3 changed files with 17 additions and 1 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 contrib

View file

@ -5,4 +5,4 @@
//
// 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
package module

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 ecdh