subtle icon indicating copy to clipboard operation
subtle copied to clipboard

Make use of Data-Independent Timing (DIT) on Arm

Open tgross35 opened this issue 1 year ago • 3 comments
trafficstars

aarch64 supports data-independent timing https://developer.arm.com/documentation/ddi0595/2020-12/AArch64-Registers/DIT--Data-Independent-Timing, which is also available on Apple silicon https://developer.apple.com/documentation/xcode/writing-arm64-code-for-apple-platforms#Enable-DIT-for-constant-time-cryptographic-operations. Would it be advantageous to make use of the feature in this crate?

tgross35 avatar Aug 23 '24 21:08 tgross35