aarch64-dit 0.1.0

Wrappers for enabling/disabling the Data Independent Timing (DIT) feature on AArch64 CPUs
Documentation
[dependencies.cpufeatures]
version = "0.2.14"

[lib]
name = "aarch64_dit"
path = "src/lib.rs"

[package]
authors = ["RustCrypto Developers"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["cryptography", "hardware-support", "no-std"]
description = """
Wrappers for enabling/disabling the Data Independent Timing (DIT) feature on AArch64 CPUs
"""
edition = "2021"
homepage = "https://github.com/RustCrypto/utils/tree/master/aarch64-dit"
keywords = ["crypto", "intrinsics"]
license = "Apache-2.0 OR MIT"
name = "aarch64-dit"
readme = "README.md"
repository = "https://github.com/RustCrypto/utils"
rust-version = "1.61"
version = "0.1.0"

[package.metadata.docs.rs]
default-target = "aarch64-unknown-linux-gnu"