(&self)
| 214 | } |
| 215 | |
| 216 | pub fn output_is_field_element(&self) -> bool { |
| 217 | matches!(self, DataType::U256Data(_)) |
| 218 | } |
| 219 | |
| 220 | // hashing pre-image for the DataType |
| 221 | #[allow(clippy::wrong_self_convention)] |
no outgoing calls
no test coverage detected