VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Crypto/Sha2Small.c
AgeCommit message (Collapse)AuthorFilesLines
2024-06-12Avoid conflict with C++17 features std::byte by using uint8 type instead of byteMounir IDRASSI1-1/+1
2016-05-10Remove trailing whitespaceDavid Foerster1-5/+5
2016-05-10Normalize all line terminatorsDavid Foerster1-234/+234
2014-11-08Add SHA-256 source specific for upcoming bootloader build because of its ↵Mounir IDRASSI1-0/+246
small size. It was derived from the libtomcrypt public domain source.