pub fn build_initial_evidence_record(
artifact_hash: [u8; 32],
algorithm: HashAlgorithm,
tsa_id: impl Into<String>,
timestamp_token: Vec<u8>,
) -> EvidenceRecordExpand description
Build an initial Evidence Record for an artifact.
pub fn build_initial_evidence_record(
artifact_hash: [u8; 32],
algorithm: HashAlgorithm,
tsa_id: impl Into<String>,
timestamp_token: Vec<u8>,
) -> EvidenceRecordBuild an initial Evidence Record for an artifact.