quorum/crypto
Felix Lange e85b68ef53
crypto: add DecompressPubkey, VerifySignature (#15615)
We need those operations for p2p/enr.

Also upgrade github.com/btcsuite/btcd/btcec to the latest version
and improve BenchmarkSha3. The benchmark printed extra output 
that confused tools like benchstat and ignored N.
2017-12-06 16:07:08 +01:00
..
bn256 crypto/bn256: fix generator on G1 (#15591) 2017-12-01 13:03:39 +01:00
ecies crypto: fix megacheck warnings (#14917) 2017-08-08 13:58:22 +03:00
randentropy crypto: Remove dead code 2016-02-21 22:46:31 +00:00
secp256k1 crypto: add DecompressPubkey, VerifySignature (#15615) 2017-12-06 16:07:08 +01:00
sha3 crypto: fix megacheck warnings (#14917) 2017-08-08 13:58:22 +03:00
crypto.go accounts/keystore, crypto: don't enforce key checks on existing keyfiles 2017-06-01 11:11:06 +03:00
crypto_test.go crypto: add DecompressPubkey, VerifySignature (#15615) 2017-12-06 16:07:08 +01:00
signature_cgo.go crypto: add DecompressPubkey, VerifySignature (#15615) 2017-12-06 16:07:08 +01:00
signature_nocgo.go crypto: add DecompressPubkey, VerifySignature (#15615) 2017-12-06 16:07:08 +01:00
signature_test.go crypto: add DecompressPubkey, VerifySignature (#15615) 2017-12-06 16:07:08 +01:00