We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85f1d59 commit 8691fd1Copy full SHA for 8691fd1
ethereum/circuits/lib/src/uint256_test.nr
@@ -34,6 +34,7 @@ mod into_bytes32 {
34
use dep::bignum::bignum::BigNum;
35
use dep::bignum::U256;
36
global high: u128 = 0x10000000000000000000000000000000;
37
+
38
global low: u128 = 0;
39
40
global big_number: U256 = from_field(0x10000000000000000000000000000000);
0 commit comments