aboutsummaryrefslogtreecommitdiff
path: root/decrepit/ripemd
AgeCommit message (Expand)AuthorFilesLines
2023-07-11Use std::make_unique when possibleDavid Benjamin1-1/+1
2022-12-09Finish porting dh_test.cc and ripemd_test.cc to GTest.David Benjamin1-20/+5
2021-10-05Extract common rotl/rotr functions.David Benjamin1-15/+13
2021-06-01Make md32_common.h single-included and use an unsized helper for SHA-256.David Benjamin1-24/+18
2021-06-01Pull HASH_TRANSFORM out of md32_common.h.David Benjamin1-1/+5
2021-04-02Fold ripemd/internal.h into ripemd.c.David Benjamin2-497/+423
2021-04-02Move load/store helpers to crypto/internal.h.David Benjamin2-46/+48
2019-04-08Rename 'md' output parameter to 'out' and add bounds.David Benjamin2-4/+6
2018-09-05Flatten the decrepit target.David Benjamin1-9/+0
2018-03-15fix compilation error for non-english windows (like cjk)sphawk1-1/+1
2017-08-18Run the comment conversion script on decrepit/David Benjamin2-4/+4
2017-04-07First part of the FIPS module.Adam Langley1-1/+1
2017-01-21Do a cursory conversion of a few tests to GTest.David Benjamin2-19/+5
2016-12-21Work around language and compiler bug in memcpy, etc.David Benjamin2-4/+5
2016-10-18Fix up macros.David Benjamin2-21/+21
2016-04-27Revert md_len removal from SHA256_CTX and SHA512_CTX.David Benjamin2-19/+15
2016-04-27Pull HASH_MAKE_STRING out of md32_common.h.David Benjamin2-15/+19
2016-03-09Add RIPEMD160 support in decrepit.Adam Langley4-0/+957