158159160161162163164165166167168
attributes.put(IMode.STATE, new Integer(IMode.DECRYPTION)); attributes.put(IMode.IV, byIV); mode.init(attributes); int bs = mode.currentBlockSize(); byte[] byH; if ((byHash.length % 256) == 0) byH = new byte[byHash.length]; else