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
/
encrypt.rs
Age
Commit message (
Expand
)
Author
2024-10-18
refactor(ext/crypto): use concrete error types (#26167)
Leo Kettmeir
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-10-30
chore: upgrade rsa to 0.9 (#21016)
Divy Srivastava
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-05-14
refactor(core): bake single-thread assumptions into spawn/spawn_blocking (#19...
Matt Mastracci
2023-01-13
chore: add `copyright_checker` tool and add the missing copyright (#17285)
Yiyu Lin
2022-09-16
upgrade deps (#15914)
Ryan Dahl
2022-06-20
chore(ext/crypto): update webcrypto deps (#14452)
Divy Srivastava
2022-03-16
feat(ops): optional OpState (#13954)
Aaron O'Mullan
2022-03-14
feat(core): codegen ops (#13861)
Divy Srivastava
2022-03-02
feat(ext/crypto): AES-GCM support for 128bit IVs (#13805)
Divy Srivastava
2022-01-05
feat(ext/crypto): implement AES-GCM encryption (#13119)
Divy Srivastava
2022-01-03
feat(ext/crypto): support AES-CTR encrypt/decrypt (#13177)
Sean Michael Wykes
2021-12-15
refactor(ext/crypto): clean up encrypt rust code (#13094)
Luca Casonato