diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2015-01-09 22:19:36 +0100 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2015-01-09 22:19:36 +0100 |
commit | efcba8afcd89be9127725f6289e57f2435fb89ae (patch) | |
tree | e5e84d1cd0ba2972348f0799f7c36b773b8169ce | |
parent | 7e305519171ad382ff13c231764982a1341fcb76 (diff) | |
download | fastd-efcba8afcd89be9127725f6289e57f2435fb89ae.tar fastd-efcba8afcd89be9127725f6289e57f2435fb89ae.zip |
Comment typo fix
-rw-r--r-- | src/protocols/ec25519_fhmqvc/ec25519_fhmqvc.h | 2 |
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; |