Retrieve the hiding bound for the polynomial in `self`.
(&self)
| 175 | |
| 176 | /// Retrieve the hiding bound for the polynomial in `self`. |
| 177 | pub fn hiding_bound(&self) -> Option<usize> { |
| 178 | self.hiding_bound |
| 179 | } |
| 180 | } |
| 181 | |
| 182 | /// A commitment along with information about its degree bound (if any). |
no outgoing calls