mirror of
https://git.um-react.app/um/cli.git
synced 2025-11-28 03:33:02 +00:00
6 lines
78 B
Go
6 lines
78 B
Go
package qmc
|
|
|
|
type streamCipher interface {
|
|
Decrypt(buf []byte, offset int)
|
|
}
|