X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=A5_1.h;h=fab01719149c30c7a803ab34367eae887940b2a2;hb=bcad01af2c86830bd59bd2fc719e81a7eaf2f13b;hp=a6f963a1c89b212988ad0028957cc6474ec1b214;hpb=f58eb2f22289048ea43fd8124b912d653d3c646e;p=avr-crypto-lib.git diff --git a/A5_1.h b/A5_1.h index a6f963a..fab0171 100644 --- a/A5_1.h +++ b/A5_1.h @@ -1,7 +1,25 @@ +/* A5_1.h */ +/* + This file is part of the AVR-Crypto-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 . +*/ /* - * File: A5_1.h - * Author: Daniel Otte - * Date: 24.06.2006 + * File: A5_1.h + * Author: Daniel Otte + * Date: 24.06.2006 * License: GPL * Description: Implementation of the A5/1 stream cipher algorithm, as used in GSM. * ! Warning, this is weak crypto !