From baf9cc9b2210e0b1ad7cf19b3e38568b6b13293d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Mon, 2 Sep 2024 09:55:44 +0200 Subject: [PATCH] chore: Shorten the first paragraph of the ECIES module documentation --- src/ecies/mod.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ecies/mod.rs b/src/ecies/mod.rs index 45d7d560..e8d3703a 100644 --- a/src/ecies/mod.rs +++ b/src/ecies/mod.rs @@ -14,6 +14,8 @@ #![deny(missing_docs)] +//! Implementation of an integrated encryption scheme. +//! //! This module implements //! [ECIES](https://en.wikipedia.org/wiki/Integrated_Encryption_Scheme), the //! elliptic curve variant of the Integrated Encryption Scheme. This is a hybrid