wzlib-rs 0.1.1

MapleStory WZ file parser — Rust core with optional WASM bindings
Documentation
1
2
3
4
5
6
7
8
9
pub mod aes_encryption;
pub mod chacha20;
pub mod constants;
pub mod crc32;
pub mod custom_encryption;
pub mod snow2;

pub use constants::{WZ_BMSCLASSIC_IV, WZ_GMSIV, WZ_MSEAIV, WZ_OFFSET_CONSTANT};
pub use custom_encryption::{maple_custom_decrypt, maple_custom_encrypt};