Skip to content

Commit

Permalink
some extra comments
Browse files Browse the repository at this point in the history
  • Loading branch information
MattKiazyk committed Oct 30, 2024
1 parent fd74b49 commit c560d56
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Sources/AppleAPI/Client.swift
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ public class Client {
}
}

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

0 comments on commit c560d56

Please sign in to comment.