Found typo! in RSA Verify
Opened this issue · 1 comments
GoogleCodeExporter commented
RSAKey.as Line 137
before:
var b:ByteArray = pad( chunk , bl );
after:
var b:ByteArray = pad( chunk , bl , padType );
Original issue reported on code.google.com by apostol....@gmail.com
on 11 Apr 2011 at 10:54
GoogleCodeExporter commented
Not a problem anymore at r28.
Original comment by apostol....@gmail.com
on 19 Apr 2011 at 9:33