index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
key_tests.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
1.21 key prefix (#1710)
Ross Nicoll
2021-03-04
1
-16
/
+15
*
Support for Schnorr signatures and integration in SignatureCheckers (BIP 340)
Pieter Wuille
2020-10-12
1
-0
/
+28
*
Make Hash[160] consume range-like objects
Pieter Wuille
2020-07-30
1
-4
/
+4
*
Make CHash256/CHash160 output to Span
Pieter Wuille
2020-07-30
1
-1
/
+1
*
Make CHash256 and CHash160 consume Spans
Pieter Wuille
2020-07-30
1
-1
/
+1
*
Add tests for CPubKey serialization/unserialization
Elichai Turkel
2020-06-17
1
-0
/
+44
*
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-16
1
-1
/
+1
*
scripted-diff: Sort test includes
MarcoFalke
2020-04-16
1
-2
/
+2
*
Replace std::to_string with locale-independent alternative
Ben Woosley
2020-03-14
1
-1
/
+2
*
scripted-diff: test: Move setup_common to test library
MarcoFalke
2019-11-06
1
-1
/
+1
*
tests: Reduce compilation time and unneccessary recompiles by removing unused...
practicalswift
2019-06-26
1
-1
/
+0
*
Merge #14047: Add HKDF_HMAC256_L32 and method to negate a private key
Wladimir J. van der Laan
2019-05-16
1
-0
/
+32
|
\
|
*
QA: add test for CKey::Negate()
Jonas Schnelli
2019-03-27
1
-0
/
+32
*
|
Replace CScriptID and CKeyID in CTxDestination with dedicated types
Gregory Sanders
2019-04-29
1
-4
/
+4
*
|
scripted-diff: Bump copyright headers in test, bench
MarcoFalke
2019-04-11
1
-1
/
+1
*
|
scripted-diff: Rename test_bitcoin to test/setup_common
MarcoFalke
2019-04-11
1
-1
/
+1
|
/
*
tests: Test for expected return values when calling functions returning a suc...
practicalswift
2018-12-13
1
-2
/
+2
*
scripted-diff: Move util files to separate directory.
Jim Posen
2018-11-04
1
-2
/
+2
*
Merge #13666: Always create signatures with Low R values
Wladimir J. van der Laan
2018-08-13
1
-0
/
+36
|
\
|
*
Always create 70 byte signatures with low R values
Andrew Chow
2018-08-09
1
-0
/
+36
*
|
Update copyright headers to 2018
DrahtBot
2018-07-27
1
-1
/
+1
|
/
*
Split key_io (address/key encodings) off from base58
Pieter Wuille
2018-02-19
1
-1
/
+1
*
Replace CBitcoinSecret with {Encode,Decode}Secret
Pieter Wuille
2018-02-19
1
-15
/
+10
*
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2018-01-03
1
-1
/
+1
*
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-16
1
-8
/
+8
*
Introduce wrappers around CBitcoinAddress
Pieter Wuille
2017-09-06
1
-14
/
+13
*
Remove unused code
practicalswift
2017-03-17
1
-28
/
+0
*
Refactoring: Removed using namespace <xxx> from bench/ and test/ source files.
Karl-Johan Alm
2017-01-02
1
-13
/
+11
*
Bump copyright headers to 2015
MarcoFalke
2015-12-13
1
-1
/
+1
*
tests: add a BasicTestingSetup and apply to all tests
Wladimir J. van der Laan
2015-03-12
1
-1
/
+2
*
Remove references to X11 licence
Michael Ford
2014-12-16
1
-1
/
+1
*
Merge pull request #5227
Wladimir J. van der Laan
2014-12-01
1
-0
/
+23
|
\
|
*
Deterministic signing
Pieter Wuille
2014-11-20
1
-0
/
+23
*
|
Add sanity check after key generation
Pieter Wuille
2014-11-23
1
-0
/
+20
|
/
*
Typo in test
Luke
2014-10-13
1
-1
/
+1
*
Move CScript class and dependencies to script/script
jtimon
2014-09-08
1
-1
/
+1
*
Rename script.h/.cpp to scriptutils.h/.cpp (plus remove duplicated includes)
jtimon
2014-09-08
1
-1
/
+1
*
Add licenses for tests and test data
Wladimir J. van der Laan
2014-03-18
1
-0
/
+4
*
Cleanup code using forward declarations.
Brandon Dahler
2013-11-10
1
-5
/
+7
*
CSecret/CKey -> CKey/CPubKey split/refactor
Pieter Wuille
2013-05-30
1
-51
/
+45
*
Refactor: split CKeyID/CScriptID/CTxDestination from CBitcoinAddress
Pieter Wuille
2012-05-24
1
-10
/
+17
*
CBitcoinSecret::SetString() now calls IsValid() to make sure it was passed so...
Chris Moore
2012-04-12
1
-5
/
+7
*
Unit tests for EC key routines
Pieter Wuille
2012-01-09
1
-0
/
+138