From: Raphaƫl Couturier Date: Wed, 30 Jun 2021 15:44:02 +0000 (+0200) Subject: new X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/Cipher_code.git/commitdiff_plain/549719a0142ac827f4703769863f66710e7634d5?ds=inline;hp=1675b71b9488fd8b62558d9af2e30b4f9d150849 new --- diff --git a/CipherImg/test_sub_perm.cpp b/CipherImg/test_sub_perm.cpp index b985de4..4e95800 100644 --- a/CipherImg/test_sub_perm.cpp +++ b/CipherImg/test_sub_perm.cpp @@ -57,6 +57,29 @@ void rc4key(uchar *key, uchar *sc, int size_DK) { } } +void rc4keyperm(uchar *key,int len, int rp,int *sc, int size_DK) { + + //sc=1:len; + + + + for (int i=0;i