diff options
Diffstat (limited to 'pypride.py')
-rw-r--r-- | pypride.py | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -10,6 +10,10 @@ # Python implementation of the PRIDE cipher # Copyright (C) 2015 Camil Staps (info@camilstaps.nl) # +# Some general implementation ideas were taken from Cristophe Osterlynck and +# Philippe Teuwen's PRESENT implementation: +# http://www.lightweightcrypto.org/downloads/implementations/pypresent.py +# # ============================================================================= # # PRIDE is a modern (2014) lightweight block cipher optimized for 8-bit |