Skip to content

Commit 7f1e1ce

Browse files
committed
rustfmt
1 parent 2d5580e commit 7f1e1ce

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

crypto/core/src/traits.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
//! Provides simplified abstracted APIs over classes of cryptigraphic primitives, such as Hash, KDF, etc.
22
33
use crate::errors::{
4-
HashError, KDFError, KEMError, MACError, RNGError, SignatureError, SuspendableError, SymmetricCipherError,
4+
HashError, KDFError, KEMError, MACError, RNGError, SignatureError, SuspendableError,
5+
SymmetricCipherError,
56
};
67
use crate::key_material::KeyMaterialTrait;
78
use core::fmt::{Debug, Display};

0 commit comments

Comments
 (0)