#include <ida.h>
Definition at line 56 of file ida.h.
Public Member Functions | |
SecretSharing (RandomNumberGenerator &rng, int threshold, int nShares, BufferedTransformation *attachment=NULL, bool addPadding=true) | |
void | Initialize (const NameValuePairs ¶meters=g_nullNameValuePairs, int propagation=-1) |
unsigned int | Put2 (const byte *begin, unsigned int length, int messageEnd, bool blocking) |
bool | Flush (bool hardFlush, int propagation=-1, bool blocking=true) |
Protected Attributes | |
RandomNumberGenerator & | m_rng |
RawIDA | m_ida |
bool | m_pad |