def size(self): """Return the maximum number of bits that can be encrypted""" return size(self.p) - 1