#include <sharing.h>
|
| uint32_t | x = 0 |
| |
| uint32_t | y [LIMBS] = {} |
| |
◆ Share() [1/2]
| ccf::crypto::sharing::Share::Share |
( |
| ) |
|
|
default |
◆ ~Share()
| ccf::crypto::sharing::Share::~Share |
( |
| ) |
|
|
inline |
◆ Share() [2/2]
| ccf::crypto::sharing::Share::Share |
( |
const std::span< uint8_t const > & |
serialised | ) |
|
|
inline |
◆ key()
| HashBytes ccf::crypto::sharing::Share::key |
( |
size_t |
key_size | ) |
const |
|
inline |
◆ operator==()
| bool ccf::crypto::sharing::Share::operator== |
( |
const Share & |
other | ) |
const |
|
default |
◆ serialise()
| void ccf::crypto::sharing::Share::serialise |
( |
std::vector< uint8_t > & |
serialised | ) |
const |
|
inline |
◆ to_str()
| std::string ccf::crypto::sharing::Share::to_str |
( |
| ) |
const |
|
inline |
◆ serialised_size
| constexpr size_t ccf::crypto::sharing::Share::serialised_size |
|
staticconstexpr |
Initial value:=
sizeof(uint32_t) + sizeof(uint32_t) * LIMBS
| uint32_t ccf::crypto::sharing::Share::x = 0 |
| uint32_t ccf::crypto::sharing::Share::y[LIMBS] = {} |
The documentation for this struct was generated from the following file: