We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d69b72f commit 53575a9Copy full SHA for 53575a9
extensions/ecc/te-setup/src/lib.rs
@@ -107,6 +107,8 @@ pub fn te_declare(input: TokenStream) -> TokenStream {
107
fn add_chip(p1: &#struct_name, p2: &#struct_name) -> #struct_name {
108
#[cfg(not(target_os = "zkvm"))]
109
{
110
+ use openvm_algebra_guest::DivUnsafe;
111
+
112
let x1y2 = p1.x() * p2.y();
113
let y1x2 = p1.y() * p2.x();
114
let x1x2 = p1.x() * p2.x();
0 commit comments