Write result into provided array and consume the HashReader instance.
(self, out: &mut Output<D>)
| 67 | |
| 68 | /// Write result into provided array and consume the HashReader instance. |
| 69 | pub fn finalize_into(self, out: &mut Output<D>) { |
| 70 | self.hasher.finalize_into(out) |
| 71 | } |
| 72 | |
| 73 | /// Get output size of the hasher |
| 74 | pub fn output_size() -> usize { |
nothing calls this directly
no outgoing calls
no test coverage detected