#include <ida.h>
Inheritance diagram for SecretSharing:

Public Methods | |
| SecretSharing (RandomNumberGenerator &rng,unsigned int threshold,unsigned int nShares,BufferedTransformation *outQueue=NULL,bool addPadding=true) | |
| void | Put (byte inByte) |
| input a byte for processing. More... | |
| void | Put (const byte *inString,unsigned int length) |
| input multiple bytes. More... | |
| void | MessageEnd (int propagation=-1) |
| mark end of an input segment, message, or packet. More... | |
Protected Attributes | |
| RandomNumberGenerator& | m_rng |
| RawIDA | m_ida |
| bool | m_pad |
Definition at line 54 of file ida.h.
|
|
|
|
|
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 BufferedTransformation. |
|
|
input multiple bytes.
Reimplemented from BufferedTransformation. |
|
|
input a byte for processing.
Reimplemented from BufferedTransformation. Definition at line 59 of file ida.h. Referenced by MessageEnd(). |
|
|
|
|
|
|
|
|
|
1.2.4 written by Dimitri van Heesch,
© 1997-2000