#include <ot_flavors.h>
|
| BasicOtReceiver (std::size_t ot_id, std::size_t number_of_ots, std::size_t bitlength, OtProtocol p, const std::function< void(flatbuffers::FlatBufferBuilder &&)> &Send, OtExtensionReceiverData &data) |
|
| 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) |
|
◆ BasicOtReceiver()
encrypto::motion::BasicOtReceiver::BasicOtReceiver |
( |
std::size_t |
ot_id, |
|
|
std::size_t |
number_of_ots, |
|
|
std::size_t |
bitlength, |
|
|
OtProtocol |
p, |
|
|
const std::function< void(flatbuffers::FlatBufferBuilder &&)> & |
Send, |
|
|
OtExtensionReceiverData & |
data |
|
) |
| |
|
protected |
◆ AreChoicesSet()
bool encrypto::motion::BasicOtReceiver::AreChoicesSet |
( |
| ) |
const |
|
inline |
◆ GetChoices()
const BitVector& encrypto::motion::BasicOtReceiver::GetChoices |
( |
| ) |
const |
|
inline |
◆ SendCorrections()
void encrypto::motion::BasicOtReceiver::SendCorrections |
( |
| ) |
|
◆ SetChoices() [1/2]
void encrypto::motion::BasicOtReceiver::SetChoices |
( |
BitVector<> && |
choices | ) |
|
|
inline |
◆ SetChoices() [2/2]
void encrypto::motion::BasicOtReceiver::SetChoices |
( |
const BitVector<> & |
choices | ) |
|
|
inline |
◆ WaitSetup()
void encrypto::motion::BasicOtReceiver::WaitSetup |
( |
| ) |
const |
◆ choices_
BitVector encrypto::motion::BasicOtReceiver::choices_ |
|
protected |
◆ corrections_sent_
bool encrypto::motion::BasicOtReceiver::corrections_sent_ = false |
|
protected |
◆ data_
The documentation for this class was generated from the following files: