go-ethereum/crypto
Jeffrey Wilcke cdcf490127 core/vm: implemented bn256 mul and add pre compiled - EIP#197
core/vm, crypto/bn256: added bn256 curve and added precompile
core/vm: use crypto/bn256
crypto/bn256: exported P constant
core/vm, crypto/bn256: pairing pre-compile
core/vm: added pairing test
core, crypto, internal/ethapi, params: fixed tests
core/vm: fixed nil length input for pairing
2017-04-06 09:01:50 +02:00
..
bn256 core/vm: implemented bn256 mul and add pre compiled - EIP#197 2017-04-06 09:01:50 +02:00
ecies crypto: add btcec fallback for sign/recover without cgo (#3680) 2017-02-18 09:24:12 +01:00
randentropy crypto: Remove dead code 2016-02-21 22:46:31 +00:00
secp256k1 all: unify big.Int zero checks, use common/math in more places (#3716) 2017-02-28 15:09:11 +01:00
sha3 crypto, pow: add pure Go implementation of ethash 2017-03-09 15:50:14 +01:00
crypto.go crypto, pow, vendor: hash optimizations, mmap ethash 2017-03-09 15:50:14 +01:00
crypto_test.go crypto: add btcec fallback for sign/recover without cgo (#3680) 2017-02-18 09:24:12 +01:00
signature_cgo.go all: unify big.Int zero checks, use common/math in more places (#3716) 2017-02-28 15:09:11 +01:00
signature_nocgo.go crypto: add btcec fallback for sign/recover without cgo (#3680) 2017-02-18 09:24:12 +01:00
signature_test.go crypto: add btcec fallback for sign/recover without cgo (#3680) 2017-02-18 09:24:12 +01:00