File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -402,7 +402,7 @@ where
402402 /// An array of [`ScalarVar`] representing the newly allocated scalar indices.
403403 ///
404404 /// # Example
405- /// ```
405+ /// ```ignore
406406 /// # use sigma_rs::LinearRelation;
407407 /// use curve25519_dalek::RistrettoPoint as G;
408408 ///
@@ -430,7 +430,7 @@ where
430430 /// An array of [`GroupVar`] representing the newly allocated group element indices.
431431 ///
432432 /// # Example
433- /// ```
433+ /// ```ignore
434434 /// # use sigma_rs::LinearRelation;
435435 /// use curve25519_dalek::RistrettoPoint as G;
436436 ///
@@ -639,7 +639,7 @@ where
639639 /// A `NISigmaProtocol` instance ready for proving and verification
640640 ///
641641 /// # Example
642- /// ```
642+ /// ```ignore
643643 /// # use sigma_rs::{LinearRelation, NISigmaProtocol};
644644 /// # use curve25519_dalek::RistrettoPoint as G;
645645 /// # use curve25519_dalek::scalar::Scalar;
You can’t perform that action at this time.
0 commit comments