mirror of
https://git.um-react.app/um/lib_um_crypto_rust.git
synced 2026-03-08 04:29:54 +00:00
feat: qmc v2 map cipher
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
use thiserror::Error;
|
||||
|
||||
pub mod v1;
|
||||
pub mod v2_map;
|
||||
pub mod v2_rc4;
|
||||
|
||||
#[derive(Error, Debug)]
|
||||
pub enum QmcCryptoError {}
|
||||
pub enum QmcCryptoError {
|
||||
#[error("QMC V2/Map Cipher: Key is empty")]
|
||||
QMCV2MapKeyEmpty,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user