Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr. Capybara committed Oct 27, 2023
1 parent 7315bdd commit 7eed82c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e222_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ mod e222_tests {

#[test]
// k*G = (k mod r)*G
fn k_g_equals_k_mod_r_times_g() {
fn k_g_equals_k_mod_r_times_g() {
let g = EdCurvePoint::generator(SELECTED_CURVE, false);
let mut rng = thread_rng();
let k_u128: u64 = rng.gen();
Expand Down

0 comments on commit 7eed82c

Please sign in to comment.