diff options
Diffstat (limited to 'compat_test.go')
| -rw-r--r-- | compat_test.go | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/compat_test.go b/compat_test.go index b5cbde7..5699e1d 100644 --- a/compat_test.go +++ b/compat_test.go | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | //go:build compat | ||
| 2 | |||
| 3 | // Compatibility tests against btcec/v2. | ||
| 4 | // Run with: go get github.com/btcsuite/btcd/btcec/v2 && go test -tags=compat ./... | ||
| 5 | |||
| 1 | package secp256k1 | 6 | package secp256k1 |
| 2 | 7 | ||
| 3 | import ( | 8 | import ( |
