Skip to content

Commit

Permalink
chore: Shorten the first paragraph of the ECIES module documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
poljar committed Sep 3, 2024
1 parent 3da7353 commit 1ab6f75
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ecies/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1ab6f75

Please sign in to comment.