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
Prev Previous commit
Next Next commit
crypto/wasm: fix doc comment
  • Loading branch information
jeremyBanks committed Mar 22, 2024
commit 6313d052f90cd4097ce2a2967eeeb7c675485c3a
3 changes: 1 addition & 2 deletions crypto/_wasm/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,7 @@ impl 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.
#[wasm_bindgen(js_name=digestAndDrop)]
pub fn digest_and_drop(
mut self,
Expand Down