Skip to content

Commit

Permalink
Commit something
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-moh committed Feb 14, 2020
1 parent 80ee02a commit 91266d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions JOSESwift/Sources/RSAVerifier.swift
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ internal struct RSAVerifier: VerifierProtocol {
let algorithm: SignatureAlgorithm
let publicKey: KeyType


func verify(_ verifyingInput: Data, against signature: Data) throws -> Bool {
return try RSA.verify(verifyingInput, against: signature, with: publicKey, and: algorithm)
}
Expand Down

0 comments on commit 91266d4

Please sign in to comment.