From e296f69743e010a0d6d16a240d5cba880d065af3 Mon Sep 17 00:00:00 2001 From: Rotzbua Date: Fri, 11 Oct 2019 00:02:36 +0200 Subject: [PATCH] sys/hashes/sha256: fix typo in docu --- sys/include/hashes/sha256.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/include/hashes/sha256.h b/sys/include/hashes/sha256.h index 69e9afb940..47cb1ef6da 100644 --- a/sys/include/hashes/sha256.h +++ b/sys/include/hashes/sha256.h @@ -176,7 +176,7 @@ const void *hmac_sha256(const void *key, size_t key_length, const void *data, size_t len, void *digest); /** - * @brief function to produce a hash chain statring with a given seed element. + * @brief function to produce a hash chain starting with a given seed element. * The chain is computed by taking the sha256 from the seed, * hash the resulting sha256 and continuing taking sha256 * from each result consecutively. @@ -193,7 +193,7 @@ void *sha256_chain(const void *seed, size_t seed_length, size_t elements, void *tail_element); /** - * @brief function to produce a hash chain statring with a given seed element. + * @brief function to produce a hash chain starting with a given seed element. * The chain is computed the same way as done with sha256_chain(). * Additionally intermediate elements are saved while computing the chain. * This slows down computation, but provides the caller with indexed