summaryrefslogtreecommitdiff
path: root/op_crates/crypto
AgeCommit message (Collapse)Author
2021-01-26chore: update crates (#9251)Luca Casonato
Updates SWC, dprint, deno_lint, deno_doc, serde, and Tokio (to 1.1.0). Co-authored-by: Kitson Kelly <me@kitsonkelly.com> Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2021-01-19v1.7.0Ryan Dahl
2021-01-15refactor(op_crates/crypto): Prefix ops with "op_crypto_" (#9067)Yacine Hmito
2021-01-13release cratesRyan Dahl
2021-01-11chore: update copyright to 2021 (#9092)Yusuke Tanaka
2021-01-10Test crypto.getRandomValues() with wpt (#9016)Yacine Hmito
2020-12-30chore: release crates (#8931)Bartek Iwańczuk
2020-12-22chore: release crates (#8854)Bartek Iwańczuk
2020-12-14chore: release crates (#8765)Bartek Iwańczuk
2020-12-14chore: release crates (#8760)Bartek Iwańczuk
2020-12-13chore: release crates (#8744)Bartek Iwańczuk
2020-12-08chore: release crates (#8662)Bartek Iwańczuk
2020-11-23v1.5.4Bartek Iwańczuk
2020-11-16v1.5.3Bartek Iwańczuk
2020-11-13refactor: deno_crypto op crate (#7956)Divy Srivastava
This commit factors out "deno_crypto" op crate. "rand" crate dependency was consequently moved to "deno_crypto" crate and reexported.