X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=serpent-sboxes-bitslice.c;h=fe4d6685b7aacab7f9db22f7968fb2723f8f3a84;hb=6bd58d7909b89a3e05003a63cdc642638fa653e6;hp=47a22fb5f0e92f0651b27f719831dc9260fc872c;hpb=158bb85c89631984291c93a9217ca84345349a46;p=avr-crypto-lib.git diff --git a/serpent-sboxes-bitslice.c b/serpent-sboxes-bitslice.c index 47a22fb..fe4d668 100644 --- a/serpent-sboxes-bitslice.c +++ b/serpent-sboxes-bitslice.c @@ -1,5 +1,23 @@ +/* serpent-sboxes-bitslice.c */ +/* + This file is part of the Crypto-avr-lib/microcrypt-lib. + Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ /* serpent-sboxes.c - * a non-bitsliced implementation of the serpent sboxes + * a bitsliced implementation of the serpent sboxes * author: Daniel Otte * email: daniel.otte@rub.de * license: GPLv3