[dependencies.cmov]
version = "0.4.3"
[dependencies.subtle]
default-features = false
optional = true
version = "2"
[lib]
name = "ctutils"
path = "src/lib.rs"
[package]
authors = ["RustCrypto Developers"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["cryptography", "no-std"]
description = """
Constant-time utility library with selection and equality testing support targeting cryptographic
applications. Supports `const fn` where appropriate. Built on the `cmov` crate which provides
architecture-specific predication intrinsics. Heavily inspired by the `subtle` crate.
"""
edition = "2024"
homepage = "https://github.com/RustCrypto/utils/tree/master/ctselect"
keywords = ["constant-time", "crypto", "intrinsics"]
license = "Apache-2.0 OR MIT"
name = "ctutils"
readme = "README.md"
repository = "https://github.com/RustCrypto/utils"
rust-version = "1.85"
version = "0.2.3"
[package.metadata.docs.rs]
all-features = true