| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -584,6 +584,8 @@ containing the generated data. | |||
| 584 | 584 | The algorithms currently supported include: | |
| 585 | 585 | ||
| 586 | 586 | * `'ECDH'` | |
| 587 | + * `'X25519'`[^1] | ||
| 588 | + * `'X448'`[^1] | ||
| 587 | 589 | * `'HKDF'` | |
| 588 | 590 | * `'PBKDF2'` | |
| 589 | 591 | ||
@@ -620,6 +622,8 @@ generate raw keying material, then passing the result into the | |||
| 620 | 622 | The algorithms currently supported include: | |
| 621 | 623 | ||
| 622 | 624 | * `'ECDH'` | |
| 625 | + * `'X25519'`[^1] | ||
| 626 | + * `'X448'`[^1] | ||
| 623 | 627 | * `'HKDF'` | |
| 624 | 628 | * `'PBKDF2'` | |
| 625 | 629 | ||
@@ -889,7 +893,11 @@ The unwrapped key algorithms supported include: | |||
| 889 | 893 | * `'RSA-PSS'` | |
| 890 | 894 | * `'RSA-OAEP'` | |
| 891 | 895 | * `'ECDSA'` | |
| 896 | + * `'Ed25519'`[^1] | ||
| 897 | + * `'Ed448'`[^1] | ||
| 892 | 898 | * `'ECDH'` | |
| 899 | + * `'X25519'`[^1] | ||
| 900 | + * `'X448'`[^1] | ||
| 893 | 901 | * `'HMAC'` | |
| 894 | 902 | * `'AES-CTR'` | |
| 895 | 903 | * `'AES-CBC'` | |
| Back | FazBrowse Home | New Git URL |
0 commit comments