From 44723c9745a48034e14bef36b09877b63a6abd40 Mon Sep 17 00:00:00 2001 From: Mathias Tausig <mathias.tausig@fh-campuswien.ac.at> Date: Mon, 13 Nov 2017 14:57:45 +0100 Subject: [PATCH] hashes: SHA256 documentation updated Fixed typo --- sys/include/hashes/sha256.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/include/hashes/sha256.h b/sys/include/hashes/sha256.h index 0a288342a2..0682c7e57b 100644 --- a/sys/include/hashes/sha256.h +++ b/sys/include/hashes/sha256.h @@ -60,7 +60,7 @@ extern "C" { #define SHA256_INTERNAL_BLOCK_SIZE (64) /** - * @brief Context for ciper operations based on sha256 + * @brief Context for cipher operations based on sha256 */ typedef struct { /** global state */ -- GitLab