diff --git a/crypto1_bs.c b/crypto1_bs.c index 0fb2c2f..2fc7963 100644 --- a/crypto1_bs.c +++ b/crypto1_bs.c @@ -1,4 +1,4 @@ -// Bit-sliced Crypto-1 implementation (C) 2015-2016 by Aram Verstegen +// Bit-sliced Crypto-1 implementation // The cipher states are stored with the least significant bit first, hence all bit indexes are reversed here /* Copyright (c) 2015-2016 Aram Verstegen diff --git a/crypto1_bs_crack.c b/crypto1_bs_crack.c index 1f9cc98..5ffe016 100644 --- a/crypto1_bs_crack.c +++ b/crypto1_bs_crack.c @@ -1,4 +1,4 @@ -// Bit-sliced Crypto-1 brute-forcing implementation (C) 2015-2016 by Aram Verstegen +// Bit-sliced Crypto-1 brute-forcing implementation // Builds on the data structures returned by CraptEV1 craptev1_get_space(nonces, threshold, uid) /* Copyright (c) 2015-2016 Aram Verstegen