ctutils 0.1.1

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.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8db222d9b98fd3e72eecfc24c870ac8944dac951418802467dcdbf045c8c37d3"

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

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