mirror of
https://github.com/LucasVbr/data-encryption-standard.git
synced 2026-05-14 01:22:07 +00:00
Add comments
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* cryptography.Des.java, 13/09/2022
|
||||
* Des.java, 13/09/2022
|
||||
* INU Champollion 2022-2023, L3 INFO
|
||||
* pas de copyright, aucun droits
|
||||
*/
|
||||
@@ -11,7 +11,9 @@ import java.util.Random;
|
||||
|
||||
|
||||
/**
|
||||
* @author Lucàs VABRE et les 2 autres
|
||||
* @author Gaël BURGUÈS
|
||||
* @author Laurian DUFRECHOU
|
||||
* @author Lucàs VABRE
|
||||
*/
|
||||
public class Des {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user