MCPcopy Create free account
hub / github.com/RustCrypto/utils / init

Method init

aarch64-dit/src/lib.rs:35–39  ·  view source on GitHub ↗

Initialize Data-Independent Timing using runtime CPU feature detection.

()

Source from the content-addressed store, hash-verified

33impl Dit {
34 /// Initialize Data-Independent Timing using runtime CPU feature detection.
35 pub fn init() -> Self {
36 Self {
37 supported: dit_supported::init(),
38 }
39 }
40
41 /// Enable Data-Independent Timing (if available).
42 ///

Callers

nothing calls this directly

Calls 1

initFunction · 0.50

Tested by

no test coverage detected