1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
denoland-deno/ext/crypto
denobot 04ba8df711
1.39.0 (#21560)
Bumped versions for 1.39.0

Please ensure:
- [x] Target branch is correct (`vX.XX` if a patch release, `main` if
minor)
- [x] Crate versions are bumped correctly
- [x] deno_std version is incremented in the code (see
`cli/deno_std.rs`)
- [x] Releases.md is updated correctly (think relevancy and remove
reverts)

To make edits to this PR:
```shell
git fetch upstream release_1_39.0 && git checkout -b release_1_39.0 upstream/release_1_39.0
```

cc @mmastrac

---------

Co-authored-by: mmastrac <mmastrac@users.noreply.github.com>
Co-authored-by: Matt Mastracci <matthew@mastracci.com>
2023-12-13 13:24:13 -07:00
..
00_crypto.js refactor: pull 'core', 'internals', 'primordials' from ES module (#21462) 2023-12-07 14:21:01 +01:00
Cargo.toml 1.39.0 (#21560) 2023-12-13 13:24:13 -07:00
decrypt.rs chore: upgrade rsa to 0.9 (#21016) 2023-10-30 16:25:12 +01:00
ed25519.rs chore(ext/crypto): upgrade ec crates 2023-11-05 06:40:35 -08:00
encrypt.rs chore: upgrade rsa to 0.9 (#21016) 2023-10-30 16:25:12 +01:00
export_key.rs fix lint 2023-11-05 06:40:35 -08:00
generate_key.rs chore(ext/crypto): upgrade to ring 0.17 (#20824) 2023-10-27 23:15:09 +02:00
import_key.rs fix 2023-11-05 06:40:35 -08:00
key.rs chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00
lib.deno_crypto.d.ts fix(dts): make globals available on globalThis (#19438) 2023-07-03 14:36:55 -04:00
lib.rs chore: upgrade rsa to 0.9 (#21016) 2023-10-30 16:25:12 +01:00
README.md Rename extensions/ directory to ext/ (#11643) 2021-08-11 12:27:05 +02:00
shared.rs chore: upgrade rsa to 0.9 (#21016) 2023-10-30 16:25:12 +01:00
x25519.rs chore(ext/crypto): upgrade ec crates 2023-11-05 06:40:35 -08:00

deno_crypto

This crate implements the Web Cryptography API.

Spec: https://www.w3.org/TR/WebCryptoAPI/