(a, e)
| 44 | this.sw_param = dict.sw_param; |
| 45 | } |
| 46 | exp(a, e) { |
| 47 | if (this.method === this.LR) |
| 48 | return this._exp_LR(a, e, this.m); |
| 49 | else |
| 50 | return this._exp_SW(a, e, this.m, this.sw_param); |
| 51 | } |
| 52 | _exp_LR(a, e, m) @ "xs_mont2_exp_LR"; |
| 53 | _exp_SW(a, e, m, sw_param) @ "xs_mont2_exp_SW"; |
| 54 | }; |
no outgoing calls
no test coverage detected