|
| | InformationRecovery (int threshold, BufferedTransformation *attachment=NULLPTR, bool removePadding=true) |
| | Construct a InformationRecovery.
|
| |
| void | IsolatedInitialize (const NameValuePairs ¶meters=g_nullNameValuePairs) |
| |
| | RawIDA (BufferedTransformation *attachment=NULLPTR) |
| |
| unsigned int | GetThreshold () const |
| |
| void | AddOutputChannel (word32 channelId) |
| |
| void | ChannelData (word32 channelId, const byte *inString, size_t length, bool messageEnd) |
| |
| lword | InputBuffered (word32 channelId) const |
| |
| void | IsolatedInitialize (const NameValuePairs ¶meters=g_nullNameValuePairs) |
| |
| size_t | ChannelPut2 (const std::string &channel, const byte *begin, size_t length, int messageEnd, bool blocking) |
| | Input multiple bytes for processing on a channel.
|
| |
| | AutoSignaling (int propagation=-1) |
| | Construct an AutoSignaling.
|
| |
| void | SetAutoSignalPropagation (int propagation) |
| | Set propagation of automatically generated and transferred signals.
|
| |
| int | GetAutoSignalPropagation () const |
| | Retrieve automatic signal propagation value.
|
| |
| bool | Flush (bool completeFlush, int propagation=-1, bool blocking=true) |
| | Flush buffered input and/or output, with signal propagation.
|
| |
| bool | IsolatedFlush (bool hardFlush, bool blocking) |
| | Flushes data buffered by this object, without signal propagation.
|
| |
| bool | ChannelFlush (const std::string &channel, bool hardFlush, int propagation=-1, bool blocking=true) |
| | Flush buffered input and/or output on a channel.
|
| |
| bool | MessageSeriesEnd (int propagation=-1, bool blocking=true) |
| | Marks the end of a series of messages, with signal propagation.
|
| |
| byte * | CreatePutSpace (size_t &size) |
| | Request space which can be written into by the caller.
|
| |
| size_t | Put2 (const byte *inString, size_t length, int messageEnd, bool blocking) |
| | Input multiple bytes for processing.
|
| |
| size_t | PutModifiable2 (byte *inString, size_t length, int messageEnd, bool blocking) |
| | Input multiple bytes that may be modified by callee.
|
| |
| byte * | ChannelCreatePutSpace (const std::string &channel, size_t &size) |
| | Request space which can be written into by the caller.
|
| |
| bool | ChannelPutModifiable (const std::string &channel, byte *inString, size_t length) |
| | Input multiple bytes that may be modified by callee on a channel.
|
| |
| size_t | ChannelPutModifiable2 (const std::string &channel, byte *begin, size_t length, int messageEnd, bool blocking) |
| | Input multiple bytes that may be modified by callee on a channel.
|
| |
Rabin's Information Dispersal Algorithm.
InformationDispersal is a variant of Rabin's information dispersal algorithm
- See also
- SecretRecovery, SecretRecovery, InformationDispersal, InformationRecovery
- Since
- Crypto++ 1.0
Definition at line 144 of file ida.h.