your doing something that I believe may be compromising the cryptographic
strength of the algorithm. this.chunkSize = 2 * biHighIndex(this.m); Basically
the message should always be shorter than this value you should not be
multiplying by 2 I don't think.... I ran into issues where any message that
started with a length of 0's equal to biHighIndex(this.m) would encode to an
empty string. this is because of course the modulus would be 0.... I think this
needs to be fixed....
Original issue reported on code.google.com by peterswa...@gmail.com on 12 Aug 2011 at 7:34
Original issue reported on code.google.com by
peterswa...@gmail.comon 12 Aug 2011 at 7:34