Crates.io | aarch64-dit |
lib.rs | aarch64-dit |
version | 0.1.0 |
source | src |
created_at | 2024-09-06 12:33:01.922332 |
updated_at | 2024-09-06 13:52:46.710907 |
description | Wrappers for enabling/disabling the Data Independent Timing (DIT) feature on AArch64 CPUs |
homepage | https://github.com/RustCrypto/utils/tree/master/aarch64-dit |
repository | https://github.com/RustCrypto/utils |
max_upload_size | |
id | 1365869 |
size | 21,069 |
Wrappers for enabling/disabling the Data-Independent Timing feature of modern AArch64 CPUs which can be used to help ensure that instructions take a constant amount of time regardless of input data, thus preventing potential information leaks via timing sidechannels.
Rust 1.61 or newer.
In the future, we reserve the right to change MSRV (i.e. MSRV is out-of-scope for this crate's SemVer guarantees), however when we do it will be accompanied by a minor version bump.
Licensed under either of:
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.