rakuten / as3crypto

Automatically exported from code.google.com/p/as3crypto
0 stars 1 forks source link

Found typo! #55

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Not a problem anymore at r28.

Original comment by apostol....@gmail.com on 19 Apr 2011 at 9:33