MCPcopy Create free account
hub / github.com/RustCrypto/utils / finalize_into

Method finalize_into

digest-io/src/reader.rs:69–71  ·  view source on GitHub ↗

Write result into provided array and consume the HashReader instance.

(self, out: &mut Output<D>)

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected