|
barretenberg
|
Public Member Functions | |
| sparse_int (const uint64_t input=0) | |
| sparse_int (const sparse_int &other) noexcept=default | |
| sparse_int (sparse_int &&other) noexcept=default | |
| sparse_int & | operator= (const sparse_int &other) noexcept=default |
| sparse_int & | operator= (sparse_int &&other) noexcept=default |
| sparse_int | operator+ (const sparse_int &other) const |
| sparse_int | operator+= (const sparse_int &other) |
| uint64_t | get_value () const |
| uint64_t | get_sparse_value () const |
| const std::array< uint64_t, num_bits > & | get_limbs () const |