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
b346247f1a
commit
c3fd7e6ee0
3 changed files with 17 additions and 1 deletions
8
crypto/secp256k1/libsecp256k1/contrib/dummy.go
Normal file
8
crypto/secp256k1/libsecp256k1/contrib/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 contrib
|
||||
|
|
@ -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
|
||||
|
|
|
|||
8
crypto/secp256k1/libsecp256k1/src/modules/ecdh/dummy.go
Normal file
8
crypto/secp256k1/libsecp256k1/src/modules/ecdh/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 ecdh
|
||||
Loading…
Reference in a new issue