We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7211159 commit 51137acCopy full SHA for 51137ac
Sources/ATCryptography/p256/P256Encoding.swift
@@ -80,7 +80,7 @@ public struct P256Encoding {
80
81
// Convert to an uncompressed public key.
82
var uncompressedRawPublicKey: [Data.Element]
83
- if #available(iOS 16.0, *) {
+ if #available(iOS 16.0, tvOS 16, *) {
84
let key = try P256.Signing.PublicKey(compressedRepresentation: compressedPublicKey)
85
uncompressedRawPublicKey = Array(key.rawRepresentation)
86
} else {
0 commit comments