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
4#include <cstdint>
5
6namespace bb::avm2::simulation {
7
9 public:
10 virtual ~RangeCheckInterface() = default;
11 virtual void assert_range(uint128_t value, uint8_t num_bits) = 0;
12};
13
14} // namespace bb::avm2::simulation
virtual void assert_range(uint128_t value, uint8_t num_bits)=0
unsigned __int128 uint128_t
Definition serialize.hpp:44