1 2 3 4
/// Fixed base scalar multiplication gate pub mod fixed_base; /// Variable base scalar multiplication gate pub mod variable_base;