github.com/gotd/td/internal/crypto.Side.DecryptSide (method)

3 uses

	github.com/gotd/td/internal/crypto (current package)
		cipher_decrypt.go#L32: 	side := c.encryptSide.DecryptSide()
		cipher_decrypt.go#L74: 	key, iv := Keys(k.Value, encrypted.MsgKey, c.encryptSide.DecryptSide())
		keys.go#L20: func (s Side) DecryptSide() Side {