]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - A5_1.c
Bug in TDES fixed
[avr-crypto-lib.git] / A5_1.c
diff --git a/A5_1.c b/A5_1.c
index a22d185d829a15196feb457d732700527d7a5047..a07b4846483381d15cd224b07098aa371096017c 100644 (file)
--- 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){