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
/
test
/
fuzz
/
key.cpp
Age
Commit message (
Expand
)
Author
2023-09-06
fuzz: introduce and use `ConsumePrivateKey` helper
Sebastian Falbesoner
2023-08-14
Rename script/standard.{cpp/h} to script/solver.{cpp/h}
Andrew Chow
2023-07-13
scripted-diff: Use new FUZZ_TARGET macro everywhere
MarcoFalke
2023-06-23
Fuzz test for Ellswift ECDH
dhruv
2023-06-23
Fuzz test for CKey->EllSwift->CPubKey creation/decoding
dhruv
2023-05-09
scripted-diff: Remove unused chainparamsbase includes
TheCharlatan
2023-05-09
refactor: Replace string chain name constants with ChainTypes
TheCharlatan
2023-01-26
Use DataStream where possible
MarcoFalke
2023-01-13
Merge bitcoin/bitcoin#26691: Update secp256k1 subtree to libsecp256k1 version...
fanquake
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-12-13
Adapt to libsecp256k1 API changes
Pieter Wuille
2022-08-11
script/sign: remove needless IsSolvable() utility
Antoine Poinsot
2022-08-02
Pass datacarrier setting into IsStandard
MacroFake
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-03-11
scripted-diff: remove MakeUnique<T>()
fanquake
2020-12-10
fuzz: Link all targets once
MarcoFalke
2020-07-30
Make Hash[160] consume range-like objects
Pieter Wuille
2020-06-28
Merge #19114: scripted-diff: TxoutType C++11 scoped enum class
MarcoFalke
2020-06-24
refactor: Replace HexStr(o.begin(), o.end()) with HexStr(o)
Wladimir J. van der Laan
2020-06-21
scripted-diff: TxoutType C++11 scoped enum class
MarcoFalke
2020-06-21
doc: Update outdated txnouttype documentation
MarcoFalke
2020-03-05
tests: Add fuzzing harness for CKey related functions
practicalswift