mirror of
https://github.com/Qortal/pirate-librustzcash.git
synced 2025-01-31 07:42:15 +00:00
Change to docs for satisfying clippy.
This commit is contained in:
parent
d230603190
commit
06f6334679
@ -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…
Reference in New Issue
Block a user