summaryrefslogtreecommitdiff
path: root/ext/crypto/generate_key.rs
AgeCommit message (Expand)Author
2024-10-18refactor(ext/crypto): use concrete error types (#26167)Leo Kettmeir
2024-01-06feat(ext/crypto): initial support for p521 in `generateKey` and `importKey` (...Divy Srivastava
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-10-27chore(ext/crypto): upgrade to ring 0.17 (#20824)Divy Srivastava
2023-09-13refactor: rewrite ext/crypto to op2 (#20477)Bartek Iwańczuk
2023-08-23fix(ext/web): add stream tests to detect v8slice split bug (#20253)Matt Mastracci
2023-06-22refactor(serde_v8): split ZeroCopyBuf into JsBuffer and ToJsBuffer (#19566)Bartek Iwańczuk
2023-05-14refactor(core): bake single-thread assumptions into spawn/spawn_blocking (#19...Matt Mastracci
2023-01-13chore: add `copyright_checker` tool and add the missing copyright (#17285)Yiyu Lin
2022-06-20chore(ext/crypto): update webcrypto deps (#14452)Divy Srivastava
2022-03-16feat(ops): optional OpState (#13954)Aaron O'Mullan
2022-03-14feat(ops): custom arity (#13949)Aaron O'Mullan
2022-03-14feat(core): codegen ops (#13861)Divy Srivastava
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
2021-12-13refactor(ext/crypto): generateKey rust cleanup (#13069)Luca Casonato