|
Security Scol plugin
|
Classes for Rabin's Information Dispersal and Shamir's Secret Sharing algorithms. More...
#include "cryptlib.h"#include "mqueue.h"#include "filters.h"#include "channels.h"#include "secblock.h"#include "gf2_32.h"#include "stdcpp.h"#include "misc.h"Go to the source code of this file.
Classes | |
| class | RawIDA |
| Secret sharing and information dispersal base class. More... | |
| class | SecretSharing |
| Shamir's Secret Sharing Algorithm. More... | |
| class | SecretRecovery |
| Shamir's Secret Sharing Algorithm. More... | |
| class | InformationDispersal |
| a variant of Rabin's Information Dispersal Algorithm More... | |
| class | InformationRecovery |
| Rabin's Information Dispersal Algorithm. More... | |
| class | PaddingRemover |