func github.com/gotd/td/crypto.ParseRSA

3 uses

	github.com/gotd/td/crypto (current package)
		public_keys.go#L21: 		key, err := ParseRSA(block.Bytes)
		public_keys.go#L34: func ParseRSA(data []byte) (*rsa.PublicKey, error) {

	github.com/gotd/td/telegram
		cdn.go#L65: 		parsedKey, err := crypto.ParseRSA(block.Bytes)