ChildePeng
Results
1
comments of
ChildePeng
I hava the same question. I think pkcs7.lua should change from `local paddingCount = blockSize - ((byteCount -1) % blockSize) + 1;` to `local paddingCount = blockSize - (((byteCount -1)...