|
|
| packed_byte_array (Builder *parent_context, size_t const num_bytes=0) |
| |
|
| packed_byte_array (const std::vector< field_pt > &input, const size_t bytes_per_input=BYTES_PER_ELEMENT) |
| |
|
| packed_byte_array (Builder *parent_context, const std::vector< uint8_t > &input) |
| |
|
| packed_byte_array (Builder *parent_context, const std::string &input) |
| |
|
| packed_byte_array (const byte_array_pt &input) |
| |
|
| packed_byte_array (const packed_byte_array &other) |
| |
|
| packed_byte_array (packed_byte_array &&other) |
| |
|
packed_byte_array & | operator= (const packed_byte_array &other) |
| |
|
packed_byte_array & | operator= (packed_byte_array &&other) |
| |
|
| operator byte_array_pt () const |
| |
|
std::vector< field_pt > | to_unverified_byte_slices (const size_t bytes_per_slice) const |
| |
|
std::vector< field_pt > | get_limbs () const |
| |
|
void | append (const field_pt &to_append, const size_t bytes_to_append) |
| |
|
size_t | size () const |
| |
|
Builder * | get_context () const |
| |
|
std::string | get_value () const |
| |
The documentation for this class was generated from the following files:
- src/barretenberg/stdlib/primitives/packed_byte_array/packed_byte_array.hpp
- src/barretenberg/stdlib/primitives/packed_byte_array/packed_byte_array.cpp