Skip to content

Commit

Permalink
Update k256/src/arithmetic/projective.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
austinabell authored Dec 5, 2024
1 parent 227b1e6 commit 95e4cdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k256/src/arithmetic/projective.rs
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,8 @@ impl ProjectivePoint {
}
}

#[cfg(not(all(target_os = "zkvm", target_arch = "riscv32")))]
/// Returns `self + other`.
#[cfg(not(all(target_os = "zkvm", target_arch = "riscv32")))]
fn add_mixed(&self, other: &AffinePoint) -> ProjectivePoint {
// We implement the complete addition formula from Renes-Costello-Batina 2015
// (https://eprint.iacr.org/2015/1060 Algorithm 8).
Expand Down

0 comments on commit 95e4cdf

Please sign in to comment.