Skip to content

Commit

Permalink
chore: remove unused rewindable range proof code (#198)
Browse files Browse the repository at this point in the history
Removes old rewindable range proof code that was unused.

Partially addresses #196.
  • Loading branch information
SWvheerden authored Aug 21, 2023
2 parents 2de9dc2 + e1ea76b commit 2aa46d0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 102 deletions.
2 changes: 0 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ pub mod hashing;
pub mod keys;
#[cfg(feature = "bulletproofs_plus")]
pub mod range_proof;
#[cfg(feature = "bulletproofs_plus")]
pub mod rewindable_range_proof;
pub mod signatures;

// Implementations
Expand Down
100 changes: 0 additions & 100 deletions src/rewindable_range_proof.rs

This file was deleted.

0 comments on commit 2aa46d0

Please sign in to comment.