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 1b24d84 commit 47e76bcCopy full SHA for 47e76bc
tests/group.rs
@@ -71,7 +71,7 @@ mod group {
71
use ark_ed_on_bn254::Fq;
72
use ark_ff::{BigInteger, PrimeField};
73
use num_bigint::BigInt;
74
- use semaphore_rs::group::{Element, Group, EMPTY_ELEMENT};
+ use semaphore_rs::group::{EMPTY_ELEMENT, Element, Group};
75
use std::str::FromStr;
76
77
fn str_to_element(s: &str) -> Element {
0 commit comments