}
public void test(TestHarness harness)
{
harness.checkPoint("TestOfSquare");
cipher = new Square();
HashMap attrib = new HashMap();
attrib.put(IBlockCipher.CIPHER_BLOCK_SIZE, new Integer(16));
attrib.put(IBlockCipher.KEY_MATERIAL, new byte[16]);
try
{