X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;ds=sidebyside;f=A5_1.c;h=a22d185d829a15196feb457d732700527d7a5047;hb=94cad47618f03baf3d750d75c20860c89ac91dbe;hp=ff1bb9606e816ebfd4bd4aa09973ad9183a6f229;hpb=f58eb2f22289048ea43fd8124b912d653d3c646e;p=avr-crypto-lib.git diff --git a/A5_1.c b/A5_1.c index ff1bb96..a22d185 100644 --- a/A5_1.c +++ b/A5_1.c @@ -1,8 +1,27 @@ +/* A5_1.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 . +*/ /* - * File: A5_1.c - * Author: Daniel Otte - * Date: 24.06.2006 - * License: GPL + * File: A5_1.c + * Author: Daniel Otte + * email: daniel.otte@rub.de + * Date: 2006-06-24 + * License: GPLv3 or later * Description: Implementation of the A5/1 stream cipher algorithm, as used in GSM. * ! Warning, this is weak crypto ! *