MOTION  0.01
Framework for mixed-protocol multi-party computation
encrypto::motion::AcOtSender< T > Member List

This is the complete list of members for encrypto::motion::AcOtSender< T >, including all inherited members.

AcOtSender(std::size_t ot_id, std::size_t number_of_ots, std::size_t vector_size, OtExtensionSenderData &data, const std::function< void(flatbuffers::FlatBufferBuilder &&)> &send_function)encrypto::motion::AcOtSender< T >
BasicOtSender(std::size_t ot_id, std::size_t number_of_ots, std::size_t bitlength, OtProtocol p, const std::function< void(flatbuffers::FlatBufferBuilder &&)> &send_function, OtExtensionSenderData &data)encrypto::motion::BasicOtSenderprotected
bitlen_encrypto::motion::OtVectorprotected
ComputeOutputs()encrypto::motion::AcOtSender< T >
data_encrypto::motion::BasicOtSenderprotected
GetBitlen() const noexceptencrypto::motion::OtVectorinline
GetCorrelations() constencrypto::motion::AcOtSender< T >inline
GetNumOts() const noexceptencrypto::motion::OtVectorinline
GetOtId() const noexceptencrypto::motion::OtVectorinline
GetOutputs()encrypto::motion::AcOtSender< T >inline
GetProtocol() const noexceptencrypto::motion::OtVectorinline
number_of_ots_encrypto::motion::OtVectorprotected
ot_id_encrypto::motion::OtVectorprotected
OtVector()=deleteencrypto::motion::OtVector
OtVector(const std::size_t ot_id, const std::size_t number_of_ots, const std::size_t bitlength, const OtProtocol p, const std::function< void(flatbuffers::FlatBufferBuilder &&)> &send_function)encrypto::motion::OtVectorprotected
p_encrypto::motion::OtVectorprotected
send_function_encrypto::motion::OtVectorprotected
SendMessages() constencrypto::motion::AcOtSender< T >
SetCorrelations(std::vector< T > &&correlations)encrypto::motion::AcOtSender< T >inline
SetCorrelations(const std::vector< T > &correlations)encrypto::motion::AcOtSender< T >inline
WaitSetup() constencrypto::motion::BasicOtSender