mirror of
https://git.um-react.app/um/cli.git
synced 2025-11-28 03:33:02 +00:00
feat(QMCv2): Add mapCipher & mflac/mgg key discovery
This commit is contained in:
5
algo/qmc/cipher.go
Normal file
5
algo/qmc/cipher.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package qmc
|
||||
|
||||
type streamCipher interface {
|
||||
Decrypt(buf []byte, offset int)
|
||||
}
|
||||
Reference in New Issue
Block a user