Branch: refs/heads/master Home: https://github.com/conformal/btcec Commit: ae28fe6d97b5eb7344e4fe66948e1876c967707d https://github.com/conformal/btcec/commit/ae28fe6d97b5eb7344e4fe66948e1876c967707d Author: Jimmy Song <jaej...@gmail.com> Date: 2014-10-12 (Sun, 12 Oct 2014)
Changed paths: M bench_test.go M btcec_test.go M privkey.go M signature_test.go Log Message: ----------- Use btcec structs instead of ecdsa structs everywhere. This change should make it so that only btcec relies on the crypto/ecdsa package for secp256k1 math.