aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/sha256.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-16[crypto] Allow algorithms to be included without being OID-identifiableMichael Brown1-11/+0
2015-04-12[crypto] Add SHA-512 algorithmMichael Brown1-4/+4
2015-04-12[crypto] Add SHA-224 algorithmMichael Brown1-13/+36
2015-03-02[legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown1-1/+5
2012-07-20[legal] Update FSF mailing address in GPL licence textsMichael Brown1-1/+2
2012-03-22[crypto] Define ASN.1 OID-identified algorithms for all supported digestsMichael Brown1-0/+11
2012-03-21[crypto] Use standard bit-rotation functionsMichael Brown1-11/+1
2012-03-05[crypto] Add SHA-256 algorithmMichael Brown1-0/+254