rust_code_obfuscator_core 0.3.1

Core encryption and obfuscation logic for rustfuscator
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod crypto;
pub mod errors;
pub mod obfuscator;
pub mod utils;

mod obfstr;
pub use obfstr::ObfStr;

#[cfg(feature = "secure_zeroize")]
pub use zeroize;