mirror of
https://git.um-react.app/um/lib_um_crypto_rust.git
synced 2026-03-08 04:29:54 +00:00
feat: implement qmc1 & qmc2
This commit is contained in:
7
um_crypto/qmc/src/lib.rs
Normal file
7
um_crypto/qmc/src/lib.rs
Normal file
@@ -0,0 +1,7 @@
|
||||
use thiserror::Error;
|
||||
|
||||
pub mod v1;
|
||||
pub mod v2_rc4;
|
||||
|
||||
#[derive(Error, Debug)]
|
||||
pub enum QmcCryptoError {}
|
||||
Reference in New Issue
Block a user