#include <chonk.hpp>
|
| static size_t | calc_num_data_types () |
| | Calculate the number of field elements needed for serialization.
|
| |
Definition at line 164 of file chonk.hpp.
◆ calc_num_data_types()
| static size_t bb::Chonk::VerificationKey::calc_num_data_types |
( |
| ) |
|
|
inlinestatic |
Calculate the number of field elements needed for serialization.
- Returns
- size_t Number of field elements
Definition at line 173 of file chonk.hpp.
◆ from_field_elements()
| size_t bb::Chonk::VerificationKey::from_field_elements |
( |
std::span< const bb::fr > |
elements | ) |
|
|
inline |
Deserialize verification key from field elements.
- Parameters
-
| elements | The field elements to deserialize from |
- Returns
- size_t Number of field elements read
Definition at line 204 of file chonk.hpp.
◆ to_field_elements()
| std::vector< bb::fr > bb::Chonk::VerificationKey::to_field_elements |
( |
| ) |
const |
|
inline |
Serialize verification key to field elements.
- Returns
- std::vector<bb::fr> The serialized field elements
Definition at line 183 of file chonk.hpp.
◆ eccvm
◆ mega
◆ translator
The documentation for this struct was generated from the following file: