MOTION
0.01
Framework for mixed-protocol multi-party computation
|
This is the complete list of members for encrypto::motion::XcOtSender, including all inherited members.
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::BasicOtSender | protected |
bitlen_ | encrypto::motion::OtVector | protected |
ComputeOutputs() | encrypto::motion::XcOtSender | |
data_ | encrypto::motion::BasicOtSender | protected |
GetBitlen() const noexcept | encrypto::motion::OtVector | inline |
GetCorrelations() const | encrypto::motion::XcOtSender | inline |
GetNumOts() const noexcept | encrypto::motion::OtVector | inline |
GetOtId() const noexcept | encrypto::motion::OtVector | inline |
GetOutputs() const | encrypto::motion::XcOtSender | inline |
GetProtocol() const noexcept | encrypto::motion::OtVector | inline |
number_of_ots_ | encrypto::motion::OtVector | protected |
ot_id_ | encrypto::motion::OtVector | protected |
OtVector()=delete | encrypto::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::OtVector | protected |
p_ | encrypto::motion::OtVector | protected |
send_function_ | encrypto::motion::OtVector | protected |
SendMessages() const | encrypto::motion::XcOtSender | |
SetCorrelations(std::vector< BitVector<>> &&correlations) | encrypto::motion::XcOtSender | inline |
SetCorrelations(std::span< const BitVector<>> correlations) | encrypto::motion::XcOtSender | inline |
WaitSetup() const | encrypto::motion::BasicOtSender | |
XcOtSender(std::size_t ot_id, std::size_t number_of_ots, std::size_t bitlength, OtExtensionSenderData &data, const std::function< void(flatbuffers::FlatBufferBuilder &&)> &send_function) | encrypto::motion::XcOtSender |