pub fn sha256_digest_header(body: &[u8]) -> String
Computes the legacy Digest: header value for body.
Digest:
body
Returns a string of the form SHA-256=<base64>, ready to insert as an HTTP header value.
SHA-256=<base64>