public class BigSkippingCipherTest
extends TestCase
| Constructor and Description | 
|---|
BigSkippingCipherTest()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
testAESCTR()  | 
void | 
testChaCha()  | 
void | 
testCipher(java.util.Random random,
          SkippingStreamCipher linearEngine,
          SkippingStreamCipher skippingEngine)  | 
void | 
testSalsa20()  | 
public void testAESCTR()
                throws java.lang.Exception
java.lang.Exceptionpublic void testSalsa20()
                 throws java.lang.Exception
java.lang.Exceptionpublic void testChaCha()
                throws java.lang.Exception
java.lang.Exceptionpublic void testCipher(java.util.Random random,
                       SkippingStreamCipher linearEngine,
                       SkippingStreamCipher skippingEngine)
                throws java.lang.Exception
java.lang.Exception