|
barretenberg
|
Public Member Functions | |
| Limb (const field_t< Builder > &input, const uint256_t max=uint256_t(0)) | |
| Limb (const Limb &other)=default | |
| Limb (Limb &&other)=default | |
| Limb & | operator= (const Limb &other)=default |
| Limb & | operator= (Limb &&other)=default |
Public Attributes | |
| field_t< Builder > | element |
| uint256_t | maximum_value |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const Limb &a) |