def size(self): """size() : int Return the maximum number of bits that can be handled by this key. """ return number.size(self.n) - 1