]> git.cryptolib.org Git - avr-crypto-lib.git/commitdiff
some minor space adjustments
authorbg <daniel.otte@rub.de>
Fri, 20 Sep 2013 00:13:11 +0000 (02:13 +0200)
committerbg <daniel.otte@rub.de>
Fri, 20 Sep 2013 00:13:11 +0000 (02:13 +0200)
doc/acl_streamciphers.texi

index c567a6f9c0050a9bcdb766c4cd8bd4b7be4c2eec..8d4d1516c28df9c71a83ce8a74e3bd87f4bb958f 100644 (file)
@@ -23,7 +23,7 @@
   @item keysize
   64 bit, 80 bit, 128 bit
   @item IVsize
- 64 bit
 64 bit
 @end table
 
 @subsection Parts of a stream cipher
  parameter for not fixed IV sizes (both are omitted if the algorithm does not 
  specify IV handling, in this case a part of the key should be used as IV).
  The last parameter points to the context variable to fill.
+
 @subsubsection @code{*_gen} function
  The *_gen function updates the internal state to which a pointer is given as
  parameter and returns a fixed length part of the keystream as return value.
 
+
 @subsection Stream cipher abstraction layer (SCAL)