aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Philippe Aumasson <jeanphilippe.aumasson@gmail.com>2022-10-22 07:00:10 +0200
committerGitHub <noreply@github.com>2022-10-22 07:00:10 +0200
commit6fcbf3ac80ba89a7b86e14188bc35df47ba2a940 (patch)
treee29a46742cd29f241d1a5ef7716a875021e09ccd
parentdebug symbol fix (diff)
parentSipHash works on ESP8266 running FreeRTOS. So Update the README on OS support (diff)
downloadsiphash-6fcbf3ac80ba89a7b86e14188bc35df47ba2a940.tar.gz
siphash-6fcbf3ac80ba89a7b86e14188bc35df47ba2a940.tar.xz
Merge pull request #46 from devendranaga/master
SipHash works on ESP8266 running FreeRTOS. So Update the README on OS…
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6350194..366edd7 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ algorithms, such as MACs based on universal hashing.
* *Cryptographically secure*, with no sign of weakness despite multiple [cryptanalysis](https://eprint.iacr.org/2019/865) [projects](https://eprint.iacr.org/2019/865) by leading cryptographers.
* *Battle-tested*, with successful integration in OSs (Linux kernel, OpenBSD,
-FreeBSD), languages (Perl, Python, Ruby, etc.), libraries (OpenSSL libcrypto,
+FreeBSD, FreeRTOS), languages (Perl, Python, Ruby, etc.), libraries (OpenSSL libcrypto,
Sodium, etc.) and applications (Wireguard, Redis, etc.).
As a secure pseudorandom function (a.k.a. keyed hash function), SipHash can also be used as a secure message authentication code (MAC).