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"

View File

@ -1,3 +1,6 @@
// Bit-sliced Crypto-1 brute-forcing implementation (C) 2015-2016 by Aram Verstegen
// Builds on the data structures returned by CraptEV1 craptev1_get_space(nonces, threshold, uid)
#include <malloc.h>
#include "crypto1_bs_crack.h"