Skip to content

Commit

Permalink
Comment out elliptic and cryptographic_primitives
Browse files Browse the repository at this point in the history
  • Loading branch information
elichai committed Jul 20, 2021
1 parent 66a46ca commit 6f4a549
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@

#![allow(clippy::upper_case_acronyms)]

pub mod elliptic;
// pub mod elliptic;

pub mod arithmetic;
pub use crate::arithmetic::BigInt;

pub mod cryptographic_primitives;
// pub mod cryptographic_primitives;

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

0 comments on commit 6f4a549

Please sign in to comment.