mirror of
https://github.com/LucasVbr/data-encryption-standard.git
synced 2026-05-13 17:12:10 +00:00
Decoupage/Recollage
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
package cryptography;
|
||||
|
||||
import org.junit.jupiter.api.Test;
|
||||
|
||||
class TripleDesTest {
|
||||
|
||||
@Test
|
||||
void crypte() {
|
||||
}
|
||||
|
||||
@Test
|
||||
void decrypte() {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user