We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bef2bf6 commit 3d281e7Copy full SHA for 3d281e7
ethereum/circuits/lib/src/uint256.nr
@@ -20,7 +20,7 @@ impl U256 {
20
}
21
22
pub(crate) fn one() -> Self {
23
- Self { high: 0, low: 0 }
+ Self { high: 0, low: 1 }
24
25
26
pub(crate) fn from_field(field: Field) -> Self {
0 commit comments