The length of object IDs in this algorithm in hexadecimal characters.
(self)
| 294 | |
| 295 | /// The length of object IDs in this algorithm in hexadecimal characters. |
| 296 | pub const fn hex_len(self) -> usize { |
| 297 | self.raw_len() * 2 |
| 298 | } |
| 299 | |
| 300 | /// The number of bytes which is processed by one iteration of this algorithm's compression |
| 301 | /// function. |