Skip to content

Commit

Permalink
feat(jws): make func public
Browse files Browse the repository at this point in the history
  • Loading branch information
beatt83 committed Jan 20, 2024
1 parent e2e556b commit 9e3fdf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/JSONWebSignature/JWK+SigningAlgorithm.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import JSONWebAlgorithms
import JSONWebKey

extension JWK {
func signingAlgorithm() throws -> SigningAlgorithm {
public func signingAlgorithm() throws -> SigningAlgorithm {
switch keyType {
case .rsa:
switch algorithm {
Expand Down

0 comments on commit 9e3fdf2

Please sign in to comment.