Add the Caesar decrypted interface for Java.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package cipher_analytical_machine.ciphers.caesar;
|
||||
|
||||
public interface Decrypted {
|
||||
String decrypt(String message, int key, String symbols);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user