aboutsummaryrefslogtreecommitdiff
path: root/src/test/crypto_tests.cpp
AgeCommit message (Expand)Author
2018-07-27Update copyright headers to 2018DrahtBot
2018-05-29Specialized double sha256 for 64 byte inputsPieter Wuille
2018-05-03Make it clear which functions that are intended to be translation unit localpracticalswift
2018-04-11test: Fix sign for expected valuesKarl-Johan Alm
2018-01-03Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa
2017-12-12Merge #11516: crypto: Add test cases covering the relevant HMAC-SHA{256,512} ...Wladimir J. van der Laan
2017-11-16scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider
2017-10-18Add test cases covering the relevant key length boundaries: 64 bytes +/- 1 by...practicalswift
2017-09-08Changing &vec[0] to vec.data(), what 9804 missedMeshCollider
2017-06-08Merge #10545: Use list initialization (C++11) for maps/vectors instead of boo...Wladimir J. van der Laan
2017-06-07scripted-diff: Use new naming style for insecure_rand* functionsPieter Wuille
2017-06-07Replace more rand() % NUM by randrangesPieter Wuille
2017-06-06Use list initialization (C++11) for maps/vectors instead of boost::assign::ma...practicalswift
2017-06-05Merge test_random.h into test_bitcoin.hPieter Wuille
2017-03-29Add a FastRandomContext::randrange and use itPieter Wuille
2017-03-29Add ChaCha20Pieter Wuille
2016-12-31Increment MIT Licence copyright header year on files modified in 2016isle2983
2016-11-07test: Fix test_random includesMarcoFalke
2016-10-17Kill insecure_random and associated global stateWladimir J. van der Laan
2016-09-27Do not shadow variablesPavel Janík
2016-05-13crypto: add aes cbc testsCory Fields
2016-05-13Add ctaes-based constant time AES implementationPieter Wuille
2015-12-13Bump copyright headers to 2015MarcoFalke
2015-03-12tests: add a BasicTestingSetup and apply to all testsWladimir J. van der Laan
2015-01-06Use libsecp256k1's RFC6979 implementationPieter Wuille
2014-12-16Remove references to X11 licenceMichael Ford
2014-11-20Add the RFC6979 PRNGPieter Wuille
2014-11-20Add HMAC-SHA256Pieter Wuille
2014-11-20Split up crypto/sha2Pieter Wuille
2014-09-23Fixing out of bounds asses errorENikS
2014-08-26Split up util.cpp/hWladimir J. van der Laan
2014-07-09move rand functions from util to new random.h/.cppPhilip Kaufmann
2014-06-21Add <Hasher>::OUTPUT_SIZEPieter Wuille
2014-06-21Extend and move all crypto tests to crypto_tests.cppPieter Wuille