1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-28 16:20:57 -05:00
denoland-deno/ext/node/ops/crypto
Luca Casonato 1e8a6b94b1
fix(ext/node): rewrite crypto.Hash (#24302)
Changes in this PR:

- Added new fixed size hash algorithms (blake2b512, blake2s256,
sha512-224, sha512-256, sha3-224, sha3-256, sha3-384, sha3-512, sm3)
- Added variable size hash algorithms (the concept), with the algorithms
shake128 and shake256
- Use cppgc instead of resources for the hasher
- Enable Node's crypto.Hash tests and fix found bugs
2024-06-24 11:47:12 +02:00
..
cipher.rs fix(ext/node): add aes256 algorithm support (#22198) 2024-02-01 09:13:24 +05:30
dh.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
digest.rs fix(ext/node): rewrite crypto.Hash (#24302) 2024-06-24 11:47:12 +02:00
mod.rs fix(ext/node): rewrite crypto.Hash (#24302) 2024-06-24 11:47:12 +02:00
primes.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
x509.rs fix: upgrade deno_core to 0.291.0 (#24297) 2024-06-21 10:49:39 +05:30