mirror of
https://github.com/LucasVbr/data-encryption-standard.git
synced 2026-05-13 17:12:10 +00:00
14 lines
158 B
Java
14 lines
158 B
Java
package cryptography;
|
|
|
|
import org.junit.jupiter.api.Test;
|
|
|
|
class TripleDesTest {
|
|
|
|
@Test
|
|
void crypte() {
|
|
}
|
|
|
|
@Test
|
|
void decrypte() {
|
|
}
|
|
} |