adjust key buffer length when using ToTraditional() or ToTraditionalEnc()

This commit is contained in:
Chris Conlon
2013-12-23 14:07:58 -07:00
parent 29c41da818
commit 64912b37f6
2 changed files with 19 additions and 5 deletions

View File

@@ -764,7 +764,7 @@ int ToTraditional(byte* input, word32 sz)
XMEMMOVE(input, input + inOutIdx, length);
return 0;
return length;
}