cryptoxide 0.5.1

pure implementation of various common modern cryptographic algorithms, WASM compatible
Documentation
Build #2462886 2025-08-31 12:02:09

# rustc version rustc 1.91.0-nightly (523d3999d 2025-08-30)

# docs.rs version docsrs 0.6.0 (8bbaf878 2025-08-22)

# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/cryptoxide-0.5.1/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/cryptoxide-0.5.1/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace-builder/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace-builder/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250830-1.91.0-nightly-523d3999d\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 23dbc4c545148ca7b82e15af1da5a1a81271f9acf5a86ba1a01b9747d5a2b34f [INFO] running `Command { std: "docker" "start" "-a" "23dbc4c545148ca7b82e15af1da5a1a81271f9acf5a86ba1a01b9747d5a2b34f", kill_on_drop: false }` [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting cryptoxide v0.5.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: unresolved link to `ChaChaEngine::process` [INFO] [stderr] --> src/chacha/mod.rs:14:64 [INFO] [stderr] | [INFO] [stderr] 14 | //! Note that with stream cipher, there's only one operation [`ChaChaEngine::<N>::process`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the type alias `ChaChaEngine` has no associated item named `process` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `ChaChaEngine::process_mut` [INFO] [stderr] --> src/chacha/mod.rs:15:23 [INFO] [stderr] | [INFO] [stderr] 15 | //! and its variant [`ChaChaEngine::<N>::process_mut`] instead of the typical [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the type alias `ChaChaEngine` has no associated item named `process_mut` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `update` [INFO] [stderr] --> src/hashing/blake2b.rs:109:41 [INFO] [stderr] | [INFO] [stderr] 109 | /// For the immutable version see [`update`] [INFO] [stderr] | ^^^^^^ no item named `update` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `update` [INFO] [stderr] --> src/hashing/blake2b.rs:240:41 [INFO] [stderr] | [INFO] [stderr] 240 | /// For the immutable version see [`update`] [INFO] [stderr] | ^^^^^^ no item named `update` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `update` [INFO] [stderr] --> src/hashing/blake2s.rs:109:41 [INFO] [stderr] | [INFO] [stderr] 109 | /// For the immutable version see [`update`] [INFO] [stderr] | ^^^^^^ no item named `update` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `update` [INFO] [stderr] --> src/hashing/blake2s.rs:240:41 [INFO] [stderr] | [INFO] [stderr] 240 | /// For the immutable version see [`update`] [INFO] [stderr] | ^^^^^^ no item named `update` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `update` [INFO] [stderr] --> src/hashing/sha1.rs:405:41 [INFO] [stderr] | [INFO] [stderr] 405 | /// For the immutable version see [`update`] [INFO] [stderr] | ^^^^^^ no item named `update` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `update` [INFO] [stderr] --> src/hashing/sha2/mod.rs:117:49 [INFO] [stderr] | [INFO] [stderr] 117 | /// For the immutable version see [`update`] [INFO] [stderr] | ^^^^^^ no item named `update` in scope [INFO] [stderr] ... [INFO] [stderr] 246 | digest!(512 Sha512, Context512, output_512bits_at, 512, H512); [INFO] [stderr] | ------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] = note: this warning originates in the macro `digest` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `update` [INFO] [stderr] --> src/hashing/sha2/mod.rs:117:49 [INFO] [stderr] | [INFO] [stderr] 117 | /// For the immutable version see [`update`] [INFO] [stderr] | ^^^^^^ no item named `update` in scope [INFO] [stderr] ... [INFO] [stderr] 247 | digest!(512 Sha384, Context384, output_384bits_at, 384, H384); [INFO] [stderr] | ------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] = note: this warning originates in the macro `digest` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `update` [INFO] [stderr] --> src/hashing/sha2/mod.rs:117:49 [INFO] [stderr] | [INFO] [stderr] 117 | /// For the immutable version see [`update`] [INFO] [stderr] | ^^^^^^ no item named `update` in scope [INFO] [stderr] ... [INFO] [stderr] 248 | / digest!( [INFO] [stderr] 249 | | 512 [INFO] [stderr] 250 | | Sha512Trunc256, [INFO] [stderr] 251 | | Context512_256, [INFO] [stderr] ... | [INFO] [stderr] 254 | | H512_TRUNC_256 [INFO] [stderr] 255 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] = note: this warning originates in the macro `digest` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `update` [INFO] [stderr] --> src/hashing/sha2/mod.rs:117:49 [INFO] [stderr] | [INFO] [stderr] 117 | /// For the immutable version see [`update`] [INFO] [stderr] | ^^^^^^ no item named `update` in scope [INFO] [stderr] ... [INFO] [stderr] 256 | / digest!( [INFO] [stderr] 257 | | 512 [INFO] [stderr] 258 | | Sha512Trunc224, [INFO] [stderr] 259 | | Context512_224, [INFO] [stderr] ... | [INFO] [stderr] 262 | | H512_TRUNC_224 [INFO] [stderr] 263 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] = note: this warning originates in the macro `digest` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `update` [INFO] [stderr] --> src/hashing/sha2/mod.rs:117:49 [INFO] [stderr] | [INFO] [stderr] 117 | /// For the immutable version see [`update`] [INFO] [stderr] | ^^^^^^ no item named `update` in scope [INFO] [stderr] ... [INFO] [stderr] 264 | digest!(256 Sha256, Context256, output_256bits_at, 256, H256); [INFO] [stderr] | ------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] = note: this warning originates in the macro `digest` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `update` [INFO] [stderr] --> src/hashing/sha2/mod.rs:117:49 [INFO] [stderr] | [INFO] [stderr] 117 | /// For the immutable version see [`update`] [INFO] [stderr] | ^^^^^^ no item named `update` in scope [INFO] [stderr] ... [INFO] [stderr] 265 | digest!(256 Sha224, Context224, output_224bits_at, 224, H224); [INFO] [stderr] | ------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] = note: this warning originates in the macro `digest` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `update` [INFO] [stderr] --> src/hashing/sha3.rs:329:49 [INFO] [stderr] | [INFO] [stderr] 329 | /// For the immutable version see [`update`] [INFO] [stderr] | ^^^^^^ no item named `update` in scope [INFO] [stderr] ... [INFO] [stderr] 368 | sha3_impl!(Sha3_224, Context224, 28, "SHA3 224"); [INFO] [stderr] | ------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] = note: this warning originates in the macro `sha3_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `update` [INFO] [stderr] --> src/hashing/sha3.rs:329:49 [INFO] [stderr] | [INFO] [stderr] 329 | /// For the immutable version see [`update`] [INFO] [stderr] | ^^^^^^ no item named `update` in scope [INFO] [stderr] ... [INFO] [stderr] 369 | sha3_impl!(Sha3_256, Context256, 32, "SHA3 256"); [INFO] [stderr] | ------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] = note: this warning originates in the macro `sha3_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `update` [INFO] [stderr] --> src/hashing/sha3.rs:329:49 [INFO] [stderr] | [INFO] [stderr] 329 | /// For the immutable version see [`update`] [INFO] [stderr] | ^^^^^^ no item named `update` in scope [INFO] [stderr] ... [INFO] [stderr] 370 | sha3_impl!(Sha3_384, Context384, 48, "SHA3 384"); [INFO] [stderr] | ------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] = note: this warning originates in the macro `sha3_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `update` [INFO] [stderr] --> src/hashing/sha3.rs:329:49 [INFO] [stderr] | [INFO] [stderr] 329 | /// For the immutable version see [`update`] [INFO] [stderr] | ^^^^^^ no item named `update` in scope [INFO] [stderr] ... [INFO] [stderr] 371 | sha3_impl!(Sha3_512, Context512, 64, "SHA3 512"); [INFO] [stderr] | ------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] = note: this warning originates in the macro `sha3_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `update` [INFO] [stderr] --> src/hashing/keccak.rs:46:49 [INFO] [stderr] | [INFO] [stderr] 46 | /// For the immutable version see [`update`] [INFO] [stderr] | ^^^^^^ no item named `update` in scope [INFO] [stderr] ... [INFO] [stderr] 85 | keccak_impl!(Keccak224, Context224, 28, "Keccak224"); [INFO] [stderr] | ---------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] = note: this warning originates in the macro `keccak_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `update` [INFO] [stderr] --> src/hashing/keccak.rs:46:49 [INFO] [stderr] | [INFO] [stderr] 46 | /// For the immutable version see [`update`] [INFO] [stderr] | ^^^^^^ no item named `update` in scope [INFO] [stderr] ... [INFO] [stderr] 86 | keccak_impl!(Keccak256, Context256, 32, "Keccak256"); [INFO] [stderr] | ---------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] = note: this warning originates in the macro `keccak_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `update` [INFO] [stderr] --> src/hashing/keccak.rs:46:49 [INFO] [stderr] | [INFO] [stderr] 46 | /// For the immutable version see [`update`] [INFO] [stderr] | ^^^^^^ no item named `update` in scope [INFO] [stderr] ... [INFO] [stderr] 87 | keccak_impl!(Keccak384, Context384, 48, "Keccak384"); [INFO] [stderr] | ---------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] = note: this warning originates in the macro `keccak_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `update` [INFO] [stderr] --> src/hashing/keccak.rs:46:49 [INFO] [stderr] | [INFO] [stderr] 46 | /// For the immutable version see [`update`] [INFO] [stderr] | ^^^^^^ no item named `update` in scope [INFO] [stderr] ... [INFO] [stderr] 88 | keccak_impl!(Keccak512, Context512, 64, "Keccak512"); [INFO] [stderr] | ---------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] = note: this warning originates in the macro `keccak_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `update` [INFO] [stderr] --> src/hashing/ripemd160.rs:352:41 [INFO] [stderr] | [INFO] [stderr] 352 | /// For the immutable version see [`update`] [INFO] [stderr] | ^^^^^^ no item named `update` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: `cryptoxide` (lib doc) generated 22 warnings [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/cryptoxide/index.html [INFO] running `Command { std: "docker" "inspect" "23dbc4c545148ca7b82e15af1da5a1a81271f9acf5a86ba1a01b9747d5a2b34f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "23dbc4c545148ca7b82e15af1da5a1a81271f9acf5a86ba1a01b9747d5a2b34f", kill_on_drop: false }` [INFO] [stdout] 23dbc4c545148ca7b82e15af1da5a1a81271f9acf5a86ba1a01b9747d5a2b34f