Copyright notices / comments
This commit is contained in:
@ -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
|
// The cipher states are stored with the least significant bit first, hence all bit indexes are reversed here
|
||||||
|
|
||||||
#include "crypto1_bs.h"
|
#include "crypto1_bs.h"
|
||||||
|
@ -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 <malloc.h>
|
||||||
#include "crypto1_bs_crack.h"
|
#include "crypto1_bs_crack.h"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user