We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ed3f23 commit 4096393Copy full SHA for 4096393
src/index.ts
@@ -4553,8 +4553,7 @@ function keyToSubtle(key: CryptoKey): AlgorithmIdentifier | RsaPssParams | Ecdsa
4553
case 'RSASSA-PKCS1-v1_5':
4554
checkRsaKeyAlgorithm(key)
4555
return key.algorithm.name
4556
- case 'Ed25519': // Fall through
4557
- case 'EdDSA':
+ case 'Ed25519':
4558
4559
}
4560
throw new UnsupportedOperationError('unsupported CryptoKey algorithm name', { cause: key })
0 commit comments