Skip to content

Commit

Permalink
Update proof label values
Browse files Browse the repository at this point in the history
  • Loading branch information
achamayou committed Sep 25, 2024
1 parent e213df0 commit 6085d2a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/ccf/receipt.h
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,10 @@ namespace ccf

enum MerkleProofLabel : int64_t
{
// Values TBD:
// Values to be confirmed by IANA, in:
// https://github.com/ietf-scitt/draft-birkholz-cose-cometre-ccf-profile
MERKLE_PROOF_LEAF_LABEL = 404,
MERKLE_PROOF_PATH_LABEL = 405
MERKLE_PROOF_LEAF_LABEL = 36, // TBD_2
MERKLE_PROOF_PATH_LABEL = 37 // TBD_3
};
std::optional<std::vector<uint8_t>> describe_merkle_proof_v1(
const TxReceiptImpl& in);
Expand Down

0 comments on commit 6085d2a

Please sign in to comment.