Skip to content

Commit

Permalink
docs(fs): polish documentation (#4526)
Browse files Browse the repository at this point in the history
  • Loading branch information
iuioiua committed Mar 27, 2024
1 parent a625170 commit f700f57
Show file tree
Hide file tree
Showing 5 changed files with 2,335 additions and 2,333 deletions.
28 changes: 14 additions & 14 deletions crypto/_wasm/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions crypto/_wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ opt-level = 3

[dependencies]
blake2 = "0.10.6"
blake3 = { version = "1.5.0", features = ["traits-preview"] }
blake3 = { version = "1.5.1", features = ["traits-preview"] }
derive_more = "0.99.17"
digest = { version = "0.10.7", features = ["core-api", "std"] }
generic-array = "1.0.0"
js-sys = "0.3.68"
js-sys = "0.3.69"
md4 = "0.10.2"
md-5 = "0.10.6"
ripemd = "0.1.3"
Expand All @@ -31,4 +31,4 @@ sha2 = "0.10.8"
sha3 = "0.10.8"
tiger = "0.2.1"
typenum = "1.17.0"
wasm-bindgen = "=0.2.91"
wasm-bindgen = "=0.2.92"
Loading

0 comments on commit f700f57

Please sign in to comment.