Fabcoin Core
0.16.2
P2P Digital Currency
|
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 "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 |