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.
1 parent 98df31e commit b1b6923Copy full SHA for b1b6923
Sources/ATCryptography/k256/K256Operations.swift
@@ -120,7 +120,7 @@ public struct K256Operations {
120
/// - Parameters:
121
/// - publicKey: The public key in raw bytes.
122
/// - data: The original message that was signed.
123
- /// - signature: The signature to verify.
+ /// - sessionToken: The signature to verify.
124
/// - options: Options for signature verification. Optional. Defaults to `nil`.
125
/// - Returns: `true` if the signature is valid, or `false` if not.
126
///
0 commit comments