diff options
author | Camil Staps | 2015-04-23 11:47:27 +0200 |
---|---|---|
committer | Camil Staps | 2015-04-23 11:47:27 +0200 |
commit | 7daf08d0542894b24ff0299db295e21e536befc8 (patch) | |
tree | de762a4ecaab79627ebb0bda1b3a130aa34eda62 /pypride.py | |
parent | Comments (diff) |
Attribution for pypresent ideas
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 |