aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib.rs b/src/lib.rs
index beffd19..7a7bdbd 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -5,13 +5,13 @@ extern crate sha2;
extern crate hkdf;
extern crate num_bigint;
-extern crate hex;
+//extern crate hex;
mod spake2;
pub use spake2::*;
-//#[cfg(test)]
-//extern crate hex;
+#[cfg(test)]
+extern crate hex;
#[cfg(test)]
mod tests {