This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
tendermint
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
221
Wiki
Activity
Browse Source
secp256k1: change build tags (
#3277
)
release/v0.29.2
v0.29.2-rc1
Ethan Buchman
6 years ago
committed by
GitHub
parent
f571ee8876
commit
ad4bd92fec
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
3 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
crypto/secp256k1/secp256k1_cgo.go
+1
-1
crypto/secp256k1/secp256k1_nocgo.go
+1
-1
crypto/secp256k1/secp256k1_nocgo_test.go
+ 1
- 1
crypto/secp256k1/secp256k1_cgo.go
View File
@ -1,4 +1,4 @@
// +build
cgo
// +build
libsecp256k1
package
secp256k1
+ 1
- 1
crypto/secp256k1/secp256k1_nocgo.go
View File
@ -1,4 +1,4 @@
// +build !
cgo
// +build !
libsecp256k1
package
secp256k1
+ 1
- 1
crypto/secp256k1/secp256k1_nocgo_test.go
View File
@ -1,4 +1,4 @@
// +build !
cgo
// +build !
libsecp256k1
package
secp256k1
Write
Preview
Loading…
Cancel
Save