Update lib.rs

This commit is contained in:
Michael Vines 2021-10-01 09:49:33 -07:00
parent 8bb6f0dc6f
commit 94a96670e8
1 changed files with 0 additions and 3 deletions

View File

@ -1,13 +1,10 @@
#[cfg(not(target_arch = "bpf"))]
#[macro_use]
pub(crate) mod macros;
#[cfg(not(target_arch = "bpf"))]
pub mod encryption;
#[cfg(not(target_arch = "bpf"))]
mod errors;
#[cfg(not(target_arch = "bpf"))]
mod range_proof;
#[cfg(not(target_arch = "bpf"))]