]> AND Private Git Repository - Cipher_code.git/commit
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
speck simon
authorcouturie <you@example.com>
Fri, 1 Mar 2019 05:50:38 +0000 (06:50 +0100)
committercouturie <you@example.com>
Fri, 1 Mar 2019 05:50:38 +0000 (06:50 +0100)
commit929081fb29789fafcfa69d8c5fcdefaa271a0900
tree93ef415ae634c29999dabb7ebe1d9c6078d42761
parentff99986ec776f610a89ee8fa8f4360be23e15859
speck simon
12 files changed:
Arduino/sketch_AES/sketch_AES.ino
OneRoundIoT/EnhancedOneRound/Simon_speck/C/cipher_constants.h [new file with mode: 0644]
OneRoundIoT/EnhancedOneRound/Simon_speck/C/key [new file with mode: 0644]
OneRoundIoT/EnhancedOneRound/Simon_speck/C/lena.ppm [new file with mode: 0644]
OneRoundIoT/EnhancedOneRound/Simon_speck/C/makefile [new file with mode: 0644]
OneRoundIoT/EnhancedOneRound/Simon_speck/C/simon.c [new file with mode: 0644]
OneRoundIoT/EnhancedOneRound/Simon_speck/C/simon.h [new file with mode: 0644]
OneRoundIoT/EnhancedOneRound/Simon_speck/C/speck.c [new file with mode: 0644]
OneRoundIoT/EnhancedOneRound/Simon_speck/C/speck.h [new file with mode: 0644]
OneRoundIoT/EnhancedOneRound/Simon_speck/C/tests.c [new file with mode: 0644]
OneRoundIoT/EnhancedOneRound/Simon_speck/C/user_tool.c [new file with mode: 0644]
OneRoundIoT/NEW/scprng.cpp