< prev index next >

test/com/sun/crypto/provider/Mac/MacSameTest.java

Print this page

        

*** 33,42 **** --- 33,43 ---- * @bug 8048603 * @summary Check if doFinal and update operation result in same Mac * @author Yu-Ching Valerie Peng, Bill Situ, Alexander Fomin * @build Utils * @run main MacSameTest + * @key randomness */ public class MacSameTest implements MacTest { private static final int MESSAGE_SIZE = 25; private static final int OFFSET = 5;
< prev index next >