Zeroize securely zeros memory - vendored from github.com/RustCrypto/utils
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Arthur Gautier a00167aa5b
Some checks failed
block-buffer.yml / ctutils: fixup homepage url (#1478) (push) Failing after 0s
block-padding.yml / ctutils: fixup homepage url (#1478) (push) Failing after 0s
cmov.yml / ctutils: fixup homepage url (#1478) (push) Failing after 0s
cpufeatures.yml / ctutils: fixup homepage url (#1478) (push) Failing after 0s
ctutils.yml / ctutils: fixup homepage url (#1478) (push) Failing after 0s
dbl.yml / ctutils: fixup homepage url (#1478) (push) Failing after 0s
digest-io.yml / ctutils: fixup homepage url (#1478) (push) Failing after 0s
hex-literal.yml / ctutils: fixup homepage url (#1478) (push) Failing after 0s
inout.yml / ctutils: fixup homepage url (#1478) (push) Failing after 0s
zeroize.yml / ctutils: fixup homepage url (#1478) (push) Failing after 0s
aarch64-dit / macos (1.85.0) (push) Has been cancelled
aarch64-dit / macos (stable) (push) Has been cancelled
blobby / test (1.85.0) (push) Has been cancelled
blobby / test (stable) (push) Has been cancelled
cpubits / test (macos-latest, 1.85.0, aarch64-apple-darwin) (push) Has been cancelled
cpubits / test (macos-latest, stable, aarch64-apple-darwin) (push) Has been cancelled
cpubits / test (sudo apt update && sudo apt install gcc-multilib, ubuntu-latest, 1.85.0, i686-unknown-linux-gnu) (push) Has been cancelled
cpubits / test (ubuntu-24.04-arm, 1.85.0, aarch64-unknown-linux-gnu) (push) Has been cancelled
cpubits / test (ubuntu-24.04-arm, stable, aarch64-unknown-linux-gnu) (push) Has been cancelled
cpubits / test (ubuntu-latest, 1.85.0, x86_64-unknown-linux-gnu) (push) Has been cancelled
cpubits / test (windows-latest, 1.85.0, x86_64-pc-windows-msvc) (push) Has been cancelled
cpubits / test-cross (armv7-unknown-linux-gnueabi) (push) Has been cancelled
cpubits / test-cross (powerpc-unknown-linux-gnu) (push) Has been cancelled
cpubits / test-wasm (1.85) (push) Has been cancelled
cpubits / test-wasm (stable) (push) Has been cancelled
cpubits / test-override-32-on-64 (push) Has been cancelled
Security Audit / Security Audit (push) Has been cancelled
Workspace / clippy (push) Has been cancelled
Workspace / rustfmt (push) Has been cancelled
Workspace / typos (push) Has been cancelled
Workspace / Check Cargo.lock (push) Has been cancelled
ctutils: fixup homepage url (#1478)
2026-05-02 14:26:38 -06:00
.github ci: add workspace/lock job (#1453) 2026-02-09 19:43:44 +03:00
aarch64-dit Use the standard order of [package] fields (#1237) 2025-10-06 16:03:27 +03:00
blobby Cargo.toml: add workspace-level clippy config (#1411) 2026-01-20 18:46:40 -07:00
block-buffer block-buffer: release v0.12.0 (#1456) 2026-02-24 05:02:22 +03:00
block-padding build(deps): bump hybrid-array from 0.4.10 to 0.4.11 (#1473) 2026-04-28 10:05:32 -06:00
cmov build(deps): bump proptest from 1.10.0 to 1.11.0 (#1460) 2026-04-02 13:33:42 -06:00
cpubits cpubits v0.1.1 (#1475) 2026-04-28 10:30:42 -06:00
cpufeatures cpufeatures: fix release date for v0.3.0 2026-02-05 09:58:51 +03:00
ctutils ctutils: fixup homepage url (#1478) 2026-05-02 14:26:38 -06:00
dbl dbl: remove MSRV policy section from readme 2026-04-13 17:57:51 +03:00
digest-io digest-io: fix release date of v0.1.0 (#1468) 2026-04-02 22:26:34 +03:00
hex-literal Cargo.toml: add workspace-level clippy config (#1411) 2026-01-20 18:46:40 -07:00
inout clippy: set needless_range_loop = "allow" (#1417) 2026-01-20 19:02:20 -07:00
wycheproof2blb Cargo.toml: add workspace-level clippy config (#1411) 2026-01-20 18:46:40 -07:00
zeroize zeroize_derive: make version *-pre (#1458) 2026-03-08 13:13:21 -06:00
zeroize_derive zeroize_derive: make version *-pre (#1458) 2026-03-08 13:13:21 -06:00
.clippy.toml Cargo.toml: add workspace-level clippy config (#1411) 2026-01-20 18:46:40 -07:00
.gitignore cmov: impl optimized Cmov for [u8; N] (#1350) 2026-01-15 14:37:02 -07:00
.typos.toml cmov: fix portable cmovnz for thumbv6m-none-eabi (#1332) 2026-01-14 14:17:40 -07:00
Cargo.lock cpubits v0.1.1 (#1475) 2026-04-28 10:30:42 -06:00
Cargo.toml zeroize_derive: make version *-pre (#1458) 2026-03-08 13:13:21 -06:00
README.md Remove opaque-debug and collectable (#1452) 2026-02-07 01:14:36 +03:00
SECURITY.md Add SECURITY.md (#855) 2023-03-24 09:43:46 -06:00

RustCrypto: Utilities

Project Chat dependency status Apache2/MIT licensed

This repository contains various utility crates used in the RustCrypto project.

Crates

Name crates.io Docs Description
aarch64-dit crates.io Documentation Wrappers for enabling/disabling the Data Independent Timing (DIT) feature on AArch64 CPUs
blobby crates.io Documentation Decoder of the simple de-duplicated binary blob storage format
block-buffer crates.io Documentation Fixed size buffer for block processing of data
blockpadding crates.io Documentation Padding and unpadding of messages divided into blocks
cmov crates.io Documentation Conditional move intrinsics
cpubits crates.io Documentation Compile-time detection heuristics for the optimal word size to use for the target CPU
cpufeatures crates.io Documentation Lightweight and efficient alternative to the is_x86_feature_detected! macro
ctutils crates.io Documentation Constant-time utility library with selection and equality testing support targeting cryptographic applications
dbl crates.io Documentation Double operation in Galois Field (GF)
digest-io crates.io Documentation std::io-compatibility wrappers for traits defined in the digest crate
hex-literal crates.io Documentation A macro for converting hexadecimal strings to a byte array at compile time
inout crates.io Documentation Custom reference types for code generic over in-place and buffer-to-buffer modes of operation.
wycheproof2blb
zeroize crates.io Documentation Securely zero memory while avoiding compiler optimizations

License

All crates licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.