Change to docs for satisfying clippy.

This commit is contained in:
Sean Bowe 2017-09-27 20:06:51 -06:00
parent d230603190
commit 06f6334679
No known key found for this signature in database
GPG Key ID: 95684257D8F8B031
1 changed files with 1 additions and 1 deletions

View File

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