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
/
pubkey.h
Age
Commit message (
Expand
)
Author
2020-12-31
scripted-diff: Bump copyright headers
MarcoFalke
2020-12-01
refactor: Improve use of explicit keyword
Fabian Jahr
2020-11-26
Add comments on CPubKey::IsValid
Pieter Wuille
2020-10-12
Implement Taproot validation (BIP 341)
Pieter Wuille
2020-10-12
Support for Schnorr signatures and integration in SignatureCheckers (BIP 340)
Pieter Wuille
2020-10-06
scripted-diff: put ECDSA in name of signature functions
Pieter Wuille
2020-07-30
Make Hash[160] consume range-like objects
Pieter Wuille
2020-06-10
Check size after Unserializing CPubKey
Elichai Turkel
2020-04-23
Implement TopUp in DescriptorScriptPubKeyMan
Andrew Chow
2019-12-30
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-11-20
Merge #12461: scripted-diff: Rename key size consts to be relative to their c...
Wladimir J. van der Laan
2019-10-22
refactor: Remove unused CExt{Pub,}Key (de)serialization methods
Sebastian Falbesoner
2019-03-04
Fixup whitespace
Ben Woosley
2019-03-04
scripted-diff: Rename CPubKey and CKey::*_KEY_SIZE and COMPRESSED_*_KEY_SIZE
Ben Woosley
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-07-13
Implement PSBT Structures and un/serialization methods per BIP 174
Andrew Chow
2018-05-29
Remove template matching and pseudo opcodes
Pieter Wuille
2018-02-16
Assert CPubKey::ValidLength to the pubkey's header-relevent size
Ben Woosley
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-08-16
Declare single-argument (non-converting) constructors "explicit"
practicalswift
2017-07-17
Ensure that ECDSA constant sizes are correctly-sized
Jack Grigg
2017-07-17
Specify ECDSA constant sizes as constants
Jack Grigg
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-11-07
Add optimized CSizeComputer serializers
Pieter Wuille
2016-11-07
Get rid of nType and nVersion
Pieter Wuille
2016-11-07
Make GetSerializeSize a wrapper on top of CSizeComputer
Pieter Wuille
2016-09-27
Do not shadow variables
Pavel JanÃk
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-11-15
Switch to libsecp256k1-based validation for ECDSA
Pieter Wuille
2015-05-06
chaincodes: abstract away more chaincode behavior
Cory Fields
2015-05-02
Abstract chaincodes into CChainCode
Pieter Wuille
2015-01-05
Replace direct use of 0 with SetNull and IsNull
Wladimir J. van der Laan
2014-12-19
Added "Core" to copyright headers
sandakersmann
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