quorum/crypto
Péter Szilágyi 1203c6a237
crypto/bn256: full switchover to cloudflare's code (#16301)
* crypto/bn256: full switchover to cloudflare's code

* crypto/bn256: only use cloudflare for optimized architectures

* crypto/bn256: upstream fallback for non-optimized code

* .travis, build: drop support for Go 1.8 (need type aliases)

* crypto/bn256/cloudflare: enable curve mul lattice optimization
2018-03-20 01:13:54 +09:00
..
bn256 crypto/bn256: full switchover to cloudflare's code (#16301) 2018-03-20 01:13:54 +09:00
ecies various: remove redundant parentheses (#15793) 2018-01-03 14:14:47 +02:00
randentropy crypto: Remove dead code 2016-02-21 22:46:31 +00:00
secp256k1 crypto, crypto/secp256k1: add CompressPubkey (#15626) 2017-12-15 10:40:09 +01:00
sha3 crypto: fix megacheck warnings (#14917) 2017-08-08 13:58:22 +03:00
crypto.go crypto: ensure private keys are < N (#15745) 2018-01-02 10:55:03 +01:00
crypto_test.go crypto: fix error check in toECDSA (#15632) 2017-12-11 22:49:09 +01:00
signature_cgo.go crypto, crypto/secp256k1: add CompressPubkey (#15626) 2017-12-15 10:40:09 +01:00
signature_nocgo.go crypto: ensure that VerifySignature rejects malleable signatures (#15708) 2017-12-20 14:30:00 +02:00
signature_test.go crypto: ensure that VerifySignature rejects malleable signatures (#15708) 2017-12-20 14:30:00 +02:00