Skip to content

Commit 6f4a549

Browse files
committed
Comment out elliptic and cryptographic_primitives
1 parent 66a46ca commit 6f4a549

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77

88
#![allow(clippy::upper_case_acronyms)]
99

10-
pub mod elliptic;
10+
// pub mod elliptic;
1111

1212
pub mod arithmetic;
1313
pub use crate::arithmetic::BigInt;
1414

15-
pub mod cryptographic_primitives;
15+
// pub mod cryptographic_primitives;
1616

1717
#[derive(Copy, PartialEq, Eq, Clone, Debug)]
1818
pub enum ErrorKey {

0 commit comments

Comments
 (0)