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

Method output_size

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

Get output size of the hasher

()

Source from the content-addressed store, hash-verified

72
73 /// Get output size of the hasher
74 pub fn output_size() -> usize {
75 <D as Digest>::output_size()
76 }
77}
78
79impl<D: Digest + Clone, R: io::Read + Clone> Clone for HashReader<D, R> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected