index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
key.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update key.cpp to new secp256k1 API
Pieter Wuille
2015-11-13
1
-24
/
+131
*
Merge pull request #6034
Wladimir J. van der Laan
2015-05-06
1
-7
/
+7
|
\
|
*
chaincodes: abstract away more chaincode behavior
Cory Fields
2015-05-06
1
-7
/
+7
|
*
Abstract chaincodes into CChainCode
Pieter Wuille
2015-05-02
1
-5
/
+5
*
|
Update key.cpp to use new libsecp256k1
Pieter Wuille
2015-05-04
1
-22
/
+37
|
/
*
Switch test case signing to RFC6979 extra entropy
Pieter Wuille
2015-03-27
1
-14
/
+4
*
keys: remove libsecp256k1 verification until it's actually supported
Cory Fields
2015-03-02
1
-2
/
+0
*
Use libsecp256k1's RFC6979 implementation
Pieter Wuille
2015-01-06
1
-24
/
+21
*
Use arith_uint256 where necessary
Wladimir J. van der Laan
2015-01-05
1
-1
/
+2
*
Replace direct use of 0 with SetNull and IsNull
Wladimir J. van der Laan
2015-01-05
1
-2
/
+2
*
Merge pull request #5508
Pieter Wuille
2015-01-04
1
-0
/
+1
|
\
|
*
Add RandAddSeedPerfmon to MakeNewKey
21E14
2014-12-18
1
-0
/
+1
*
|
Added "Core" to copyright headers
sandakersmann
2014-12-19
1
-1
/
+1
|
/
*
Update Bitcoin for libsecp256k1 API change
Pieter Wuille
2014-12-11
1
-2
/
+2
*
Merge pull request #5227
Wladimir J. van der Laan
2014-12-01
1
-12
/
+20
|
\
|
*
Resize after succesful result
Pieter Wuille
2014-11-28
1
-2
/
+3
|
*
Deterministic signing
Pieter Wuille
2014-11-20
1
-11
/
+18
|
*
Split up crypto/sha2
Pieter Wuille
2014-11-20
1
-1
/
+1
*
|
Add key generation/verification to ECC sanity check
Pieter Wuille
2014-11-23
1
-1
/
+9
*
|
Add sanity check after key generation
Pieter Wuille
2014-11-23
1
-4
/
+15
|
/
*
Use libsecp256k1 in key.cpp
Pieter Wuille
2014-11-18
1
-65
/
+6
*
Do signature-s negation inside the tests
Pieter Wuille
2014-11-10
1
-2
/
+2
*
boost: moveonly: split CPubKey and friends to new files
Cory Fields
2014-10-31
1
-117
/
+1
*
boost: moveonly: move BIP32Hash to hash.h
Cory Fields
2014-10-31
1
-12
/
+0
*
boost: moveonly: create eccryptoverify.h|cpp and move helper functions there
Cory Fields
2014-10-31
1
-51
/
+2
*
Update comments in keystore to be doxygen compatible
Michael Ford
2014-10-28
1
-1
/
+1
*
Update comments in key to be doxygen compatible
Michael Ford
2014-10-28
1
-4
/
+4
*
boost: code movement only: split CECKey into separate files
Cory Fields
2014-10-27
1
-330
/
+3
*
boost: remove CPubKey dependency from CECKey. Follow-up of e405aa48
Cory Fields
2014-10-27
1
-21
/
+28
*
boost: remove CPrivKey dependency from CECKey
Cory Fields
2014-10-15
1
-15
/
+18
*
Add automatic script test generation, and actual checksig tests
Pieter Wuille
2014-09-26
1
-4
/
+4
*
Fixing compiler warning C4800: 'type' forcing value to bool 'true' or 'false'
ENikS
2014-09-06
1
-4
/
+4
*
Fixing Compiler Error C2466
ENikS
2014-09-01
1
-1
/
+1
*
add GetRandBytes() as wrapper for RAND_bytes()
Philip Kaufmann
2014-07-09
1
-6
/
+4
*
libsecp256k1 integration
Pieter Wuille
2014-07-01
1
-11
/
+119
*
ensure clean and consistent "namespace" usage
Philip Kaufmann
2014-06-26
1
-2
/
+1
*
Move crypto implementations to src/crypto/
Pieter Wuille
2014-06-21
1
-1
/
+1
*
Add a built-in SHA256/SHA512 implementation.
Pieter Wuille
2014-06-21
1
-11
/
+8
*
key.cpp: fail with a friendlier message on missing ssl EC support
Andrew Poelstra
2014-06-03
1
-0
/
+12
*
remove CPubKey::VerifyCompact( ) which is never used
Kamil Domanski
2014-05-20
1
-15
/
+0
*
Also switch the (unused) verification code to low-s instead of even-s.
Pieter Wuille
2014-03-10
1
-21
/
+51
*
Sanitize assert usage and refuse to compile with NDEBUG.
Gregory Maxwell
2013-12-02
1
-2
/
+5
*
Cleanup code using forward declarations.
Brandon Dahler
2013-11-10
1
-4
/
+3
*
Merge pull request #3119
Pieter Wuille
2013-10-20
1
-1
/
+1
|
\
|
*
Bump Year Number to 2013
super3
2013-10-20
1
-1
/
+1
*
|
Merge pull request #2950 from pstratem/walletload
Gavin Andresen
2013-10-16
1
-1
/
+22
|
\
\
|
|
/
|
/
|
|
*
verify vchPubKey matches calculated public key unless fSkipCheck is set
patrick s
2013-08-29
1
-0
/
+6
|
*
improve wallet load time by removing duplicated calls to EC_KEY_check_key and...
patrick s
2013-08-28
1
-1
/
+16
*
|
Use 'low S' as malleability breaker rather than 'even S'
Pieter Wuille
2013-09-20
1
-9
/
+11
|
/
*
Merge pull request #2131 from sipa/evens
Gregory Maxwell
2013-08-15
1
-1
/
+18
|
\
[next]