mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-24 15:44:32 +00:00
* update secp256k1 library from go-eth code * cast deprecated functions to use new BitCurve type * add IsOnCurve checks and tests * add test outcome check
8 lines
222 B
Go
8 lines
222 B
Go
//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
|