Update lib.rs
This commit is contained in:
@ -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"))]
|
||||
|
Reference in New Issue
Block a user