ctutils 0.1.4

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.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "cmov"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0763b076c722c630eb8a6df9a0c8faeb2a5911ea9814a3938192baa13f97f411"

[[package]]
name = "ctutils"
version = "0.1.4"
dependencies = [
 "cmov",
 "subtle",
]

[[package]]
name = "subtle"
version = "2.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"