Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
samkim-crypto committed Mar 14, 2024
1 parent be4985d commit 9c13720
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions zk-token-sdk/src/zk_token_elgamal/pod/auth_encryption.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ use crate::encryption::auth_encryption::{self as decoded, AuthenticatedEncryptio
use {
crate::zk_token_elgamal::pod::{impl_from_str, ParseError, Pod, Zeroable},
base64::{prelude::BASE64_STANDARD, Engine},
std::fmt,
std::str::FromStr,
std::{fmt, str::FromStr},
};

/// Byte length of an authenticated encryption ciphertext
Expand Down
3 changes: 1 addition & 2 deletions zk-token-sdk/src/zk_token_elgamal/pod/elgamal.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ use {
RISTRETTO_POINT_LEN,
},
base64::{prelude::BASE64_STANDARD, Engine},
std::fmt,
std::str::FromStr,
std::{fmt, str::FromStr},
};

/// Byte length of an ElGamal public key
Expand Down

0 comments on commit 9c13720

Please sign in to comment.