aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/mod.rs')
-rw-r--r--src/crypto/mod.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/crypto/mod.rs b/src/crypto/mod.rs
index 9e7fc13..38a5137 100644
--- a/src/crypto/mod.rs
+++ b/src/crypto/mod.rs
@@ -8,6 +8,3 @@ pub mod random;
pub mod engine;
pub mod hash;
pub mod key;
-
-#[deprecated]
-const DEFAULT_KEYLENGTH: usize = 16;