Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cpufeatures: add support for DIT detection on Apple silicon (#1100)
Adds support for detecting Data Independent Timing (DIT) support which is available on Apple silicon (e.g. M1/M2/M3). This uses the `hw.optional.arm.FEAT_DIT` sysctl for detection. For more information, see: https://developer.apple.com/documentation/xcode/writing-arm64-code-for-apple-platforms#Enable-DIT-for-constant-time-cryptographic-operations
- Loading branch information