summaryrefslogtreecommitdiff
path: root/ext/crypto/export_key.rs
AgeCommit message (Collapse)Author
2021-12-14feat(ext/crypto): support exporting RSA JWKs (#13081)Luca Casonato
This commit adds support for exporting RSA JWKs in the Web Crypto API. It also does some minor fixes for RSA JWK imports. Co-authored-by: Sean Michael Wykes <sean.wykes@nascent.com.br>
2021-12-13refactor(ext/crypto): clean up exportKey rust code (#13052)Luca Casonato