cryptopp
cryptopp copied to clipboard
Fix "unreachable code" warning
Visual C++ emits this warning for "return false;" line if one of the previous conditions has been met.
Thanks, @MarcelRaad. The code has been updated.