forked from um/cli
2
0
Fork 0
cli_Backup/algo/qmc/cipher.go

6 lines
78 B
Go

package qmc
type streamCipher interface {
Decrypt(buf []byte, offset int)
}