| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -23,6 +23,12 @@ const algorithms = [ | |||
| 23 | 23 | usages: ["sign", "verify"], | |
| 24 | 24 | publicKeyUsages: ["verify"] | |
| 25 | 25 | }, | |
| 26 | + { | ||
| 27 | + name: "Ed448", | ||
| 28 | + generateKeyParams: { name: "Ed448" }, | ||
| 29 | + usages: ["sign", "verify"], | ||
| 30 | + publicKeyUsages: ["verify"] | ||
| 31 | + }, | ||
| 26 | 32 | { | |
| 27 | 33 | name: "RSA-OAEP", | |
| 28 | 34 | generateKeyParams: { | |
@@ -62,6 +68,12 @@ const algorithms = [ | |||
| 62 | 68 | usages: ["deriveKey", "deriveBits"], | |
| 63 | 69 | publicKeyUsages: [] | |
| 64 | 70 | }, | |
| 71 | + { | ||
| 72 | + name: "X448", | ||
| 73 | + generateKeyParams: { name: "X448" }, | ||
| 74 | + usages: ["deriveKey", "deriveBits"], | ||
| 75 | + publicKeyUsages: [] | ||
| 76 | + }, | ||
| 65 | 77 | { | |
| 66 | 78 | name: "ML-DSA-44", | |
| 67 | 79 | generateKeyParams: { name: "ML-DSA-44" }, | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -96,7 +96,7 @@ | |||
| 96 | 96 | "path": "web-locks" | |
| 97 | 97 | }, | |
| 98 | 98 | "WebCryptoAPI": { | |
| 99 | - "commit": "0c413fb56b9da8bf27502c866a3d60f93981804d", | ||
| 99 | + "commit": "ec2fee39a4ca3c13afd55236795547eedd7f165d", | ||
| 100 | 100 | "path": "WebCryptoAPI" | |
| 101 | 101 | }, | |
| 102 | 102 | "webidl": { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments