>Structure of the Merkle audit proof:
>
>       struct {
>           opaque sha256_hash[32];
>       } MerkleNode;
>
>       struct {
>           Version version;
>           LogID id;
>           uint64 tree_size;
>           uint64 timestamp;   <------------------------------ not
>necessary
>           uint64 leaf_index;
>           MerkleNode audit_path<0..2^16-1>;
>           TreeHeadSignature tree_head_signature;  <--- contains timestamp
>       } MerkleAuditProof;
>
>

_______________________________________________
therightkey mailing list
therightkey@ietf.org
https://www.ietf.org/mailman/listinfo/therightkey

Reply via email to