Skip to content

Commit

Permalink
Merge pull request #168 from genaris/fix/js-p384-support
Browse files Browse the repository at this point in the history
fix(js): add p384 key algo
  • Loading branch information
andrewwhitehead authored Aug 16, 2023
2 parents 9172fe2 + e6f5c86 commit 1e67835
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 1e67835

Please sign in to comment.