X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=USAGE.blockciphers;h=54fb7833c7e451ddede0c86e3d30bd81eb38f2f5;hb=e9d9457ed0ea1d8027bc68c28db14bc4caed1f91;hp=f0bc9d823392b17ed5cfae86623b3f7ea0f20757;hpb=619fb7652809ac18d79cb7534e5859ccc10848df;p=avr-crypto-lib.git diff --git a/USAGE.blockciphers b/USAGE.blockciphers index f0bc9d8..54fb783 100644 --- a/USAGE.blockciphers +++ b/USAGE.blockciphers @@ -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.