> The lookup array actually a parallel data structure, and it needs to be 
> 256 elements in size. It provides indexes into your 32-character alphabet 
> or -1 for 'invalid'. Most entries are marked as invalid. But this looks 
> like a pointer problem....
>
> I've got to finish up  some work in the yard so I can let my dogs out. 
> Give me an hour or two.
>

It looks like the lookup table is borked after the call to 
InitializeDecodingLookupArray:

255,255,255,255,255,255,255,255,
255,255,255,255,255,255,255,255,
255,255,255,255,255,255,255,255,
255,255,255,255,255,255,255,255,
255,255,255,255,255,255,255,255,
255,255,255,255,255,255,255,255,
255,255,26,27,28,29,30,31,
255,255,255,255,255,255,255,255,

There could be other problems afoot.

Jeff

-- 
-- 
You received this message because you are subscribed to the "Crypto++ Users" 
Google Group.
To unsubscribe, send an email to cryptopp-users-unsubscr...@googlegroups.com.
More information about Crypto++ and this group is available at 
http://www.cryptopp.com.
--- 
You received this message because you are subscribed to the Google Groups 
"Crypto++ Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cryptopp-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to