diff options
-rw-r--r-- | spake2/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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; |