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 0b1b470 commit 99b140dCopy full SHA for 99b140d
Sources/_CryptoExtras/ARC/ARCEncoding.swift
@@ -14,7 +14,7 @@
14
import Foundation
15
import Crypto
16
17
-@available(macOS 10.15, iOS 13, watchOS 6, tvOS 13, macCatalyst 13, visionOS 1.0, *)
+@available(macOS 10.15, iOS 13.2, tvOS 13.2, watchOS 6.1, macCatalyst 13.2, visionOS 1.2, *)
18
typealias ARCP256 = HashToCurveImpl<P256>
19
@available(macOS 10.15, iOS 13.2, tvOS 13.2, watchOS 6.1, macCatalyst 13.2, visionOS 1.2, *)
20
typealias ARCP384 = HashToCurveImpl<P384>
0 commit comments