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.cpp
Age
Commit message (
Expand
)
Author
2019-06-02
Make reasoning about dependencies easier by not including unused dependencies
practicalswift
2019-03-27
CKey: add method to negate the key
Jonas Schnelli
2019-01-31
Fix assertion in CKey::SignCompact
João Barbosa
2018-09-13
Pass export privkey DER compression flag correctly
liuyujun
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-03-07
Merge #9598: Improve readability by removing redundant casts to same type (on...
Wladimir J. van der Laan
2018-02-05
Use ptrdiff_t type to more precisely indicate usage and avoid compiler warnings.
murrayn
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-21
Improve readability by removing redundant casts to same type (on all platforms)
practicalswift
2017-12-20
Merge #10657: Utils: Improvements to ECDSA key-handling code
Wladimir J. van der Laan
2017-11-16
Remove includes in .cpp files for things the corresponding .h file already in...
practicalswift
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-08-07
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-07-17
Ensure that ECDSA constant sizes are correctly-sized
Jack Grigg
2017-07-17
Remove redundant `= 0` initialisations
Jack Grigg
2017-07-17
Specify ECDSA constant sizes as constants
Jack Grigg
2017-07-17
Add comments
Jack Grigg
2017-07-17
Fix potential overflows in ECDSA DER parsers
Jack Grigg
2017-07-08
Fix subscript[0] potential bugs in key.cpp
Jeremy Rubin
2017-04-26
Remove unused C++ code not covered by unit tests
practicalswift
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-10-19
wallet: Get rid of LockObject and UnlockObject calls in key.h
Wladimir J. van der Laan
2016-09-27
Do not shadow variables
Pavel Janík
2016-05-29
Always require OS randomness when generating secret keys
Pieter Wuille
2016-04-14
add bip32 pubkey serialization
Jonas Schnelli
2015-12-13
Bump copyright headers to 2015
MarcoFalke
2015-11-13
Update key.cpp to new secp256k1 API
Pieter Wuille
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-02
keys: remove libsecp256k1 verification until it's actually supported
Cory Fields
2015-01-06
Use libsecp256k1's RFC6979 implementation
Pieter Wuille
2015-01-05
Use arith_uint256 where necessary
Wladimir J. van der Laan
2015-01-05
Replace direct use of 0 with SetNull and IsNull
Wladimir J. van der Laan
2015-01-04
Merge pull request #5508
Pieter Wuille
2014-12-19
Added "Core" to copyright headers
sandakersmann
2014-12-18
Add RandAddSeedPerfmon to MakeNewKey
21E14
2014-12-11
Update Bitcoin for libsecp256k1 API change
Pieter Wuille
2014-12-01
Merge pull request #5227
Wladimir J. van der Laan
2014-11-28
Resize after succesful result
Pieter Wuille
2014-11-23
Add key generation/verification to ECC sanity check
Pieter Wuille
2014-11-23
Add sanity check after key generation
Pieter Wuille
2014-11-20
Deterministic signing
Pieter Wuille
[next]