15#ifndef PRIVACY_PROOFS_ZK_LIB_CIRCUITS_CBOR_PARSER_CBOR_CONSTANTS_H_
16#define PRIVACY_PROOFS_ZK_LIB_CIRCUITS_CBOR_PARSER_CBOR_CONSTANTS_H_
22 static constexpr size_t kNCounters = 4;
23 static constexpr size_t kIndexBits = 12;
Definition cbor_constants.h:21