Skip to content

Commit

Permalink
Update k256/src/arithmetic/projective.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Frank Laub <[email protected]>
  • Loading branch information
austinabell and flaub authored Dec 5, 2024
1 parent c2c3d39 commit 7b65b7f
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 @@ -257,8 +257,8 @@ impl ProjectivePoint {
ret
}

#[cfg(not(all(target_os = "zkvm", target_arch = "riscv32")))]
/// Doubles this point.
#[cfg(not(all(target_os = "zkvm", target_arch = "riscv32")))]
#[inline]
pub fn double(&self) -> ProjectivePoint {
// We implement the complete addition formula from Renes-Costello-Batina 2015
Expand Down

0 comments on commit 7b65b7f

Please sign in to comment.