From be7436a6c971bf28e0ccd1bd8ff3c04bc05ab2bb Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Thu, 23 Apr 2015 09:37:53 +0200 Subject: Comments --- pypride.py | 12 ++++++++++++ test-vectors.py | 0 2 files changed, 12 insertions(+) mode change 100644 => 100755 test-vectors.py diff --git a/pypride.py b/pypride.py index 458206f..5f2a771 100644 --- a/pypride.py +++ b/pypride.py @@ -1,3 +1,6 @@ +# coding=utf8 + +# ============================================================================= # Python PRIDE implementation # Version: 1.0 # Date: 23/04/2015 @@ -8,6 +11,15 @@ # Copyright (C) 2015 Camil Staps (info@camilstaps.nl) # # ============================================================================= +# +# PRIDE is a modern (2014) lightweight block cipher optimized for 8-bit +# microcontrollers, that "significantly outperforms all existing block ciphers +# of similar key-sizes, with the exception of SIMON and SPECK". Its design +# rationale is described in Block Ciphers -- Focus On The Linear Layer (feat. +# PRIDE); Martin R. Albrecht, Benedikt Driessen, Elif Bilge Kavun, Gregor +# Leander, Christof Paar, Tolga Yalçın: https://eprint.iacr.org/2014/453 +# +# ============================================================================= class Pride: diff --git a/test-vectors.py b/test-vectors.py old mode 100644 new mode 100755 -- cgit v1.2.3