Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
incertia committed Apr 19, 2024
1 parent 373e0f4 commit 3ae5219
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dhkem/src/arithmetic.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use crate::{DhDecapsulator, DhKem, DhEncapsulator};
use crate::{DhDecapsulator, DhEncapsulator, DhKem};
use elliptic_curve::ecdh::{EphemeralSecret, SharedSecret};
use elliptic_curve::{CurveArithmetic, PublicKey};
use kem::{Decapsulate, Encapsulate};
Expand Down
2 changes: 1 addition & 1 deletion dhkem/src/x25519_kem.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use crate::{DhDecapsulator, DhKem, DhEncapsulator};
use crate::{DhDecapsulator, DhEncapsulator, DhKem};
use kem::{Decapsulate, Encapsulate};
use rand_core::CryptoRngCore;
use x25519::{PublicKey, ReusableSecret, SharedSecret};
Expand Down

0 comments on commit 3ae5219

Please sign in to comment.