Home
last modified time | relevance | path

Searched refs:enforce_canonical (Results 1 – 4 of 4) sorted by relevance

/zcbor-latest/include/
Dzcbor_common.h148 bool enforce_canonical; /**< Fail when decoding if data is non-canonical. member
164 ? state->constant_state->enforce_canonical : ZCBOR_ENFORCE_CANONICAL_DEFAULT)
/zcbor-latest/src/
Dzcbor_common.c166 state_array[0].constant_state->enforce_canonical = ZCBOR_ENFORCE_CANONICAL_DEFAULT; in zcbor_new_state()
/zcbor-latest/
DRELEASE_NOTES.md33 … Allow deciding at run-time whether to enforce canonical data (via 'enforce_canonical'), instead o…
57 * Fix a bug with enforce_canonical (ZCBOR_CANONICAL) and floats
DREADME.md100enforce_canonical` is true, ensure that the incoming data conforms to canonical encoding, i.e. no …