chore: Remove unnecessary imports

This commit is contained in:
Karolin Varner
2024-08-03 13:45:04 +02:00
parent e70c5b33a8
commit 6bbe85a57b
8 changed files with 1 additions and 9 deletions

View File

@@ -10,8 +10,6 @@
//! The [KEM] Trait describes the basic API offered by a Key Encapsulation
//! Mechanism. Two implementations for it are provided, [StaticKEM] and [EphemeralKEM].
use std::result::Result;
/// Key Encapsulation Mechanism
///
/// The KEM interface defines three operations: Key generation, key encapsulation and key