MCPcopy Index your code
hub / github.com/TheAlgorithms/Rust / compress

Function compress

src/hashing/sha1.rs:95–120  ·  view source on GitHub ↗

Processes a single 512-bit block, updating the running hash state in place

(state: &mut [u32; 5], block: &[u8])

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

sha1Function · 0.85

Calls 5

scheduleFunction · 0.85
parse_blockFunction · 0.85
round_paramsFunction · 0.85
fFunction · 0.85
iterMethod · 0.45

Tested by

no test coverage detected