#include <ot_provider.h>
|
| 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) |
|
◆ OtVector() [1/2]
encrypto::motion::OtVector::OtVector |
( |
| ) |
|
|
delete |
◆ OtVector() [2/2]
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 |
|
) |
| |
|
protected |
◆ GetBitlen()
std::size_t encrypto::motion::OtVector::GetBitlen |
( |
| ) |
const |
|
inlinenoexcept |
◆ GetNumOts()
std::size_t encrypto::motion::OtVector::GetNumOts |
( |
| ) |
const |
|
inlinenoexcept |
◆ GetOtId()
std::size_t encrypto::motion::OtVector::GetOtId |
( |
| ) |
const |
|
inlinenoexcept |
◆ GetProtocol()
OtProtocol encrypto::motion::OtVector::GetProtocol |
( |
| ) |
const |
|
inlinenoexcept |
◆ bitlen_
const std::size_t encrypto::motion::OtVector::bitlen_ |
|
protected |
◆ number_of_ots_
const std::size_t encrypto::motion::OtVector::number_of_ots_ |
|
protected |
◆ ot_id_
const std::size_t encrypto::motion::OtVector::ot_id_ |
|
protected |
◆ p_
◆ send_function_
std::function<void(flatbuffers::FlatBufferBuilder&&)> encrypto::motion::OtVector::send_function_ |
|
protected |
The documentation for this class was generated from the following files: