Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
LibWeb: Always return a
KeyAlgorithm
from RsaHashedKeyAlgorithm
The spec never mentions the possibility for the `hash` member of `RsaHashedKeyAlgorithm` to be a string, it should be a `KeyAlgorithm` object containing a `name` string member. Spec: https://w3c.github.io/webcrypto/#dfn-RsaHashedKeyAlgorithm
- Loading branch information