commit | 0cd1f1c77fa6ee47ab92334476c3733ad609139f | [log] [tgz] |
---|---|---|
author | Pol Henarejos <pol.henarejos@cttc.es> | Mon May 09 01:04:15 2022 +0200 |
committer | Pol Henarejos <pol.henarejos@cttc.es> | Mon May 09 01:04:15 2022 +0200 |
tree | 577c9c5d1c9afe20d2db4bca388f34c334a61820 | |
parent | 310294f06aa5999a5fc99f50d306e667ff89bee8 [diff] [blame] |
Add SHA-3 module. Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
diff --git a/include/mbedtls/error.h b/include/mbedtls/error.h index 8b2b9ea..b23b749 100644 --- a/include/mbedtls/error.h +++ b/include/mbedtls/error.h
@@ -78,6 +78,7 @@ * SHA1 1 0x0035-0x0035 0x0073-0x0073 * SHA256 1 0x0037-0x0037 0x0074-0x0074 * SHA512 1 0x0039-0x0039 0x0075-0x0075 + * SHA-3 1 0x0076-0x0076 * CHACHA20 3 0x0051-0x0055 * POLY1305 3 0x0057-0x005B * CHACHAPOLY 2 0x0054-0x0056