Branch: Tag:

2004-03-24

2004-03-24 00:08:30 by Martin Nilsson <mani@lysator.liu.se>

Move CBC and Buffer doc to Crypto.

Rev: src/post_modules/Nettle/nettle.cmod:1.36

1:   /* nettle.cmod -*- c -*- */      #include "global.h" - RCSID("$Id: nettle.cmod,v 1.35 2004/03/20 12:51:13 grubba Exp $"); + RCSID("$Id: nettle.cmod,v 1.36 2004/03/24 00:08:30 nilsson Exp $");   #include "interpret.h"   #include "svalue.h"   /* For this_object() */
300:         /*! @class CBC +  *! @belongs Crypto    *! Implementation of the cipher block chaining mode (CBC). Works as    *! a wrapper for the cipher algorithm put in create.    */
523:    */      /*! @class Buffer +  *! @belongs Crypto    *! Acts as a buffer so that data can be fed to a cipher in blocks    *! that doesn't correspond to cipher block sizes.    */