Use bool for the IDPF control bits instead. Field2 was relevant when we were implementing control bit masking in an earlier version of the draft, but now that we're leaving side channel considerations completely to the implementer (for readability's sake), bool is a little cleaner.
Closes #496.
Use
bool
for the IDPF control bits instead.Field2
was relevant when we were implementing control bit masking in an earlier version of the draft, but now that we're leaving side channel considerations completely to the implementer (for readability's sake),bool
is a little cleaner.