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