pub fn renew_evidence_record(
existing: &mut EvidenceRecord,
new_algorithm: HashAlgorithm,
new_artifact_hash: [u8; 32],
tsa_id: impl Into<String>,
timestamp_token: Vec<u8>,
)Expand description
Renew an existing Evidence Record by adding a new timestamp sequence with a stronger hash algorithm.