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
*
Merge #13666: Always create signatures with Low R values
Wladimir J. van der Laan
2018-08-13
1
-2
/
+22
|
\
|
*
Always create 70 byte signatures with low R values
Andrew Chow
2018-08-09
1
-2
/
+22
*
|
Update copyright headers to 2018
DrahtBot
2018-07-27
1
-1
/
+1
|
/
*
scripted-diff: Rename master key to seed
John Newbery
2018-05-19
1
-1
/
+1
*
Merge #9598: Improve readability by removing redundant casts to same type (on...
Wladimir J. van der Laan
2018-03-07
1
-3
/
+3
|
\
|
*
Improve readability by removing redundant casts to same type (on all platforms)
practicalswift
2017-12-21
1
-3
/
+3
*
|
Use ptrdiff_t type to more precisely indicate usage and avoid compiler warnings.
murrayn
2018-02-05
1
-3
/
+3
*
|
Make CKey::Load references const
Russell Yanofsky
2018-01-23
1
-1
/
+1
*
|
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2018-01-03
1
-1
/
+1
|
/
*
Merge #10657: Utils: Improvements to ECDSA key-handling code
Wladimir J. van der Laan
2017-12-20
1
-21
/
+54
|
\
|
*
Scope the ECDSA constant sizes to CPubKey / CKey classes
Jack Grigg
2017-10-04
1
-14
/
+11
|
*
Ensure that ECDSA constant sizes are correctly-sized
Jack Grigg
2017-07-17
1
-0
/
+3
|
*
Remove redundant `= 0` initialisations
Jack Grigg
2017-07-17
1
-4
/
+2
|
*
Specify ECDSA constant sizes as constants
Jack Grigg
2017-07-17
1
-9
/
+15
|
*
Add comments
Jack Grigg
2017-07-17
1
-0
/
+23
|
*
Fix potential overflows in ECDSA DER parsers
Jack Grigg
2017-07-17
1
-13
/
+19
*
|
Remove includes in .cpp files for things the corresponding .h file already in...
practicalswift
2017-11-16
1
-1
/
+0
*
|
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-16
1
-6
/
+6
*
|
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-08-07
1
-6
/
+6
|
/
*
Fix subscript[0] potential bugs in key.cpp
Jeremy Rubin
2017-07-08
1
-5
/
+5
*
Remove unused C++ code not covered by unit tests
practicalswift
2017-04-26
1
-8
/
+0
*
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-31
1
-1
/
+1
*
wallet: Get rid of LockObject and UnlockObject calls in key.h
Wladimir J. van der Laan
2016-10-19
1
-20
/
+14
*
Do not shadow variables
Pavel JanÃk
2016-09-27
1
-3
/
+3
*
Always require OS randomness when generating secret keys
Pieter Wuille
2016-05-29
1
-2
/
+1
*
add bip32 pubkey serialization
Jonas Schnelli
2016-04-14
1
-3
/
+3
*
Bump copyright headers to 2015
MarcoFalke
2015-12-13
1
-1
/
+1
*
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
[next]