type github.com/gotd/ige.IGE

3 uses

	github.com/gotd/ige (current package)
		decrypt.go#L14: func NewIGEDecrypter(b cipher.Block, iv []byte) IGE {
		encrypt.go#L14: func NewIGEEncrypter(b cipher.Block, iv []byte) IGE {
		ige.go#L18: type IGE interface {