We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d5580e commit 7f1e1ceCopy full SHA for 7f1e1ce
1 file changed
crypto/core/src/traits.rs
@@ -1,7 +1,8 @@
1
//! Provides simplified abstracted APIs over classes of cryptigraphic primitives, such as Hash, KDF, etc.
2
3
use crate::errors::{
4
- HashError, KDFError, KEMError, MACError, RNGError, SignatureError, SuspendableError, SymmetricCipherError,
+ HashError, KDFError, KEMError, MACError, RNGError, SignatureError, SuspendableError,
5
+ SymmetricCipherError,
6
};
7
use crate::key_material::KeyMaterialTrait;
8
use core::fmt::{Debug, Display};
0 commit comments