aboutsummaryrefslogtreecommitdiff
path: root/src/util/crypto_hash.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-11-14 17:17:36 +0100
committerChristian Grothoff <christian@grothoff.org>2020-11-14 17:17:36 +0100
commitf62e24a88c21235bc3c901508cfb474509ef2961 (patch)
treeee481be9675674d83f54a6c66dee8356ef1dbcbc /src/util/crypto_hash.c
parent3522008dfd14f049a821dfba7ba89a27aa27d4aa (diff)
downloadgnunet-f62e24a88c21235bc3c901508cfb474509ef2961.tar.gz
gnunet-f62e24a88c21235bc3c901508cfb474509ef2961.zip
spell checking
Diffstat (limited to 'src/util/crypto_hash.c')
-rw-r--r--src/util/crypto_hash.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/util/crypto_hash.c b/src/util/crypto_hash.c
index 94b6f5099..55676917e 100644
--- a/src/util/crypto_hash.c
+++ b/src/util/crypto_hash.c
@@ -61,7 +61,7 @@ GNUNET_CRYPTO_hash (const void *block,
61/** 61/**
62 * Convert GNUNET_CRYPTO_hash to ASCII encoding. The ASCII encoding is rather 62 * Convert GNUNET_CRYPTO_hash to ASCII encoding. The ASCII encoding is rather
63 * GNUnet specific. It was chosen such that it only uses characters 63 * GNUnet specific. It was chosen such that it only uses characters
64 * in [0-9A-V], can be produced without complex arithmetics and uses a 64 * in [0-9A-V], can be produced without complex arithmetic and uses a
65 * small number of characters. The GNUnet encoding uses 103 65 * small number of characters. The GNUnet encoding uses 103
66 * characters plus a null terminator. 66 * characters plus a null terminator.
67 * 67 *
@@ -463,7 +463,7 @@ GNUNET_CRYPTO_hmac (const struct GNUNET_CRYPTO_AuthKey *key,
463 463
464 464
465/** 465/**
466 * Context for cummulative hashing. 466 * Context for cumulative hashing.
467 */ 467 */
468struct GNUNET_HashContext 468struct GNUNET_HashContext
469{ 469{
@@ -501,7 +501,7 @@ GNUNET_CRYPTO_hash_context_start ()
501/** 501/**
502 * Add data to be hashed. 502 * Add data to be hashed.
503 * 503 *
504 * @param hc cummulative hash context 504 * @param hc cumulative hash context
505 * @param buf data to add 505 * @param buf data to add
506 * @param size number of bytes in @a buf 506 * @param size number of bytes in @a buf
507 */ 507 */