Skip to content

Commit 4f76b80

Browse files
committed
feat: added ecc algorithm support
1 parent 0d4de54 commit 4f76b80

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ export interface KeyOptions {
8282
* PubKeyAlgoEdDSA, or PubKeyAlgoECDH. If empty Curve25519 is used.
8383
*/
8484
curve?: Curve;
85+
8586
/**
8687
* RSABits is the number of bits in new RSA keys made with NewEntity.
8788
* If zero, then 2048 bit keys are created.

0 commit comments

Comments
 (0)