Open
Description
Most fields denoting sizes (e.g. of keys) are marked as usize
at the moment. To make it less ambiguous, the ones representing sizes in bits should be set to u16
, u32
or other types unrelated to word size on current platform (as the size itself is not related to the memory of the platform)