Skip to content

Commit c560d56

Browse files
committed
some extra comments
1 parent fd74b49 commit c560d56

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Sources/AppleAPI/Client.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ public class Client {
6161
}
6262
}
6363

64+
/// SRPLogin - Secure Remote Password
65+
/// https://tools.ietf.org/html/rfc2945
66+
/// Forked from https://github.com/adam-fowler/swift-srp that provides the algorithm
6467
public func srpLogin(accountName: String, password: String) -> Promise<Void> {
6568
var serviceKey: String!
6669
let client = SRPClient(configuration: SRPConfiguration<SHA256>(.N2048))

0 commit comments

Comments
 (0)