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
/
node
/
ops
/
crypto
/
mod.rs
Age
Commit message (
Expand
)
Author
2024-03-07
perf(cli): use faster_hex (#22761)
Matt Mastracci
2024-01-09
chore: upgrade deno_core to 0.244.0 (#21859)
Bartek Iwańczuk
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-12-03
fix(ext/node): sign with PEM private keys (#21287)
Divy Srivastava
2023-11-10
chore: use pure rust secp256k1 crate (#21154)
Divy Srivastava
2023-11-09
fix(node): implement createPrivateKey (#20981)
Divy Srivastava
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-06
refactor: migrate ext/node/ops to op2 (#20805)
Bartek Iwańczuk
2023-09-26
refactor: rewrite ext/node/crypto to op2 macro (#20675)
Bartek Iwańczuk
2023-09-14
refactor: rewrite ext/node to op2 (#20489)
Bartek Iwańczuk
2023-09-06
fix(ext/node): implement AES GCM cipher (#20368)
Divy Srivastava
2023-08-23
fix(ext/web): add stream tests to detect v8slice split bug (#20253)
Matt Mastracci
2023-06-27
test(ext/node): port crypto_test.ts from deno_std (#19561)
Felipe Baltor
2023-06-22
refactor(serde_v8): split ZeroCopyBuf into JsBuffer and ToJsBuffer (#19566)
Bartek Iwańczuk
2023-05-15
feat(node/crypto): Diffie Hellman Support (#18943)
Levente Kurusa
2023-05-14
refactor(core): bake single-thread assumptions into spawn/spawn_blocking (#19...
Matt Mastracci
2023-04-27
feat(node/crypto): Elliptic Curve Diffie-Hellman (ECDH) support (#18832)
Levente Kurusa
2023-04-27
fix(ext/node): prime generation (#18861)
Divy Srivastava
2023-04-24
refactor(ext/node): reorganize ops (#18799)
Bartek Iwańczuk