Retrieve the commitment from `self`.
(&self)
| 212 | |
| 213 | /// Retrieve the commitment from `self`. |
| 214 | pub fn commitment(&self) -> &C { |
| 215 | &self.commitment |
| 216 | } |
| 217 | |
| 218 | /// Retrieve the degree bound in `self`. |
| 219 | pub fn degree_bound(&self) -> Option<usize> { |
no outgoing calls
no test coverage detected