aligned-cmov 2.3.0

Fast constant-time conditional moves of aligned bytes
Documentation
[[bench]]
harness = false
name = "large_cmov"

[dependencies.aligned-array]
features = ["subtle"]
version = "1"

[dependencies.generic-array]
default-features = false
version = "0.14"

[dev-dependencies.criterion]
version = "0.4"

[features]
no_asm_insecure = []

[package]
authors = ["MobileCoin"]
categories = ["embedded", "memory-management", "cryptography", "no-std"]
description = "Fast constant-time conditional moves of aligned bytes"
edition = "2018"
keywords = ["aligned", "alignment", "cryptography", "constant-time", "utilities"]
license = "GPL-3.0"
name = "aligned-cmov"
readme = "README.md"
repository = "https://github.com/mobilecoinofficial/mc-oblivious"
version = "2.3.0"