Skip to content

Commit

Permalink
Merge branch 'schnorr' into Schnorr-Final
Browse files Browse the repository at this point in the history
* schnorr:
  Update groups.rs
  • Loading branch information
mzacho committed Dec 1, 2023
2 parents 6e7aaba + a2e8f89 commit 0676345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/groups.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ fn generate_group_generator(
x
}

// Generate a safe prime p = 2q + 1, where q is also a safe prime
// Generate a safe prime p = 2q + 1, where q is the associated Sophie Germain prime
fn generate_safe_primes() -> (
NonZero<crypto_bigint::Uint<4>>,
NonZero<crypto_bigint::Uint<4>>,
Expand Down

0 comments on commit 0676345

Please sign in to comment.