From b3719939be462a57c94dec6b9d80ab2afd34c557 Mon Sep 17 00:00:00 2001 From: kokke Date: Thu, 17 Oct 2024 00:09:22 +0200 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2850c26..28b12f7 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,9 @@ ### Tiny HMAC in C -This is a small and portable implementation of the [HMAC algorithm](https://en.wikipedia.org/wiki/HMAC) written in C. +This is a small and portable implementation of the [HMAC algorithm](https://en.wikipedia.org/wiki/HMAC) written in C. + +This implementation only supports the [SHA-1 digest](https://en.wikipedia.org/wiki/SHA-1) currently. Description from Wikipedia (emphasis added):