#include <secure_unsigned_integer.h>
◆ SecureUnsignedInteger() [1/7]
encrypto::motion::SecureUnsignedInteger::SecureUnsignedInteger |
( |
| ) |
|
|
default |
◆ SecureUnsignedInteger() [2/7]
◆ SecureUnsignedInteger() [3/7]
◆ SecureUnsignedInteger() [4/7]
encrypto::motion::SecureUnsignedInteger::SecureUnsignedInteger |
( |
const ShareWrapper & |
other | ) |
|
|
inline |
◆ SecureUnsignedInteger() [5/7]
encrypto::motion::SecureUnsignedInteger::SecureUnsignedInteger |
( |
ShareWrapper && |
other | ) |
|
|
inline |
◆ SecureUnsignedInteger() [6/7]
encrypto::motion::SecureUnsignedInteger::SecureUnsignedInteger |
( |
const SharePointer & |
other | ) |
|
◆ SecureUnsignedInteger() [7/7]
encrypto::motion::SecureUnsignedInteger::SecureUnsignedInteger |
( |
SharePointer && |
other | ) |
|
◆ As()
template<typename T >
template std::vector< std::uint64_t > encrypto::motion::SecureUnsignedInteger::As |
( |
| ) |
const |
converts the information on the wires to T in type Unsigned Integer. See the description in ShareWrapper::As for reference.
◆ Get() [1/2]
ShareWrapper& encrypto::motion::SecureUnsignedInteger::Get |
( |
| ) |
|
|
inline |
◆ Get() [2/2]
const ShareWrapper& encrypto::motion::SecureUnsignedInteger::Get |
( |
| ) |
const |
|
inline |
◆ operator*()
◆ operator*=()
◆ operator+()
◆ operator+=()
◆ operator-()
◆ operator-=()
◆ operator->() [1/2]
ShareWrapper& encrypto::motion::SecureUnsignedInteger::operator-> |
( |
| ) |
|
|
inline |
◆ operator->() [2/2]
const ShareWrapper& encrypto::motion::SecureUnsignedInteger::operator-> |
( |
| ) |
const |
|
inline |
◆ operator/()
◆ operator/=()
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ operator==()
◆ operator>()
◆ Out()
SecureUnsignedInteger encrypto::motion::SecureUnsignedInteger::Out |
( |
std::size_t |
output_owner = std::numeric_limits<std::int64_t>::max() | ) |
const |
constructs an output gate, which reconstructs the cleartext result. The default parameter for the output owner corresponds to all parties being the output owners. Uses ShareWrapper::Out.
◆ Unsimdify()
The documentation for this class was generated from the following files: