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.
@_spi(Testing)
1 parent 4218fe8 commit f76f7eeCopy full SHA for f76f7ee
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
- init(public: SRPKey, private: SRPKey) {
+ @_spi(Testing) public init(public: SRPKey, private: SRPKey) {
63
self.private = `private`
64
self.public = `public`
65
}
0 commit comments