simecolean

This commit is contained in:
Christoph J. Scherr 2023-06-13 13:03:42 +02:00
parent b5b8886acd
commit 9fdbb63bd2
Signed by: PlexSheep
GPG Key ID: 25B4ACF7D88186CC
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ impl EllipticCurve {
println!("b = {b} != 0 => Curve valid");
}
else {
println!("b = {b} == 0 => Curve invalid")
println!("b = {b} == 0 => Curve invalid");
}
}