summaryrefslogtreecommitdiff
path: root/basecode.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2016-01-14 20:31:13 -0500
committerJeffrey Walton <noloader@gmail.com>2016-01-14 20:31:13 -0500
commit4fd675dc13fd047c27a8bd9a982105e9f91e5e10 (patch)
treea7b404f6dfdc2a6e9a9b2fa24118bb324206c594 /basecode.h
parent2b7dba4fa65ab72e75d6867468eeb1da40390daf (diff)
downloadcryptopp-git-4fd675dc13fd047c27a8bd9a982105e9f91e5e10.tar.gz
Updated documentation
Diffstat (limited to 'basecode.h')
-rw-r--r--basecode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/basecode.h b/basecode.h
index 75c6659f..02e27fc3 100644
--- a/basecode.h
+++ b/basecode.h
@@ -94,7 +94,7 @@ public:
//! \pre COUNTOF(lookup) == 256
//! \pre COUNTOF(alphabet) == base
//! \details Internally, the function sets the first 256 elements in the lookup table to
- // their value from the alphabet array or -1. base is the number of element (like 32),
+ //! their value from the alphabet array or -1. base is the number of element (like 32),
//! and not an exponent (like 5 in 2<sup>5</sup>)
static void CRYPTOPP_API InitializeDecodingLookupArray(int *lookup, const byte *alphabet, unsigned int base, bool caseInsensitive);