ctutils 0.0.0

Constant-time utility library with `const fn` support targeting cryptographic applications. Built on the `cmov` crate which provides architecture-specific predication intrinsics. Heavily inspired by the `subtle` crate.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

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

[[package]]
name = "ctutils"
version = "0.0.0"
dependencies = [
 "cmov",
]