Added ChaCha20 implementation with SSE2 opcodes.
[BearSSL] / inc / bearssl.h
index a9f1db7..3436789 100644 (file)
  * does not include much failsafes or error reporting when the problem
  * does not arise from external transient conditions, and can be fixed
  * only in the application code. This is done so in order to make the
- * total code footprint ligther.
+ * total code footprint lighter.
  *
  *
  * ## `NULL` values
  *
  * Function parameters with a pointer type shall not be `NULL` unless
- * explicitly authorised by the documentation. As an exception, then
+ * explicitly authorised by the documentation. As an exception, when
  * the pointer aims at a sequence of bytes and is accompanied with
  * a length parameter, and the length is zero (meaning that there is
  * no byte at all to retrieve), then the pointer may be `NULL` even if
 #include "bearssl_rand.h"
 #include "bearssl_prf.h"
 #include "bearssl_block.h"
+#include "bearssl_aead.h"
 #include "bearssl_rsa.h"
 #include "bearssl_ec.h"
 #include "bearssl_ssl.h"