def setUp(self): crypt = CryptArgs('\x01' * 16, '\x00' * 8, 8, [16, 24], DES3.MODE_CBC, None) super(Des3DecryptEncoderTestCase, self).setUp(crypt)