Updated documentation

pull/116/head
Jeffrey Walton 2016-01-14 20:31:13 -05:00
parent 2b7dba4fa6
commit 4fd675dc13
1 changed files with 1 additions and 1 deletions

View File

@ -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);