aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_crypto_lib.h
diff options
context:
space:
mode:
authorAlessio Vanni <vannilla@firemail.cc>2021-04-24 17:30:45 +0200
committerAlessio Vanni <vannilla@firemail.cc>2021-04-24 17:30:45 +0200
commitb996ba4156678b6a0a551b9a932867b2ade42344 (patch)
treeb03c302dddcccae0c0a3f76898617b83b1157528 /src/include/gnunet_crypto_lib.h
parent8233e282046e27de57de75f175e131a974087618 (diff)
downloadgnunet-b996ba4156678b6a0a551b9a932867b2ade42344.tar.gz
gnunet-b996ba4156678b6a0a551b9a932867b2ade42344.zip
-Fix several incorrect uses of `i.e.'
With some other changes to sentences here and there as I found appropriate.
Diffstat (limited to 'src/include/gnunet_crypto_lib.h')
-rw-r--r--src/include/gnunet_crypto_lib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_crypto_lib.h b/src/include/gnunet_crypto_lib.h
index 2a552e212..43cdfdfac 100644
--- a/src/include/gnunet_crypto_lib.h
+++ b/src/include/gnunet_crypto_lib.h
@@ -945,7 +945,7 @@ GNUNET_CRYPTO_hash_get_bit_rtl (const struct GNUNET_HashCode *code,
945/** 945/**
946 * @ingroup hash 946 * @ingroup hash
947 * Determine how many low order bits match in two 947 * Determine how many low order bits match in two
948 * `struct GNUNET_HashCodes`. i.e. - 010011 and 011111 share 948 * `struct GNUNET_HashCodes`. e.g. - 010011 and 011111 share
949 * the first two lowest order bits, and therefore the 949 * the first two lowest order bits, and therefore the
950 * return value is two (NOT XOR distance, nor how many 950 * return value is two (NOT XOR distance, nor how many
951 * bits match absolutely!). 951 * bits match absolutely!).
@@ -2048,7 +2048,7 @@ struct GNUNET_CRYPTO_RsaSignature;
2048/** 2048/**
2049 * Create a new private key. Caller must free return value. 2049 * Create a new private key. Caller must free return value.
2050 * 2050 *
2051 * @param len length of the key in bits (i.e. 2048) 2051 * @param len length of the key in bits (e.g. 2048)
2052 * @return fresh private key 2052 * @return fresh private key
2053 */ 2053 */
2054struct GNUNET_CRYPTO_RsaPrivateKey * 2054struct GNUNET_CRYPTO_RsaPrivateKey *