Hello! I found a typo, in RSA decrypt.
RSAKey.as Line 135
before:
var block:BigInteger = new BigInteger(src, length);
after:
var block:BigInteger = new BigInteger(src, bl);
Original issue reported on code.google.com by apostol....@gmail.com on 10 Feb 2011 at 12:51
Original issue reported on code.google.com by
apostol....@gmail.com
on 10 Feb 2011 at 12:51