eax 0.5.0

Pure Rust implementation of the EAX Authenticated Encryption with Associated Data (AEAD) Cipher with optional architecture-specific hardware acceleration This scheme is only based on a block cipher. It uses counter mode (CTR) for encryption and CBC mode for generating a OMAC/CMAC/CBCMAC (all names for the same thing).
Documentation
Build #6024752022-07-30T19:28:00.115127+00:00
# rustc version
rustc 1.64.0-nightly (3924dac7b 2022-07-29)# docs.rs version
docsrs 0.6.0 (f9ffabd 2022-07-24)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/eax-0.5.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/eax-0.5.0/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/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" "3221225472" "--cpus" "3" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:ecb52c4cf6672b83cc996368a05b4a059042425f2b6ba9cd23a06cdead5d8d70" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--all-features" "-Z" "unstable-options" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20220729-1.64.0-nightly-3924dac7b\", \"--static-root-path\", \"/\", \"--cap-lints\", \"warn\", \"--disable-per-crate-search\", \"--extern-html-root-takes-precedence\"]" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-j3" "--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] 10f9cbe38956703e94ed06b5771930b756ca0a7a456d5e88d76f181e4cb41bac
[INFO] running `Command { std: "docker" "start" "-a" "10f9cbe38956703e94ed06b5771930b756ca0a7a456d5e88d76f181e4cb41bac", kill_on_drop: false }`
[INFO] [stderr]  Documenting eax v0.5.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unresolved link to `Aes128Eax`
[INFO] [stderr]    --> src/lib.rs:161:37
[INFO] [stderr]     |
[INFO] [stderr] 161 | /// If in doubt, use the built-in [`Aes128Eax`] and [`Aes256Eax`] type aliases.
[INFO] [stderr]     |                                     ^^^^^^^^^ no item named `Aes128Eax` in scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stderr]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `Aes256Eax`
[INFO] [stderr]    --> src/lib.rs:161:55
[INFO] [stderr]     |
[INFO] [stderr] 161 | /// If in doubt, use the built-in [`Aes128Eax`] and [`Aes256Eax`] type aliases.
[INFO] [stderr]     |                                                       ^^^^^^^^^ no item named `Aes256Eax` in scope
[INFO] [stderr]     |
[INFO] [stderr]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: `eax` (lib doc) generated 2 warnings
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 0.93s
[INFO] running `Command { std: "docker" "inspect" "10f9cbe38956703e94ed06b5771930b756ca0a7a456d5e88d76f181e4cb41bac", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "10f9cbe38956703e94ed06b5771930b756ca0a7a456d5e88d76f181e4cb41bac", kill_on_drop: false }`
[INFO] [stdout] 10f9cbe38956703e94ed06b5771930b756ca0a7a456d5e88d76f181e4cb41bac