summaryrefslogtreecommitdiff
path: root/ext/crypto/generate_key.rs
AgeCommit message (Collapse)Author
2021-12-18refactor: use `once_cell` instead of `lazy_static` (#13135)Divy Srivastava
2021-12-16feat(ext/crypto): support importing ECSDA and ECDH (#13088)Sean Michael Wykes
Co-authored-by: Luca Casonato <hello@lcas.dev>
2021-12-13refactor(ext/crypto): generateKey rust cleanup (#13069)Luca Casonato