Searched refs:SecretSharing (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dida.h57 class SecretSharing : public CustomFlushPropagation<Filter> class in inherits:CustomFlushPropagation
60 SecretSharing(RandomNumberGenerator &rng, int threshold, int nShares, BufferedTransformation *attachment=NULL, bool addPadding=true) function in class:SecretSharing
H A Dida.cpp237 void SecretSharing::IsolatedInitialize(const NameValuePairs &parameters)
243 size_t SecretSharing::Put2(const byte *begin, size_t length, int messageEnd, bool blocking)
246 throw BlockingInputOnly("SecretSharing");
268 SecretSharing::Put(1);
270 SecretSharing::Put(0);
H A Dtest.cpp548 FileSource source(filename, false, new SecretSharing(rng, threshold, nShares, channelSwitch = new ChannelSwitch));

Completed in 110 milliseconds