Browse Source

Change to docs for satisfying clippy.

master
Sean Bowe 7 years ago
parent
commit
06f6334679
No known key found for this signature in database
GPG Key ID: 95684257D8F8B031
  1. 2
      src/wnaf.rs

2
src/wnaf.rs

@ -83,7 +83,7 @@ pub fn wnaf_exp<G: CurveProjective>(table: &[G], wnaf: &[i64]) -> G
result result
} }
/// A wNAF exponentiation context. /// A "w-ary non-adjacent form" exponentiation context.
#[derive(Debug)] #[derive(Debug)]
pub struct Wnaf<W, B, S> { pub struct Wnaf<W, B, S> {
base: B, base: B,

Loading…
Cancel
Save