Moved `obscuren` secp256k1-go
Showing
- core/types/transaction.go 1 addition, 1 deletioncore/types/transaction.go
- crypto/crypto.go 1 addition, 1 deletioncrypto/crypto.go
- crypto/crypto_test.go 1 addition, 1 deletioncrypto/crypto_test.go
- crypto/keypair.go 1 addition, 1 deletioncrypto/keypair.go
- crypto/secp256k1/.gitignore 24 additions, 0 deletionscrypto/secp256k1/.gitignore
- crypto/secp256k1/README.md 22 additions, 0 deletionscrypto/secp256k1/README.md
- crypto/secp256k1/notes.go 192 additions, 0 deletionscrypto/secp256k1/notes.go
- crypto/secp256k1/secp256.go 304 additions, 0 deletionscrypto/secp256k1/secp256.go
- crypto/secp256k1/secp256_rand.go 96 additions, 0 deletionscrypto/secp256k1/secp256_rand.go
- crypto/secp256k1/secp256_test.go 228 additions, 0 deletionscrypto/secp256k1/secp256_test.go
- crypto/secp256k1/secp256k1/COPYING 19 additions, 0 deletionscrypto/secp256k1/secp256k1/COPYING
- crypto/secp256k1/secp256k1/Makefile 55 additions, 0 deletionscrypto/secp256k1/secp256k1/Makefile
- crypto/secp256k1/secp256k1/TODO 3 additions, 0 deletionscrypto/secp256k1/secp256k1/TODO
- crypto/secp256k1/secp256k1/config.mk 9 additions, 0 deletionscrypto/secp256k1/secp256k1/config.mk
- crypto/secp256k1/secp256k1/configure 175 additions, 0 deletionscrypto/secp256k1/secp256k1/configure
- crypto/secp256k1/secp256k1/include/secp256k1.h 121 additions, 0 deletionscrypto/secp256k1/secp256k1/include/secp256k1.h
- crypto/secp256k1/secp256k1/src/bench.c 64 additions, 0 deletionscrypto/secp256k1/secp256k1/src/bench.c
- crypto/secp256k1/secp256k1/src/ecdsa.h 28 additions, 0 deletionscrypto/secp256k1/secp256k1/src/ecdsa.h
- crypto/secp256k1/secp256k1/src/ecmult.h 19 additions, 0 deletionscrypto/secp256k1/secp256k1/src/ecmult.h
- crypto/secp256k1/secp256k1/src/field.h 101 additions, 0 deletionscrypto/secp256k1/secp256k1/src/field.h
Loading
Please register or sign in to comment