We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef1edec commit 0beb6fcCopy full SHA for 0beb6fc
ethereum/circuits/lib/src/misc/types.nr
@@ -1,10 +1,10 @@
1
-global ADDRESS_LENGTH: u64 = 20;
+global ADDRESS_LENGTH: u32 = 20;
2
type Address = [u8; ADDRESS_LENGTH];
3
4
-global BYTES32_LENGTH: u64 = 32;
+global BYTES32_LENGTH: u32 = 32;
5
type Bytes32 = [u8; BYTES32_LENGTH];
6
7
global HASH_LEN = 32;
8
type Hash = Bytes32;
9
10
-global U128_LENGTH: u64 = 16;
+global U128_LENGTH: u32 = 16;
0 commit comments