Skip to content

Commit 12aebda

Browse files
fix euclidean algorithm for circuits
1 parent 4bf1632 commit 12aebda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/metadata/runtime_bindings.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ impl RuntimeBindingsMeta {
262262
where
263263
'c: 'a,
264264
{
265-
let integer_type = IntegerType::new(context, 512).into();
265+
let integer_type = IntegerType::new(context, 768).into();
266266
let func_symbol = RuntimeBinding::CircuitExtendedEuclideanAlgorithm.symbol();
267267
if self
268268
.active_map

0 commit comments

Comments
 (0)