From: Tony Arcieri Date: Sat, 22 Jan 2022 23:22:19 +0000 (-0700) Subject: spake2: rustdoc fixup X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;ds=sidebyside;h=807246b45c9df09c4fab0a36f2148b2b0a0fc992;p=PAKEs.git spake2: rustdoc fixup --- diff --git a/spake2/src/lib.rs b/spake2/src/lib.rs index 9e31fd4..6c09547 100644 --- a/spake2/src/lib.rs +++ b/spake2/src/lib.rs @@ -364,7 +364,7 @@ pub trait Group { fn add(a: &Self::Element, b: &Self::Element) -> Self::Element; } -/// Ed25519 elliptic curve group +/// Ed25519 elliptic curve group. #[derive(Debug, PartialEq, Eq)] pub struct Ed25519Group;