Skip to content

Commit

Permalink
Rust Codestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
Tristan-H11 committed May 7, 2024
1 parent 631011d commit e3f254b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/math_core/ecc/secure_finite_field_elliptic_curve.rs
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ impl SecureFiniteFieldEllipticCurve {
w
}

pub fn calculate_real_part(alpha: ComplexNumber, prime: &BigInt, n: i64) -> BigInt {
pub fn calculate_real_part(alpha: ComplexNumber, prime: &BigInt, n: i64) -> BigInt {
let mut count = 4;
let mut alpha = alpha.clone();
// Schleife, die alle möglichen Konjugationen von alpha durchgeht
Expand Down

0 comments on commit e3f254b

Please sign in to comment.