pike.git/
src/
post_modules/
Nettle/
nettle.cmod
Branch:
Tag:
Non-build tags
All tags
No tags
2004-03-24
2004-03-24 00:08:30 by Martin Nilsson <mani@lysator.liu.se>
12beec20d814c3104fa34895737e831391a0a70b (
5
lines) (+
4
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
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. */