Age | Commit message (Collapse) | Author |
|
Implements "forgiving" in JWK decode passing suitable config to base64::decode_config
|
|
Co-authored-by: Luca Casonato <hello@lcas.dev>
|
|
This commit adds support for importing RSA JWKs in the Web Crypto API.
Co-authored-by: Sean Michael Wykes <sean.wykes@nascent.com.br>
|
|
|
|
This commit cleans up the Rust side of `import_key` by using a bunch of
enums instead of structs with "type" and "data" fields.
This commit does add some duplicated code for the time being, because
a lot of the other ops still need to get the same cleanup treatment.
|