pub fn write_proof_plaintext(
hash: &ResourceHash,
proof: &ResourceProof,
buf: &mut [u8],
) -> Result<usize, ResourceProofError>Expand description
Resource.prove’s pack: the resource hash, then Identity.full_hash(data + hash).
pub fn write_proof_plaintext(
hash: &ResourceHash,
proof: &ResourceProof,
buf: &mut [u8],
) -> Result<usize, ResourceProofError>Resource.prove’s pack: the resource hash, then Identity.full_hash(data + hash).