Skip to content

Commit

Permalink
Removed debug print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Bouke committed Aug 29, 2016
1 parent 8602a3f commit 62c9c9e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Sources/Server.swift
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ public class Server {
sessionKey = H(S.data)

let M = calculate_M(group: group, alg: alg, username: username, salt: salt, A: A, B: B, K: sessionKey!)
print(Bignum(data: M))
guard clientM == M else { throw Error.authenticationFailed }
isAuthenticated = true

Expand Down

0 comments on commit 62c9c9e

Please sign in to comment.