We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95e4cdf commit f6fdfd4Copy full SHA for f6fdfd4
k256/src/arithmetic/projective.rs
@@ -127,8 +127,8 @@ impl ProjectivePoint {
127
affine_to_projective(&result)
128
}
129
130
- #[cfg(not(all(target_os = "zkvm", target_arch = "riscv32")))]
131
/// Returns `self + other`.
+ #[cfg(not(all(target_os = "zkvm", target_arch = "riscv32")))]
132
fn add(&self, other: &ProjectivePoint) -> ProjectivePoint {
133
// We implement the complete addition formula from Renes-Costello-Batina 2015
134
// (https://eprint.iacr.org/2015/1060 Algorithm 7).
0 commit comments