Skip to content

Commit 051ae07

Browse files
authored
Update Initiator.cs
1 parent 07eae07 commit 051ae07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AnonymousTokens.Client/Protocol/Initiator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ public bool VerifyProof(X9ECParameters ecParameters, ECPoint K, ECPoint P, ECPoi
9494
/// Used by the initiator. It first verifies that the incoming token is well-formed, and then removes the previously applied mask.
9595
/// </summary>
9696
/// <param name="ecParameters">Curve parameters</param>
97-
/// <param name="K">The public key pointfor the token scheme</param>
97+
/// <param name="K">The public key point for the token scheme</param>
9898
/// <param name="P">Masked point initially submitted to the token service</param>
9999
/// <param name="Q">Signed masked point returned from the token service</param>
100100
/// <param name="c">Claimed challenge from the Chaum-Pedersen proof</param>

0 commit comments

Comments
 (0)