Columnar started
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
//Mattrixwv/src/test/java/com/mattrixwv/CipherStreamJava/polySubstitution/TestColumnar.java
|
||||
//Mattrixwv
|
||||
// Created: 01-16-22
|
||||
//Modified: 01-16-22
|
||||
package com.mattrixwv.CipherStreamJava.polySubstitution;
|
||||
|
||||
|
||||
import org.junit.Test;
|
||||
|
||||
|
||||
public class TestColumnar{
|
||||
@Test
|
||||
public void testEncode(){
|
||||
Columnar cipher = new Columnar(true, true, true);
|
||||
}
|
||||
@Test
|
||||
public void testDecode(){
|
||||
Columnar cipher = new Columnar(true, true, true);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user