summaryrefslogtreecommitdiff
path: root/extensions/crypto/01_crypto.js
AgeCommit message (Collapse)Author
2021-07-06feat(crypto): implement generateKey() and sign() (#9614)Divy Srivastava
Co-authored-by: Luca Casonato <hello@lcas.dev> Co-authored-by: Bartek IwaƄczuk <biwanczuk@gmail.com>
2021-07-03refactor: introduce primordials for ext/web (#11228)Luca Casonato
2021-06-07refactor: clean up webidl protype configuration (#10871)Luca Casonato
2021-06-06feat(extensions/crypto): implement subtle.digest (#10796)Casper Beyer
Co-authored-by: Yacine Hmito yacinehmito@users.noreply.github.com
2021-06-05fix(crypto): change Crypto to interface (#10853)Leo K
Co-authored-by: Luca Casonato <hello@lcas.dev>
2021-06-05refactor(crypto): validate max random bytes in Rust (#10857)Leo K
2021-06-05feat(extensions/crypto): implement randomUUID (#10848)Leo K
2021-04-30Rename crate_ops to extensions (#10431)Andy Hayden