Get output size of the hasher
()
| 72 | |
| 73 | /// Get output size of the hasher |
| 74 | pub fn output_size() -> usize { |
| 75 | <D as Digest>::output_size() |
| 76 | } |
| 77 | } |
| 78 | |
| 79 | impl<D: Digest + Clone, R: io::Read + Clone> Clone for HashReader<D, R> { |
nothing calls this directly
no outgoing calls
no test coverage detected