Type Alias R

Source
pub type R = R<CONSTANT_TIME_SPEC>;
Expand description

Register CONSTANT_TIME reader

Aliased Type§

struct R { /* private fields */ }

Implementations§

Source§

impl R

Source

pub fn constant_time(&self) -> CONSTANT_TIME_R

Bit 0 - Set this bit to 0 to enable the acceleration option of constant_time for modular exponentiation. Set to 1 to disable the acceleration (by default).