Copyright notices / comments

This commit is contained in:
Aram
2016-04-12 22:01:18 +02:00
parent 70f0694643
commit 33b439e413
2 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,4 @@
// Bit-sliced Crypto-1 implementation (C) 2015 by Aram Verstegen
// Bit-sliced Crypto-1 implementation (C) 2015-2016 by Aram Verstegen
// The cipher states are stored with the least significant bit first, hence all bit indexes are reversed here
#include "crypto1_bs.h"