Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
range_check.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <cstdint>
4
8
9namespace bb::avm2::simulation {
10
22
23} // namespace bb::avm2::simulation
void assert_range(uint128_t value, uint8_t num_bits) override
Assert that a value fits within a given bit-width.
EventEmitterInterface< RangeCheckEvent > & events
RangeCheck(EventEmitterInterface< RangeCheckEvent > &event_emitter)
EventEmitter< DataCopyEvent > event_emitter
AVM range check gadget for witness generation.
unsigned __int128 uint128_t
Definition serialize.hpp:45