diff options
author | Dev <devendra.aaru@outlook.com> | 2022-08-17 17:47:35 -0400 |
---|---|---|
committer | Dev <devendra.aaru@outlook.com> | 2022-08-17 17:47:35 -0400 |
commit | 77cd9f7da527aea007f2b6556257918f611d6e01 (patch) | |
tree | e29a46742cd29f241d1a5ef7716a875021e09ccd | |
parent | debug symbol fix (diff) | |
download | siphash-77cd9f7da527aea007f2b6556257918f611d6e01.tar.gz siphash-77cd9f7da527aea007f2b6556257918f611d6e01.tar.xz |
SipHash works on ESP8266 running FreeRTOS. So Update the README on OS support
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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). |