Skip to content

Commit

Permalink
Merge pull request openwallet-foundation#168 from genaris/fix/js-p384…
Browse files Browse the repository at this point in the history
…-support

fix(js): add p384 key algo
  • Loading branch information
andrewwhitehead authored Aug 16, 2023
2 parents 88f7391 + ac2384d commit 5f4b400
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export enum KeyAlgs {
X25519 = 'x25519',
EcSecp256k1 = 'k256',
EcSecp256r1 = 'p256',
EcSecp384r1 = 'p384',
}

export const keyAlgFromString = (alg: string): KeyAlgs => {
Expand Down

0 comments on commit 5f4b400

Please sign in to comment.