public class BigSkippingCipherTest
extends TestCase
| Constructor | Description |
|---|---|
BigSkippingCipherTest() |
| Modifier and Type | Method | 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