mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 15:16:43 +00:00
crypto/secp256k1: added dummy files
This commit is contained in:
parent
90357f1b22
commit
b346247f1a
4 changed files with 32 additions and 0 deletions
8
crypto/secp256k1/libsecp256k1/include/dummy.go
Normal file
8
crypto/secp256k1/libsecp256k1/include/dummy.go
Normal 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
|
||||
8
crypto/secp256k1/libsecp256k1/src/dummy.go
Normal file
8
crypto/secp256k1/libsecp256k1/src/dummy.go
Normal 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
|
||||
8
crypto/secp256k1/libsecp256k1/src/modules/dummy.go
Normal file
8
crypto/secp256k1/libsecp256k1/src/modules/dummy.go
Normal 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
|
||||
|
|
@ -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
|
||||
Loading…
Reference in a new issue