Frank Denis 9 rokov pred
rodič
commit
b0c2bdd84a
1 zmenil súbory, kde vykonal 1 pridanie a 0 odobranie
  1. 1 0
      README.md

+ 1 - 0
README.md

@@ -13,6 +13,7 @@ Features:
 - Zero dynamic memory allocations and low stack requirements. This makes it usable in constrained environments such as microcontrollers.
 - Portable: written in standard C99. Supports Linux, *BSD, MacOS, Windows, and the Arduino IDE out of the box.
 - Can generate cryptographically-secure random numbers, even on Arduino boards.
+- Attempts to mitigate the implications of accidental misuse.
 
 Non-goals:
 - Having multiple primitives serving the same purpose, even to provide compatibility with other libraries.