You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Computes the (reduced) exponentiation of a residue, here `exponent_bits` represents the number of bits to take into account for the exponent. Note that this value is leaked in the time pattern.
47
+
/// Computes the (reduced) exponentiation of a residue,
48
+
/// here `exponent_bits` represents the number of bits to take into account for the exponent.
49
+
///
50
+
/// NOTE: `exponent_bits` is leaked in the time pattern.
/// Performs modular exponentiation using Montgomery's ladder. `exponent_bits` represents the number of bits to take into account for the exponent. Note that this value is leaked in the time pattern.
5
+
/// Performs modular exponentiation using Montgomery's ladder.
6
+
/// `exponent_bits` represents the number of bits to take into account for the exponent.
7
+
///
8
+
/// NOTE: this value is leaked in the time pattern.
/// Computes the (reduced) exponentiation of a residue, here `exponent_bits` represents the number of bits to take into account for the exponent. Note that this value is leaked in the time pattern.
15
+
/// Computes the (reduced) exponentiation of a residue,
16
+
/// here `exponent_bits` represents the number of bits to take into account for the exponent.
17
+
///
18
+
/// NOTE: `exponent_bits` is leaked in the time pattern.
0 commit comments