#include <wake.h>
Inheritance diagram for WAKEDecryption:

Public Methods | |
| WAKEDecryption (const byte *key,BufferedTransformation *outQueue=NULL) | |
| key length is 32 bytes. More... | |
| void | MessageEnd (int propagation=-1) |
| mark end of an input segment, message, or packet. More... | |
Protected Methods | |
| virtual void | ProcessInbuf () |
Protected Attributes | |
| bool | lastBlock |
Definition at line 47 of file wake.h.
|
|
key length is 32 bytes.
|
|
|
mark end of an input segment, message, or packet. propagation != 0 means pass on the signal to attached BufferedTransformation objects, with propagation decremented at each step until it reaches 0. -1 means unlimited propagation. Reimplemented from WAKEEncryption. |
|
|
Reimplemented from WAKEEncryption. |
|
|
|
1.2.4 written by Dimitri van Heesch,
© 1997-2000