aboutsummaryrefslogtreecommitdiff
path: root/src/liblzma/check/sha256.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-03-18Change a few HTTP URLs to HTTPS.Lasse Collin1-1/+1
2014-08-03liblzma: SHA-256: Optimize the Maj macro slightly.Lasse Collin1-1/+1
2014-08-03liblzma: SHA-256: Optimize the way rotations are done.Lasse Collin1-6/+11
2014-08-03liblzma: SHA-256: Remove the GCC #pragma that became unneeded.Lasse Collin1-5/+0
2014-08-03liblzma: SHA-256: Unroll a little more.Lasse Collin1-9/+16
2014-08-03liblzma: SHA-256: Do the byteswapping without a temporary buffer.Lasse Collin1-12/+1
2014-01-12liblzma: Remove a useless C99ism from sha256.c.Lasse Collin1-1/+1
2012-08-24A few typo fixes to comments and the xz man page.Lasse Collin1-1/+0
2011-04-05liblzma: Use TUKLIB_GNUC_REQ to check GCC version in sha256.c.Lasse Collin1-3/+3
2009-10-04Use a tuklib module for integer handling.Lasse Collin1-15/+3
2009-05-02Use a GCC-specific #pragma instead of GCC-specificLasse Collin1-0/+5
2009-04-13Put the interesting parts of XZ Utils into the public domain.Lasse Collin1-9/+14
2008-08-28Sort of garbage collection commit. :-| Many things are stillLasse Collin1-16/+13
2008-06-18Update the code to mostly match the new simpler file formatLasse Collin1-25/+28
2007-12-09Imported to git.Lasse Collin1-0/+203