]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - USAGE.blockciphers
changed arcfour api
[avr-crypto-lib.git] / USAGE.blockciphers
index f0bc9d823392b17ed5cfae86623b3f7ea0f20757..54fb7833c7e451ddede0c86e3d30bd81eb38f2f5 100644 (file)
@@ -66,8 +66,8 @@ email:  daniel.otte@rub.de
 3.2. *_init function
  The *_init function generally takes a pointer to the key as first parameter.
  For ciphers where the keysize is not fixed the second parameter gives the 
- keysize (in bits regularly) and the last parameter points to a context variable
- to fill.
+ keysize (in bits regularly) and the last parameter points to the context
variable to fill.
  For some ciphers there are additonal parameters like the number of rounds, 
  these parameters generally occur before the context pointer.