Skip to content

Commit

Permalink
feat(utils): export createJWK (#1325)
Browse files Browse the repository at this point in the history
fixes #1324
  • Loading branch information
cre8 committed Jan 24, 2024
1 parent 3ac343e commit 610ee66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/utils/src/jwk-did-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export function isJWK(data: unknown): data is JsonWebKey {
return false
}

function createJWK(
export function createJWK(
keyType: JwkDidSupportedKeyTypes,
pubKey: string | Uint8Array,
passedKeyUse?: KeyUse,
Expand Down

0 comments on commit 610ee66

Please sign in to comment.