(&self)
| 109 | } |
| 110 | |
| 111 | fn sec_param(&self) -> usize { |
| 112 | self.sec_param |
| 113 | } |
| 114 | |
| 115 | /// Compute the a suitable (for instance, FFT-friendly over F) matrix with at least poly_len entries. |
| 116 | /// The return pair (n, m) corresponds to the dimensions n x m. |
no outgoing calls
no test coverage detected