mirror of
https://git.unlock-music.dev/um/cli.git
synced 2025-04-06 01:35:51 +08:00
6 lines
78 B
Go
6 lines
78 B
Go
package qmc
|
|
|
|
type streamCipher interface {
|
|
Decrypt(buf []byte, offset int)
|
|
}
|