Closed
Description
Base 128 varints, aka Protobuf Varints, in theory can be expanded to more than one byte even if there is no need for it.
Example:
0000 0001
is one
and
1000 0000, 0000 0001
is also a one.
We should decide what to do with them, either allow them to be stored and used or just accept them but canonize them on a fly or just disallow them to prevent hash ambiguity.
Metadata
Metadata
Assignees
Labels
No labels