pub fn verify_signed_content(
    expected_sha256: Hash,
    body: &[u8]
) -> Result<(), Error>