Skip to content

Commit f6fdfd4

Browse files
authored
Update k256/src/arithmetic/projective.rs
1 parent 95e4cdf commit f6fdfd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

k256/src/arithmetic/projective.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,8 @@ impl ProjectivePoint {
127127
affine_to_projective(&result)
128128
}
129129

130-
#[cfg(not(all(target_os = "zkvm", target_arch = "riscv32")))]
131130
/// Returns `self + other`.
131+
#[cfg(not(all(target_os = "zkvm", target_arch = "riscv32")))]
132132
fn add(&self, other: &ProjectivePoint) -> ProjectivePoint {
133133
// We implement the complete addition formula from Renes-Costello-Batina 2015
134134
// (https://eprint.iacr.org/2015/1060 Algorithm 7).

0 commit comments

Comments
 (0)