Skip to main content

etag

Function etag 

Source
fn etag(body: &[u8]) -> String
Expand description

FNV-1a over the bytes, as a quoted ETag.

A hash of content that cannot change while the process runs needs no collision resistance — only that two different builds differ, which 64 bits of FNV gives for free and without a dependency.