From 064a999a233a5efcfdec70f6f3bbb6e7cda8f78c Mon Sep 17 00:00:00 2001 From: Stefan Berger Date: Thu, 8 Jul 2021 22:53:09 -0400 Subject: tcgbios: Fix a typo in the sha256 algo description Signed-off-by: Stefan Berger Signed-off-by: Alexey Kardashevskiy --- lib/libtpm/sha256.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libtpm/sha256.c b/lib/libtpm/sha256.c index fb67e19..2a09af6 100644 --- a/lib/libtpm/sha256.c +++ b/lib/libtpm/sha256.c @@ -90,7 +90,7 @@ static void sha256_block(uint32_t *w, sha256_ctx *ctx) * * 0 <= i <= 15: * W(t) = M(t) - * 16 <= i <= 79: + * 16 <= i <= 63: * W(t) = sigma1(W(t-2)) + W(t-7) + sigma0(W(t-15)) + W(t-16) */ -- cgit v1.1