mirror of
https://github.com/LucasVbr/data-encryption-standard.git
synced 2026-05-13 17:12:10 +00:00
Test fonction_S
test de la fonction_S
This commit is contained in:
@@ -61,7 +61,7 @@ public class Des {
|
||||
24, 25, 26, 27, 28, 29,
|
||||
28, 29, 30, 31, 32, 1,
|
||||
};
|
||||
private final ArrayList<int[][]> table_S;
|
||||
public final ArrayList<int[][]> table_S;
|
||||
public ArrayList<int[]> table_cles;
|
||||
private int[] masterKey = new int[64];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user