Skip to content

Commit

Permalink
Comment out crypto primitives for a while
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis committed Jul 2, 2021
1 parent b5f322e commit e47d41d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ 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 e47d41d

Please sign in to comment.