| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -32,7 +32,7 @@ Last update: | |||
| 32 | 32 | - user-timing: https://github.com/web-platform-tests/wpt/tree/5ae85bf826/user-timing | |
| 33 | 33 | - wasm/jsapi: https://github.com/web-platform-tests/wpt/tree/cde25e7e3c/wasm/jsapi | |
| 34 | 34 | - wasm/webapi: https://github.com/web-platform-tests/wpt/tree/fd1b23eeaa/wasm/webapi | |
| 35 | - - WebCryptoAPI: https://github.com/web-platform-tests/wpt/tree/1d2c5fb36a/WebCryptoAPI | ||
| 35 | + - WebCryptoAPI: https://github.com/web-platform-tests/wpt/tree/ff26d9b307/WebCryptoAPI | ||
| 36 | 36 | - webidl/ecmascript-binding/es-exceptions: https://github.com/web-platform-tests/wpt/tree/2f96fa1996/webidl/ecmascript-binding/es-exceptions | |
| 37 | 37 | - webmessaging/broadcastchannel: https://github.com/web-platform-tests/wpt/tree/6495c91853/webmessaging/broadcastchannel | |
| 38 | 38 | - webstorage: https://github.com/web-platform-tests/wpt/tree/1d2c5fb36a/webstorage | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -432,7 +432,7 @@ var mismatchedKtyField = { | |||
| 432 | 432 | // The 'kty' field doesn't match the key algorithm. | |
| 433 | 433 | var mismatchedCrvField = { | |
| 434 | 434 | "Ed25519": "X25519", | |
| 435 | - "X25519": "Ed448", | ||
| 436 | - "Ed448": "X25519", | ||
| 437 | - "X448": "Ed25519", | ||
| 435 | + "X25519": "Ed25519", | ||
| 436 | + "Ed448": "X448", | ||
| 437 | + "X448": "Ed448", | ||
| 438 | 438 | } | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -88,7 +88,7 @@ | |||
| 88 | 88 | "path": "wasm/webapi" | |
| 89 | 89 | }, | |
| 90 | 90 | "WebCryptoAPI": { | |
| 91 | - "commit": "1d2c5fb36a6e477c8f915bde7eca027be6abe792", | ||
| 91 | + "commit": "ff26d9b307b981b3f1b88f454268e6bb8933e6c2", | ||
| 92 | 92 | "path": "WebCryptoAPI" | |
| 93 | 93 | }, | |
| 94 | 94 | "webidl/ecmascript-binding/es-exceptions": { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments