← back to v137 · ed25519-in-web-cryptography
conformance · v137
v137 · ed25519-in-web-cryptography — conformance probe
6 assertions drawn from the spec. Each is a single contract the spec text makes. Pass/fail reflects what this browser executed; blocked means the contract was not run because it needs user mediation, hardware, or another unavailable precondition. Open the page in Chrome stable / canary / Firefox / Safari to compare.
0
pass
0
fail
0
blocked
6
total
| id | contract | kind | verdict | detail |
|---|---|---|---|---|
subtle-crypto-exists |
crypto.subtle is the entry point for the Web Cryptography algorithms. spec ↗ | exists | … | |
subtle-generatekey-is-function |
crypto.subtle.generateKey is a function used to mint Ed25519 key pairs. spec ↗ | typeof | … | |
generatekey-ed25519-resolves |
generateKey({name:'Ed25519'}, true, ['sign','verify']) resolves to a CryptoKeyPair. spec ↗ | script | … | |
ed25519-sign-verify-roundtrip |
sign/verify with the produced Ed25519 keypair round-trips for arbitrary data. spec ↗ | script | … | |
ed25519-export-raw-public-32-bytes |
Exporting an Ed25519 public key as 'raw' yields the 32-byte encoded point. spec ↗ | script | … | |
ed25519-jwk-export-has-okp-kty |
Exporting an Ed25519 public key as 'jwk' yields a JWK with kty:'OKP' and crv:'Ed25519'. spec ↗ | script | … |