Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(crypto): removed unused code from Wasm build #4510

Merged
merged 8 commits into from
Mar 23, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
crypto/wasm: drops rust back to version 1.76.0
  • Loading branch information
jeremyBanks committed Mar 22, 2024
commit deba91d0172f201cbf89e6f9a81993a91d4cf158
3 changes: 1 addition & 2 deletions crypto/_wasm/lib/deno_std_wasm_crypto.generated.d.mts
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,7 @@ export class DigestContext {
* the algorithm. For algorithms with variable-length output, it can be used
* to specify a non-negative integer number of bytes.
*
* An error will be thrown if `algorithm` is not a supported hash algorithm or
* `length` is not a supported length for the algorithm.
* An error will be thrown if `length` is not a supported length for the algorithm.
* @param {number | undefined} [length]
* @returns {Uint8Array}
*/
Expand Down
Loading
Loading