Skip to content

Commit

Permalink
implementing most of theophile comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Khayam authored and Adam Khayam committed Apr 23, 2024
1 parent 03bd513 commit bb12666
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/core/api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ use std::{collections::HashMap, marker::PhantomData, str::FromStr, sync::Mutex};
use cosmian_crypto_core::{
bytes_ser_de::Serializable,
kdf256,
reexport::{
rand_core::{CryptoRngCore, SeedableRng},
},
reexport::rand_core::{CryptoRngCore, SeedableRng},
Aes256Gcm, CsRng, Dem, FixedSizeCBytes, Instantiable, Nonce, RandomFixedSizeCBytes, Secret,
SymmetricKey,
};
Expand Down

0 comments on commit bb12666

Please sign in to comment.