mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-06 12:58:45 +08:00
Add RhapsodyCrypt
This commit is contained in:
@@ -3,6 +3,8 @@ use std::io::Read;
|
||||
|
||||
/// Control Block data for CxEncryption packed with SimplePack.
|
||||
pub const CX_CB_DATA: &[u8] = include_bytes!(concat!(env!("OUT_DIR"), "/cx_cb.pck"));
|
||||
/// Name list data packed with SimplePack.
|
||||
pub const NAME_LIST_DATA: &[u8] = include_bytes!(concat!(env!("OUT_DIR"), "/name_list.pck"));
|
||||
const CRYPT_DATA: &[u8] = include_bytes!(concat!(env!("OUT_DIR"), "/crypt.json.zst"));
|
||||
|
||||
/// Get the crypt.json data as a string.
|
||||
|
||||
Reference in New Issue
Block a user