Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kokke authored Oct 16, 2024
1 parent a8e6218 commit b371993
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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):

Expand Down

0 comments on commit b371993

Please sign in to comment.