Removed redundant copyright notices

This commit is contained in:
Aram
2016-04-19 20:49:00 +02:00
parent 92005ba664
commit c51312ba0b
2 changed files with 2 additions and 2 deletions

View File

@ -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 // The cipher states are stored with the least significant bit first, hence all bit indexes are reversed here
/* /*
Copyright (c) 2015-2016 Aram Verstegen Copyright (c) 2015-2016 Aram Verstegen

View File

@ -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) // Builds on the data structures returned by CraptEV1 craptev1_get_space(nonces, threshold, uid)
/* /*
Copyright (c) 2015-2016 Aram Verstegen Copyright (c) 2015-2016 Aram Verstegen