We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f76f7ee commit ce202c4Copy full SHA for ce202c4
Sources/SRP/keys.swift
@@ -59,7 +59,7 @@ public struct SRPKeyPair {
59
/// - Parameters:
60
/// - public: The public key of the key pair
61
/// - private: The private key of the key pair
62
- @_spi(Testing) public init(public: SRPKey, private: SRPKey) {
+ public init(public: SRPKey, private: SRPKey) {
63
self.private = `private`
64
self.public = `public`
65
}
0 commit comments