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
/
key_tests.cpp
Age
Commit message (
Expand
)
Author
2024-08-04
tests: add tests for KeyPair
josibake
2024-08-03
tests: add key tweak smoke test
josibake
2024-06-12
Merge bitcoin/bitcoin#29015: kernel: Streamline util library
Ava Chow
2024-06-03
refactor: remove unused `CKey::Negate` method
Sebastian Falbesoner
2024-05-16
util: Move util/string.h functions to util namespace
Ryan Ofsky
2024-05-14
tests, fuzz: use new NUMS_H const
josibake
2023-06-23
Unit test for ellswift creation/decoding roundtrip
dhruv
2023-05-20
refactor: Move system from util to common library
TheCharlatan
2023-02-06
Move random test util code from setup_common to random
Jon Atack
2023-01-31
refactor: use `Hash` helper for double-SHA256 calculations
Sebastian Falbesoner
2023-01-26
Use DataStream where possible
MarcoFalke
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-03-23
refactor: use Span in random.*
pasta
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-11-12
Make signing follow BIP340 exactly w.r.t. aux randomness
Pieter Wuille
2021-06-12
Add CKey::SignSchnorr function for BIP 340/341 signing
Pieter Wuille
2020-11-25
Fix length of R check in test/key_tests.cpp:key_signature_tests
Dmitry Petukhov
2020-10-12
Support for Schnorr signatures and integration in SignatureCheckers (BIP 340)
Pieter Wuille
2020-07-30
Make Hash[160] consume range-like objects
Pieter Wuille
2020-07-30
Make CHash256/CHash160 output to Span
Pieter Wuille
2020-07-30
Make CHash256 and CHash160 consume Spans
Pieter Wuille
2020-06-17
Add tests for CPubKey serialization/unserialization
Elichai Turkel
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-16
scripted-diff: Sort test includes
MarcoFalke
2020-03-14
Replace std::to_string with locale-independent alternative
Ben Woosley
2019-11-06
scripted-diff: test: Move setup_common to test library
MarcoFalke
2019-06-26
tests: Reduce compilation time and unneccessary recompiles by removing unused...
practicalswift
2019-05-16
Merge #14047: Add HKDF_HMAC256_L32 and method to negate a private key
Wladimir J. van der Laan
2019-04-29
Replace CScriptID and CKeyID in CTxDestination with dedicated types
Gregory Sanders
2019-04-11
scripted-diff: Bump copyright headers in test, bench
MarcoFalke
2019-04-11
scripted-diff: Rename test_bitcoin to test/setup_common
MarcoFalke
2019-03-27
QA: add test for CKey::Negate()
Jonas Schnelli
2018-12-13
tests: Test for expected return values when calling functions returning a suc...
practicalswift
2018-11-04
scripted-diff: Move util files to separate directory.
Jim Posen
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-02-19
Split key_io (address/key encodings) off from base58
Pieter Wuille
2018-02-19
Replace CBitcoinSecret with {Encode,Decode}Secret
Pieter Wuille
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-09-06
Introduce wrappers around CBitcoinAddress
Pieter Wuille
2017-03-17
Remove unused code
practicalswift
2017-01-02
Refactoring: Removed using namespace <xxx> from bench/ and test/ source files.
Karl-Johan Alm
2015-12-13
Bump copyright headers to 2015
MarcoFalke
2015-03-12
tests: add a BasicTestingSetup and apply to all tests
Wladimir J. van der Laan
2014-12-16
Remove references to X11 licence
Michael Ford
2014-12-01
Merge pull request #5227
Wladimir J. van der Laan
2014-11-23
Add sanity check after key generation
Pieter Wuille
2014-11-20
Deterministic signing
Pieter Wuille
[next]