Have strUnhex report malformed hex.

This commit is contained in:
Arthur Britto
2013-01-14 16:58:14 -08:00
parent 2b70d3f750
commit f2337b81db
2 changed files with 39 additions and 5 deletions

View File

@@ -198,7 +198,7 @@ bool isZero(Iterator first, int iSize)
}
int charUnHex(char cDigit);
void strUnHex(std::string& strDst, const std::string& strSrc);
int strUnHex(std::string& strDst, const std::string& strSrc);
uint64_t uintFromHex(const std::string& strSrc);