Closed krestenkrab closed 14 years ago
Currently EBitString has a "long bits" field, counting the total number of bits in a bitstring. This needs to be refactored into an "int octets" and "int extrabits", where extrabits is a number in the range 0..7.
Fixed a while ago.
Currently EBitString has a "long bits" field, counting the total number of bits in a bitstring. This needs to be refactored into an "int octets" and "int extrabits", where extrabits is a number in the range 0..7.