X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=A5_1.c;h=a07b4846483381d15cd224b07098aa371096017c;hb=b246a2a0589f234db6247255555df98f4c281c41;hp=a22d185d829a15196feb457d732700527d7a5047;hpb=6bca96e560e6097aa5b225fad67f2e2a27f4182f;p=avr-crypto-lib.git diff --git a/A5_1.c b/A5_1.c index a22d185..a07b484 100644 --- a/A5_1.c +++ b/A5_1.c @@ -1,6 +1,6 @@ /* A5_1.c */ /* - This file is part of the Crypto-avr-lib/microcrypt-lib. + 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 @@ -36,7 +36,7 @@ uint8_t a5_1_clock_core(a5_1_ctx_t *c, uint8_t clockoverride); /* - * length is length of key in bytes! + * length is length of key in bits! */ void a5_1_init(a5_1_ctx_t *c, void* key, uint8_t keylength_b, void* iv, uint8_t ivlength_b){