index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
key.h
Age
Commit message (
Expand
)
Author
2018-09-13
convert C-style (void) parameter lists to C++ style ()
Arvid Norberg
2018-08-13
Merge #13666: Always create signatures with Low R values
Wladimir J. van der Laan
2018-08-09
Always create 70 byte signatures with low R values
Andrew Chow
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-05-19
scripted-diff: Rename master key to seed
John Newbery
2018-01-23
Make CKey::Load references const
Russell Yanofsky
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-12-20
Merge #10657: Utils: Improvements to ECDSA key-handling code
Wladimir J. van der Laan
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-10-04
Scope the ECDSA constant sizes to CPubKey / CKey classes
Jack Grigg
2017-09-21
Remove some unused functions and methods
Pieter Wuille
2017-08-17
Add length check for CExtKey deserialization
Jonas Schnelli
2017-07-17
Specify ECDSA constant sizes as constants
Jack Grigg
2017-04-26
Remove unused C++ code not covered by unit tests
practicalswift
2017-03-18
Trivial: Fix typo in key.h comment
Michael Goldstein
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-11-07
Get rid of nType and nVersion
Pieter Wuille
2016-10-19
wallet: Get rid of LockObject and UnlockObject calls in key.h
Wladimir J. van der Laan
2016-07-28
Merge #8321: [trivial] Switched constants to sizeof()
Wladimir J. van der Laan
2016-07-24
remove outdated legacy code
lizhi
2016-07-18
[trivial] Switched constants to sizeof()
Thomas Snider
2016-04-14
add bip32 pubkey serialization
Jonas Schnelli
2015-12-13
Bump copyright headers to 2015
MarcoFalke
2015-05-06
Merge pull request #6034
Wladimir J. van der Laan
2015-05-06
chaincodes: abstract away more chaincode behavior
Cory Fields
2015-05-04
Update key.cpp to use new libsecp256k1
Pieter Wuille
2015-05-02
Abstract chaincodes into CChainCode
Pieter Wuille
2015-03-27
Switch test case signing to RFC6979 extra entropy
Pieter Wuille
2015-03-20
allocators: split allocators and pagelocker
Cory Fields
2014-12-19
Added "Core" to copyright headers
sandakersmann
2014-12-01
Merge pull request #5227
Wladimir J. van der Laan
2014-11-24
Merge pull request #5224
Wladimir J. van der Laan
2014-11-23
Add sanity check after key generation
Pieter Wuille
2014-11-20
Deterministic signing
Pieter Wuille
2014-11-20
minor style cleanup after HTTP rest interface merge
Philip Kaufmann
2014-11-10
Do signature-s negation inside the tests
Pieter Wuille
2014-11-06
Fixing warning C4099: 'CExtPubKey' : type name first seen using 'class' now s...
ENikS
2014-11-04
minor code style cleanup after recent merges
Philip Kaufmann
2014-10-31
boost: moveonly: split CPubKey and friends to new files
Cory Fields
2014-10-28
Update comments in key to be doxygen compatible
Michael Ford
2014-10-17
script: move CScriptID to standard.h and add a ctor for creating them from CS...
Cory Fields
2014-09-26
Add automatic script test generation, and actual checksig tests
Pieter Wuille
2014-09-19
Apply clang-format on some infrequently-updated files
Pieter Wuille
2014-09-01
Merge pull request #4779
Wladimir J. van der Laan
2014-08-28
add missing header end comments
Philip Kaufmann
2014-08-28
Fix a few "Uninitialized scalar field" warnings
Wladimir J. van der Laan
2014-06-03
key.cpp: fail with a friendlier message on missing ssl EC support
Andrew Poelstra
2014-05-20
remove CPubKey::VerifyCompact( ) which is never used
Kamil Domanski
2014-03-10
Also switch the (unused) verification code to low-s instead of even-s.
Pieter Wuille
2014-02-25
Document that CPubKey.IsValid() is consensus critical
Peter Todd
[next]