Re-exporting argon2 and generic_array (#387)

This commit is contained in:
Kevin Lewi
2025-09-08 23:32:58 -07:00
committed by GitHub
parent 6593833622
commit a1624a92dd
3 changed files with 6 additions and 4 deletions
+3 -1
View File
@@ -1345,7 +1345,9 @@ mod tests;
// Exports
pub use rand;
#[cfg(feature = "argon2")]
pub use argon2;
pub use {generic_array, rand};
pub use crate::ciphersuite::CipherSuite;
#[cfg(feature = "curve25519")]