summaryrefslogtreecommitdiffstats
path: root/src/crypto/sha256.c
Commit message (Expand)AuthorAgeFilesLines
* [libc] Replace linker_assert() with build_assert()Michael Brown2024-01-161-9/+9
* [crypto] Allow algorithms to be included without being OID-identifiableMichael Brown2020-06-161-11/+0Star
* [crypto] Add SHA-512 algorithmMichael Brown2015-04-121-4/+4
* [crypto] Add SHA-224 algorithmMichael Brown2015-04-121-13/+36
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-021-1/+5
* [legal] Update FSF mailing address in GPL licence textsMichael Brown2012-07-201-1/+2
* [crypto] Define ASN.1 OID-identified algorithms for all supported digestsMichael Brown2012-03-221-0/+11
* [crypto] Use standard bit-rotation functionsMichael Brown2012-03-211-11/+1Star
* [crypto] Add SHA-256 algorithmMichael Brown2012-03-051-0/+254