hashes: SHA256 documentation updated

Fixed typo
This commit is contained in:
Mathias Tausig 2017-11-13 14:57:45 +01:00
parent ce099c6517
commit 44723c9745

View File

@ -60,7 +60,7 @@ extern "C" {
#define SHA256_INTERNAL_BLOCK_SIZE (64) #define SHA256_INTERNAL_BLOCK_SIZE (64)
/** /**
* @brief Context for ciper operations based on sha256 * @brief Context for cipher operations based on sha256
*/ */
typedef struct { typedef struct {
/** global state */ /** global state */