Commit Graph

28 Commits

Author SHA1 Message Date
Yoshiya Hinosawa
3155f0050a
chore: switch to JSR-oriented codebase (#4650) 2024-04-29 11:57:30 +09:00
Asher Gomez
53ff1ed01e
chore: update to rust@1.77.2 (#4621)
* chore: update to `rust@1.77.2`

* tweak
2024-04-22 15:00:32 +09:00
Asher Gomez
bcfc7e003e
chore(crypto): upgrade dependencies (#4530)
* docs(fs): polish documentation (#4526)

* Try this.

* bad name

* Revert "bad name"

This reverts commit 677f1649e3.

Revert "Try this."

This reverts commit 7d0f73c1e8.

* try this

---------

Co-authored-by: David Sherret <dsherret@gmail.com>
2024-03-28 13:24:37 +11:00
Jeremy Banks
4c78e13be6
fix(crypto): move FNV hashes from TypeScript to Rust/Wasm and implement iteration functionality (#4515) 2024-03-26 11:48:56 +09:00
Jeremy Banks
1341b89eff
chore(crypto): switch Wasm crate's sha-1 dependency to sha1 to reflect rename by maintainer (#4516) 2024-03-24 14:01:32 +11:00
Jeremy Banks
d78b58536b
refactor(crypto): removed unused code from Wasm build (#4510)
* crypto/wasm: rebuild

* crypto/wasm: update to rust 1.77.0

* crypto/wasm: removed unused code from wasm_bindgen interface

* crypto/wasm: removed unused code from digest.rs

* crypto/wasm: fix doc comment

* crypto/wasm: drops rust back to version 1.76.0

* tweak

---------

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-03-23 01:57:09 +00:00
Asher Gomez
e99375a8e2
chore(crypto): upgrade to rust@1.76.0 and 2021 edition (#4504) 2024-03-20 03:19:01 +10:00
dependabot[bot]
97a4d3112c
chore(deps): bump the dependencies in /crypto/_wasm (js-sys, wasm-bindgen, wasmbuild) (#4438)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2024-03-05 12:52:11 +09:00
Asher Gomez
43e960aca1
chore(crypto): upgrade to rust@1.75.0 and wasmbuild@0.15.5 (#4193) 2024-01-15 15:04:10 +11:00
Lino Le Van
c46143f0ac
chore: update copyright year (#4046)
* chore: update copyright year

* fix

---------

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-01-02 08:11:32 +11:00
dependabot[bot]
d52b21f673
chore(deps): bump the dependencies group in /crypto/_wasm with 6 updates (#3866)
* chore(deps): bump the dependencies group in /crypto/_wasm with 6 updates

Bumps the dependencies group in /crypto/_wasm with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [blake2](https://github.com/RustCrypto/hashes) | `0.10.4` | `0.10.6` |
| [blake3](https://github.com/BLAKE3-team/BLAKE3) | `1.3.1` | `1.5.0` |
| [digest](https://github.com/RustCrypto/traits) | `0.10.5` | `0.10.7` |
| [js-sys](https://github.com/rustwasm/wasm-bindgen) | `0.3.65` | `0.3.66` |
| [md-5](https://github.com/RustCrypto/hashes) | `0.10.5` | `0.10.6` |
| [sha2](https://github.com/RustCrypto/hashes) | `0.10.6` | `0.10.8` |


Updates `blake2` from 0.10.4 to 0.10.6
- [Commits](https://github.com/RustCrypto/hashes/compare/blake2-v0.10.4...blake2-v0.10.6)

Updates `blake3` from 1.3.1 to 1.5.0
- [Release notes](https://github.com/BLAKE3-team/BLAKE3/releases)
- [Commits](https://github.com/BLAKE3-team/BLAKE3/compare/1.3.1...1.5.0)

Updates `digest` from 0.10.5 to 0.10.7
- [Commits](https://github.com/RustCrypto/traits/compare/digest-v0.10.5...digest-v0.10.7)

Updates `js-sys` from 0.3.65 to 0.3.66
- [Release notes](https://github.com/rustwasm/wasm-bindgen/releases)
- [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rustwasm/wasm-bindgen/commits)

Updates `md-5` from 0.10.5 to 0.10.6
- [Commits](https://github.com/RustCrypto/hashes/compare/md-5-v0.10.5...md-5-v0.10.6)

Updates `sha2` from 0.10.6 to 0.10.8
- [Commits](https://github.com/RustCrypto/hashes/compare/sha2-v0.10.6...sha2-v0.10.8)

---
updated-dependencies:
- dependency-name: blake2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: blake3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: digest
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: js-sys
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: md-5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: sha2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>

* upgrade wasmbuild@0.15.3 and wasm-bindgen@0.2.89

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2023-11-29 11:42:00 +11:00
Asher Gomez
8822cd3e57
chore(deps): upgrade wasmbuild to 0.15.2 (#3859) 2023-11-27 15:12:42 +11:00
Asher Gomez
0643203103
chore: update Rust for std/crypto to 1.74.0 (#3832)
* chore: update Rust for `std/crypto`

* fix

* x

* update
2023-11-22 18:41:16 +11:00
dependabot[bot]
4c617d41b2
chore(deps): bump generic-array from 0.14.6 to 1.0.0 in /crypto/_wasm (#3827)
* chore(deps): bump generic-array from 0.14.6 to 1.0.0 in /crypto/_wasm

Bumps [generic-array](https://github.com/fizyk20/generic-array) from 0.14.6 to 1.0.0.
- [Release notes](https://github.com/fizyk20/generic-array/releases)
- [Changelog](https://github.com/fizyk20/generic-array/blob/master/CHANGELOG.md)
- [Commits](https://github.com/fizyk20/generic-array/commits/1.0.0)

---
updated-dependencies:
- dependency-name: generic-array
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* build

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2023-11-22 10:49:08 +11:00
dependabot[bot]
812ca67f15
chore(deps): bump typenum from 1.15.0 to 1.17.0 in /crypto/_wasm (#3828)
* chore(deps): bump typenum from 1.15.0 to 1.17.0 in /crypto/_wasm

Bumps [typenum](https://github.com/paholg/typenum) from 1.15.0 to 1.17.0.
- [Release notes](https://github.com/paholg/typenum/releases)
- [Changelog](https://github.com/paholg/typenum/blob/main/CHANGELOG.md)
- [Commits](https://github.com/paholg/typenum/compare/v1.15.0...v1.17.0)

---
updated-dependencies:
- dependency-name: typenum
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* build

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2023-11-22 10:42:14 +11:00
dependabot[bot]
f7bb8906dd
chore(deps): bump sha3 from 0.10.5 to 0.10.8 in /crypto/_wasm (#3829)
* chore(deps): bump sha3 from 0.10.5 to 0.10.8 in /crypto/_wasm

Bumps [sha3](https://github.com/RustCrypto/hashes) from 0.10.5 to 0.10.8.
- [Commits](https://github.com/RustCrypto/hashes/compare/sha3-v0.10.5...sha3/v0.10.8)

---
updated-dependencies:
- dependency-name: sha3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* build

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2023-11-22 10:34:26 +11:00
dependabot[bot]
4e88166bfe
chore(deps): bump sha-1 from 0.10.0 to 0.10.1 in /crypto/_wasm (#3831)
* chore(deps): bump sha-1 from 0.10.0 to 0.10.1 in /crypto/_wasm

Bumps [sha-1](https://github.com/RustCrypto/hashes) from 0.10.0 to 0.10.1.
- [Commits](https://github.com/RustCrypto/hashes/compare/sha-1-v0.10.0...md2-v0.10.1)

---
updated-dependencies:
- dependency-name: sha-1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* build

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2023-11-22 10:25:55 +11:00
Quentin Adam
5fd874cc4c
feat(crypto): support BLAKE2B-160 algorithm (#3793)
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2023-11-20 21:00:40 +09:00
Asher Gomez
844a8d5d2e
chore: update to rust@1.73.0 and wasmbuild@0.15.0 (#3702) 2023-10-22 10:55:40 +09:00
Quentin Adam
5700c3deeb
feat(crypto): add BLAKE2B-128 hash algorithm (#3680) 2023-09-28 20:31:04 +09:00
Asher Gomez
239e85ad6a
BREAKING(testing, assert): move std/testing/asserts to std/assert (#3445) 2023-07-13 16:04:30 +09:00
Quentin Adam
fdabe55e2d
feat(crypto): add BLAKE2B-224 hashing algorithm in crypto (#3392)
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2023-05-31 14:16:30 +09:00
Ryan Dahl
1f96d9fd32
Remove std/node, it was merged into Deno itself (#3206)
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2023-02-22 10:28:55 -05:00
Asher Gomez
3e9b8943fd
chore(wasmbuild): upgrade to 0.10.3 (#3180) 2023-02-10 19:17:14 +09:00
dependabot[bot]
4c6342cf27
chore(deps): bump bumpalo from 3.9.1 to 3.12.0 in /crypto/_wasm (#3129) 2023-01-22 20:48:04 +09:00
ayame113
b4239898d6
chore: update copyright header (#3082) 2023-01-03 19:47:44 +09:00
Asher Gomez
b7e9dee53c
chore: upgrade rust to 0.165.0 and wasmbuild to 0.10.2 (#2850) 2022-11-08 21:15:44 +09:00
Asher Gomez
1859a59268
refactor(crypto): move crypto/_wasm_crypto/ to crypto/_wasm/ (#2845) 2022-11-07 15:53:46 +09:00