generated from martinthomson/internet-draft-template
-
Notifications
You must be signed in to change notification settings - Fork 11
Closed
Description
Is there a good reason to limit size to "Each status of a Referenced Token MUST be represented with a bit size of 1,2,4, or 8"
This can easily be resolved by setting a size
parameter along side bits
as suggested in #47
then you can easily seek to the bits you are after since you know the max size and the number of bits each status takes up
This also permits implementers to cover both cases where packing into 3 bits is desireable for space reasons, or have a large number of potential statuses to reflect
Metadata
Metadata
Assignees
Labels
No labels