From 06f6334679fc09e4bad207955722decb2111757e Mon Sep 17 00:00:00 2001 From: Sean Bowe Date: Wed, 27 Sep 2017 20:06:51 -0600 Subject: [PATCH] Change to docs for satisfying clippy. --- src/wnaf.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wnaf.rs b/src/wnaf.rs index 45419aa..d4061aa 100644 --- a/src/wnaf.rs +++ b/src/wnaf.rs @@ -83,7 +83,7 @@ pub fn wnaf_exp(table: &[G], wnaf: &[i64]) -> G result } -/// A wNAF exponentiation context. +/// A "w-ary non-adjacent form" exponentiation context. #[derive(Debug)] pub struct Wnaf { base: B,