Re-exporting argon2 and generic_array (#387)
This commit is contained in:
+3
-1
@@ -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")]
|
||||
|
||||
Reference in New Issue
Block a user