1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-08 17:42:09 +03:00

Spell as SHA-3 not SHA3

Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
Dave Rodgman
2023-06-07 17:08:09 +01:00
parent 2468ad10d7
commit cf4d2bdc09
3 changed files with 6 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
/**
* \file sha3.h
*
* \brief This file contains SHA3 definitions and functions.
* \brief This file contains SHA-3 definitions and functions.
*
* The Secure Hash Algorithms cryptographic
* hash functions are defined in <em>FIPS 202: SHA-3 Standard:
@@ -37,7 +37,7 @@
extern "C" {
#endif
/** SHA3 input data was malformed. */
/** SHA-3 input data was malformed. */
#define MBEDTLS_ERR_SHA3_BAD_INPUT_DATA -0x0076
/**