aboutsummaryrefslogtreecommitdiff
path: root/lib/libtpm/sha512.c
AgeCommit message (Collapse)AuthorFilesLines
2021-07-11tcgbios: Add test cases and test script to run themStefan Berger1-0/+36
Add test cases for sha1, sha256, sha384, and sha512 and a test script to run the test cases. The tests are passing on little and big endian machines (Fedora 28). Signed-off-by: Stefan Berger <stefanb@linux.ibm.com> Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
2021-07-09tcgbios: Add implementations for sha1, sha384, and sha512Stefan Berger1-0/+249
Signed-off-by: Stefan Berger <stefanb@linux.ibm.com> Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>