DDB
Results
2
comments of
DDB
Also all binary exponentiation functions for field elements (like `pow()`) and elliptic curve points (like `mul_bits()`) which branches conditionally based on the current bit value of the exponent being iterated...
For what regards: `Java classes and methods can be cached at startup (e.g. by implementing JNI_onLoad() function and putting the code inside it), so that it won't be necessary to...