X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fsec%2Fcipher.h;h=22eb313bdd27e3f08db35394962d786e1971f63d;hb=223e404509d628fa73d99d93964737a7fc9e9695;hp=845a32d24a72b890eec5437f6299b6128cfbcfab;hpb=79243bffdd9b63204a45fba6268d1d48f4c37dfe;p=bertos.git diff --git a/bertos/sec/cipher.h b/bertos/sec/cipher.h index 845a32d2..22eb313b 100644 --- a/bertos/sec/cipher.h +++ b/bertos/sec/cipher.h @@ -196,7 +196,7 @@ void cipher_ctr_step(BlockCipher *c, void *block); /** * Initialize OFB by setting the IV. * - * \note the memory pointed by \a iv will be used and modified by the CBC + * \note the memory pointed by \a iv will be used and modified by the OFB * functions. It is caller's responsibility to keep it available until there is * no more OFB work to do. */