index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
crypto
/
lib.rs
Age
Commit message (
Expand
)
Author
2023-06-22
refactor(serde_v8): split ZeroCopyBuf into JsBuffer and ToJsBuffer (#19566)
Bartek Iwańczuk
2023-06-05
fix(ext/crypto): fix JWK import of Ed25519 (#19279)
Levente Kurusa
2023-05-14
refactor(core): bake single-thread assumptions into spawn/spawn_blocking (#19...
Matt Mastracci
2023-05-09
fix(core): let V8 drive extension ESM loads (#18997)
Luca Casonato
2023-05-08
refactor: prefix ops w/ crate they are defined in (#19044)
Luca Casonato
2023-03-17
perf(core) Reduce copying and cloning in extension initialization (#18252)
Matt Mastracci
2023-03-17
feat(core) deno_core::extension! macro to simplify extension registration (#1...
Matt Mastracci
2023-03-09
refactor: Split extension registration for runtime and snapshotting (#18095)
Bartek Iwańczuk
2023-03-09
refactor(core): Extension::builder_with_deps (#18093)
Bartek Iwańczuk
2023-03-07
refactor(core): don't use Result in ExtensionBuilder::state (#18066)
Bartek Iwańczuk
2023-02-07
refactor: remove prefix from include_js_files & use extension name (#17683)
Leo Kettmeir
2023-02-07
refactor: Use ES modules for internal runtime code (#17648)
Leo Kettmeir
2023-02-05
refactor: rename `deno` specifiers to `internal` (#17655)
Leo Kettmeir
2023-01-18
chore(ext/crypto): Update rsa to 0.7.0 (#16327)
Kyle Willmon
2023-01-08
feat(core): allow specifying name and dependencies of an Extension (#17301)
Leo Kettmeir
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-11-18
chore: use Rust 1.65.0 (#16688)
Aaron O'Mullan
2022-10-09
perf(ext/crypto): optimize `getRandomValues` (#16212)
Divy Srivastava
2022-10-04
fix(ext/crypto): interoperable import/export (#16153)
Filip Skokan
2022-10-03
fix(ext/crypto): curve25519 import export (#16140)
Filip Skokan
2022-09-27
feat(ext/crypto): add x25519 and Ed25519 CFRG curves (#14119)
Divy Srivastava
2022-07-23
feat(ext/crypto): deriveBits P-384 (#15138)
diachedelic
2022-06-20
chore(ext/crypto): update webcrypto deps (#14452)
Divy Srivastava
2022-05-05
chore: update deps (#14416)
Luca Casonato
2022-03-17
fix: cargo publish fails without absolute paths (#13993)
Ryan Dahl
2022-03-16
feat(ops): optional OpState (#13954)
Aaron O'Mullan
2022-03-14
feat(ops): custom arity (#13949)
Aaron O'Mullan
2022-03-14
feat(core): codegen ops (#13861)
Divy Srivastava
2022-03-14
chore: improve build times for `ext/` changes (#13927)
Divy Srivastava
2022-01-19
feat(ext/crypto): implement pkcs8/spki/jwk exportKey for ECDSA and ECDH (#13104)
Sean Michael Wykes
2022-01-11
feat(ext/crypto): implement AES-KW for wrapKey/unwrapKey (#13286)
Sean Michael Wykes
2022-01-07
chore: update copyright to 2022 (#13306)
Ryan Dahl
2021-12-20
refactor(ext/crypto): cleanup decrypt code (#13120)
Divy Srivastava
2021-12-18
refactor: use `once_cell` instead of `lazy_static` (#13135)
Divy Srivastava
2021-12-16
feat(ext/crypto): support importing ECSDA and ECDH (#13088)
Sean Michael Wykes
2021-12-15
refactor(ext/crypto): clean up encrypt rust code (#13094)
Luca Casonato
2021-12-13
refactor(ext/crypto): generateKey rust cleanup (#13069)
Luca Casonato
2021-12-13
refactor(ext/crypto): clean up exportKey rust code (#13052)
Luca Casonato
2021-12-10
refactor(ext/crypto): clean up rust side importKey (#13036)
Luca Casonato
2021-12-09
feat(crypto): support `importKey` in SPKI format (#12921)
Yacine Hmito
2021-11-22
fix(ext/crypto): don't panic on decryption failure (#12840)
Luca Casonato
2021-11-11
fix(crypto): handling large key length in HKDF (#12692)
upendra1997
2021-11-02
chore: update to Rust edition 2021 (#12578)
Bartek Iwańczuk
2021-10-11
feat(ext/crypto): support importing raw ECDSA keys (#11871)
Divy Srivastava
2021-10-11
feat(ext/crypto): implement AES-CBC encryption & decryption (#12123)
Divy Srivastava
2021-10-08
feat(ext/crypto): implement deriveBits for ECDH (p256) (#11873)
Divy Srivastava
2021-10-06
fix(ext/crypto): key generation based on AES key length (#12146)
Divy Srivastava
2021-10-06
feat(ext/crypto): export spki for RSA (#12114)
Divy Srivastava
2021-10-05
chore: various op cleanup (#12329)
Leo K
2021-10-02
feat(ext/crypto): decode RSAES-OAEP-params with default values (#12292)
Divy Srivastava
[next]