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
2024-10-18
refactor(ext/crypto): use concrete error types (#26167)
Leo Kettmeir
2024-10-17
refactor(ext/web): use concrete error types (#26185)
Leo Kettmeir
2024-10-07
feat(ext/crypto): X448 support (#26043)
Divy Srivastava
2024-07-12
perf(ext/crypto): make randomUUID() 5x faster (#24510)
Satya Rohith
2024-03-11
chore: enable clippy unused_async rule (#22834)
David Sherret
2024-01-01
chore: update to Rust 1.75 (#21731)
林炳权
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-10-30
chore: upgrade rsa to 0.9 (#21016)
Divy Srivastava
2023-10-27
chore(ext/crypto): upgrade to ring 0.17 (#20824)
Divy Srivastava
2023-10-26
chore: update base64 crate (#20877)
Luca Casonato
2023-09-21
refactor: rewrite some ops to op2 macro (#20603)
Bartek Iwańczuk
2023-09-13
refactor: rewrite ext/crypto to op2 (#20477)
Bartek Iwańczuk
2023-08-23
fix(ext/web): add stream tests to detect v8slice split bug (#20253)
Matt Mastracci
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
[next]