summaryrefslogtreecommitdiff
path: root/donna_64.cpp
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-12-14 02:14:20 -0500
committerJeffrey Walton <noloader@gmail.com>2018-12-14 02:14:20 -0500
commit67af746743c5287ed184af5ca7d9653aea1b7386 (patch)
tree05bbde65859bc9335ae362634cd85769e2f4fa3b /donna_64.cpp
parentc0150ed4bdb86f64f0fa668331226b744590f6cc (diff)
downloadcryptopp-git-67af746743c5287ed184af5ca7d9653aea1b7386.tar.gz
Update comments
Diffstat (limited to 'donna_64.cpp')
-rw-r--r--donna_64.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/donna_64.cpp b/donna_64.cpp
index 7293af15..92ccf390 100644
--- a/donna_64.cpp
+++ b/donna_64.cpp
@@ -2,7 +2,7 @@
// This is a integration of Andrew Moon's public domain code.
// Also see curve25519-donna-64bit.h.
-// If needed, see Moon's commit "Go back to ignoring 256th bit",
+// If needed, see Moon's commit "Go back to ignoring 256th bit [sic]",
// https://github.com/floodyberry/curve25519-donna/commit/57a683d18721a658
#include "pch.h"
@@ -46,7 +46,7 @@ typedef word64 bignum25519[5];
const byte basePoint[32] = {9};
const word64 reduce_mask_51 = ((word64)1 << 51) - 1;
-const word64 reduce_mask_52 = ((word64)1 << 52) - 1;
+// const word64 reduce_mask_52 = ((word64)1 << 52) - 1;
/* out = in */
inline void