summaryrefslogtreecommitdiffstats
path: root/src/protocols
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2015-01-09 22:19:36 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2015-01-09 22:19:36 +0100
commitefcba8afcd89be9127725f6289e57f2435fb89ae (patch)
treee5e84d1cd0ba2972348f0799f7c36b773b8169ce /src/protocols
parent7e305519171ad382ff13c231764982a1341fcb76 (diff)
downloadfastd-efcba8afcd89be9127725f6289e57f2435fb89ae.tar
fastd-efcba8afcd89be9127725f6289e57f2435fb89ae.zip
Comment typo fix
Diffstat (limited to 'src/protocols')
-rw-r--r--src/protocols/ec25519_fhmqvc/ec25519_fhmqvc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protocols/ec25519_fhmqvc/ec25519_fhmqvc.h b/src/protocols/ec25519_fhmqvc/ec25519_fhmqvc.h
index b43774d..86bb3a8 100644
--- a/src/protocols/ec25519_fhmqvc/ec25519_fhmqvc.h
+++ b/src/protocols/ec25519_fhmqvc/ec25519_fhmqvc.h
@@ -139,7 +139,7 @@ static inline bool is_session_valid(const protocol_session_t *session) {
}
-/** Devides a secret key by 8 (for some optimizations) */
+/** Divides a secret key by 8 (for some optimizations) */
static inline bool divide_key(ecc_int256_t *key) {
uint8_t c = 0, c2;
ssize_t i;