Legrandin / pycryptodome

A self-contained cryptographic library for Python
https://www.pycryptodome.org
Other
2.84k stars 503 forks source link

cygwin: Can't install pycryptodome with gcc-core 9.2.0-2. Works fine with gcc-core 7.4.0-1. #386

Open emptor8 opened 4 years ago

emptor8 commented 4 years ago

Can't install pycryptodome with gcc-core 9.2.0-2. Works fine with gcc-core 7.4.0-1. Errors are shown below, and this problem occurs with any version of pycryptodome.

$ pip install pycryptodome DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support Collecting pycryptodome Using cached pycryptodome-3.9.7.tar.gz (15.5 MB) Installing collected packages: pycryptodome Running setup.py install for pycryptodome ... error ERROR: Command errored out with exit status 1: command: /usr/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-x9nXHW/pycryptodome/setup.py'"'"'; file='"'"'/tmp/pip-install-x9nXHW/pycryptodome/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' install --record /tmp/pip-record-HsohCZ/install-record.txt --single-version-externally-managed --compile --install-headers /usr/include/python2.7/pycryptodome cwd: /tmp/pip-install-x9nXHW/pycryptodome/ Complete output (735 lines): Testing support for clang Target does not support clang Testing support for gcc Target does not support gcc Testing support for stdint.h header Target does not support stdint.h header Testing support for 128-bit integer Target does not support 128-bit integer Testing support for cpuid.h header Target does not support cpuid.h header Testing support for intrin.h header Target does not support intrin.h header Testing support for posix_memalign Target does not support posix_memalign Testing support for memalign Target does not support memalign Testing support for SSE2(intrin.h) Target does not support SSE2(intrin.h) Testing support for SSE2(x86intrin.h) Target does not support SSE2(x86intrin.h) Testing support for SSE2(emmintrin.h) Target does not support SSE2(emmintrin.h) Warning: compiler does not support AESNI instructions Warning: compiler does not support CLMUL instructions running install running build running build_py creating build/lib.cygwin-3.1.4-i686-2.7 creating build/lib.cygwin-3.1.4-i686-2.7/Crypto copying lib/Crypto/init.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto creating build/lib.cygwin-3.1.4-i686-2.7/Crypto/Cipher copying lib/Crypto/Cipher/AES.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Cipher copying lib/Crypto/Cipher/ARC2.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Cipher copying lib/Crypto/Cipher/ARC4.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Cipher copying lib/Crypto/Cipher/Blowfish.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Cipher copying lib/Crypto/Cipher/CAST.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Cipher copying lib/Crypto/Cipher/ChaCha20.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Cipher copying lib/Crypto/Cipher/ChaCha20_Poly1305.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Cipher copying lib/Crypto/Cipher/DES.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Cipher copying lib/Crypto/Cipher/DES3.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Cipher copying lib/Crypto/Cipher/PKCS1_OAEP.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Cipher copying lib/Crypto/Cipher/PKCS1_v1_5.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Cipher copying lib/Crypto/Cipher/Salsa20.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Cipher copying lib/Crypto/Cipher/_EKSBlowfish.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Cipher copying lib/Crypto/Cipher/_mode_cbc.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Cipher copying lib/Crypto/Cipher/_mode_ccm.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Cipher copying lib/Crypto/Cipher/_mode_cfb.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Cipher copying lib/Crypto/Cipher/_mode_ctr.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Cipher copying lib/Crypto/Cipher/_mode_eax.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Cipher copying lib/Crypto/Cipher/_mode_ecb.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Cipher copying lib/Crypto/Cipher/_mode_gcm.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Cipher copying lib/Crypto/Cipher/_mode_ocb.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Cipher copying lib/Crypto/Cipher/_mode_ofb.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Cipher copying lib/Crypto/Cipher/_mode_openpgp.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Cipher copying lib/Crypto/Cipher/_mode_siv.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Cipher copying lib/Crypto/Cipher/init.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Cipher creating build/lib.cygwin-3.1.4-i686-2.7/Crypto/Hash copying lib/Crypto/Hash/BLAKE2b.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Hash copying lib/Crypto/Hash/BLAKE2s.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Hash copying lib/Crypto/Hash/CMAC.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Hash copying lib/Crypto/Hash/HMAC.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Hash copying lib/Crypto/Hash/keccak.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Hash copying lib/Crypto/Hash/MD2.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Hash copying lib/Crypto/Hash/MD4.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Hash copying lib/Crypto/Hash/MD5.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Hash copying lib/Crypto/Hash/Poly1305.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Hash copying lib/Crypto/Hash/RIPEMD.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Hash copying lib/Crypto/Hash/RIPEMD160.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Hash copying lib/Crypto/Hash/SHA.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Hash copying lib/Crypto/Hash/SHA1.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Hash copying lib/Crypto/Hash/SHA224.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Hash copying lib/Crypto/Hash/SHA256.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Hash copying lib/Crypto/Hash/SHA384.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Hash copying lib/Crypto/Hash/SHA3_224.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Hash copying lib/Crypto/Hash/SHA3_256.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Hash copying lib/Crypto/Hash/SHA3_384.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Hash copying lib/Crypto/Hash/SHA3_512.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Hash copying lib/Crypto/Hash/SHA512.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Hash copying lib/Crypto/Hash/SHAKE128.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Hash copying lib/Crypto/Hash/SHAKE256.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Hash copying lib/Crypto/Hash/init.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Hash creating build/lib.cygwin-3.1.4-i686-2.7/Crypto/IO copying lib/Crypto/IO/PEM.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/IO copying lib/Crypto/IO/PKCS8.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/IO copying lib/Crypto/IO/_PBES.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/IO copying lib/Crypto/IO/init.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/IO creating build/lib.cygwin-3.1.4-i686-2.7/Crypto/PublicKey copying lib/Crypto/PublicKey/DSA.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/PublicKey copying lib/Crypto/PublicKey/ECC.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/PublicKey copying lib/Crypto/PublicKey/ElGamal.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/PublicKey copying lib/Crypto/PublicKey/RSA.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/PublicKey copying lib/Crypto/PublicKey/_openssh.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/PublicKey copying lib/Crypto/PublicKey/init.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/PublicKey creating build/lib.cygwin-3.1.4-i686-2.7/Crypto/Protocol copying lib/Crypto/Protocol/KDF.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Protocol copying lib/Crypto/Protocol/SecretSharing.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Protocol copying lib/Crypto/Protocol/init.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Protocol creating build/lib.cygwin-3.1.4-i686-2.7/Crypto/Random copying lib/Crypto/Random/random.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Random copying lib/Crypto/Random/init.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Random creating build/lib.cygwin-3.1.4-i686-2.7/Crypto/Signature copying lib/Crypto/Signature/DSS.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Signature copying lib/Crypto/Signature/pkcs1_15.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Signature copying lib/Crypto/Signature/PKCS1_PSS.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Signature copying lib/Crypto/Signature/PKCS1_v1_5.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Signature copying lib/Crypto/Signature/pss.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Signature copying lib/Crypto/Signature/init.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Signature creating build/lib.cygwin-3.1.4-i686-2.7/Crypto/Util copying lib/Crypto/Util/asn1.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Util copying lib/Crypto/Util/Counter.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Util copying lib/Crypto/Util/number.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Util copying lib/Crypto/Util/Padding.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Util copying lib/Crypto/Util/py3compat.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Util copying lib/Crypto/Util/RFC1751.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Util copying lib/Crypto/Util/strxor.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Util copying lib/Crypto/Util/_cpu_features.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Util copying lib/Crypto/Util/_file_system.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Util copying lib/Crypto/Util/_raw_api.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Util copying lib/Crypto/Util/init.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Util creating build/lib.cygwin-3.1.4-i686-2.7/Crypto/Math copying lib/Crypto/Math/Numbers.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Math copying lib/Crypto/Math/Primality.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Math copying lib/Crypto/Math/_IntegerBase.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Math copying lib/Crypto/Math/_IntegerCustom.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Math copying lib/Crypto/Math/_IntegerGMP.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Math copying lib/Crypto/Math/_IntegerNative.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Math copying lib/Crypto/Math/init.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Math creating build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest copying lib/Crypto/SelfTest/loader.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest copying lib/Crypto/SelfTest/st_common.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest copying lib/Crypto/SelfTest/init.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest copying lib/Crypto/SelfTest/main.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest creating build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher copying lib/Crypto/SelfTest/Cipher/common.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher copying lib/Crypto/SelfTest/Cipher/test_AES.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher copying lib/Crypto/SelfTest/Cipher/test_ARC2.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher copying lib/Crypto/SelfTest/Cipher/test_ARC4.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher copying lib/Crypto/SelfTest/Cipher/test_Blowfish.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher copying lib/Crypto/SelfTest/Cipher/test_CAST.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher copying lib/Crypto/SelfTest/Cipher/test_CBC.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher copying lib/Crypto/SelfTest/Cipher/test_CCM.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher copying lib/Crypto/SelfTest/Cipher/test_CFB.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher copying lib/Crypto/SelfTest/Cipher/test_ChaCha20.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher copying lib/Crypto/SelfTest/Cipher/test_ChaCha20_Poly1305.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher copying lib/Crypto/SelfTest/Cipher/test_CTR.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher copying lib/Crypto/SelfTest/Cipher/test_DES.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher copying lib/Crypto/SelfTest/Cipher/test_DES3.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher copying lib/Crypto/SelfTest/Cipher/test_EAX.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher copying lib/Crypto/SelfTest/Cipher/test_GCM.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher copying lib/Crypto/SelfTest/Cipher/test_OCB.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher copying lib/Crypto/SelfTest/Cipher/test_OFB.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher copying lib/Crypto/SelfTest/Cipher/test_OpenPGP.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher copying lib/Crypto/SelfTest/Cipher/test_pkcs1_15.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher copying lib/Crypto/SelfTest/Cipher/test_pkcs1_oaep.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher copying lib/Crypto/SelfTest/Cipher/test_Salsa20.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher copying lib/Crypto/SelfTest/Cipher/test_SIV.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher copying lib/Crypto/SelfTest/Cipher/init.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher creating build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Hash copying lib/Crypto/SelfTest/Hash/common.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Hash copying lib/Crypto/SelfTest/Hash/test_BLAKE2.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Hash copying lib/Crypto/SelfTest/Hash/test_CMAC.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Hash copying lib/Crypto/SelfTest/Hash/test_HMAC.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Hash copying lib/Crypto/SelfTest/Hash/test_keccak.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Hash copying lib/Crypto/SelfTest/Hash/test_MD2.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Hash copying lib/Crypto/SelfTest/Hash/test_MD4.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Hash copying lib/Crypto/SelfTest/Hash/test_MD5.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Hash copying lib/Crypto/SelfTest/Hash/test_Poly1305.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Hash copying lib/Crypto/SelfTest/Hash/test_RIPEMD160.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Hash copying lib/Crypto/SelfTest/Hash/test_SHA1.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Hash copying lib/Crypto/SelfTest/Hash/test_SHA224.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Hash copying lib/Crypto/SelfTest/Hash/test_SHA256.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Hash copying lib/Crypto/SelfTest/Hash/test_SHA384.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Hash copying lib/Crypto/SelfTest/Hash/test_SHA3_224.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Hash copying lib/Crypto/SelfTest/Hash/test_SHA3_256.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Hash copying lib/Crypto/SelfTest/Hash/test_SHA3_384.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Hash copying lib/Crypto/SelfTest/Hash/test_SHA3_512.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Hash copying lib/Crypto/SelfTest/Hash/test_SHA512.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Hash copying lib/Crypto/SelfTest/Hash/test_SHAKE.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Hash copying lib/Crypto/SelfTest/Hash/init.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Hash creating build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/IO copying lib/Crypto/SelfTest/IO/test_PBES.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/IO copying lib/Crypto/SelfTest/IO/test_PKCS8.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/IO copying lib/Crypto/SelfTest/IO/init.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/IO creating build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Protocol copying lib/Crypto/SelfTest/Protocol/test_KDF.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Protocol copying lib/Crypto/SelfTest/Protocol/test_rfc1751.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Protocol copying lib/Crypto/SelfTest/Protocol/test_SecretSharing.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Protocol copying lib/Crypto/SelfTest/Protocol/init.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Protocol creating build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey copying lib/Crypto/SelfTest/PublicKey/test_DSA.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey copying lib/Crypto/SelfTest/PublicKey/test_ECC.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey copying lib/Crypto/SelfTest/PublicKey/test_ElGamal.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey copying lib/Crypto/SelfTest/PublicKey/test_import_DSA.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey copying lib/Crypto/SelfTest/PublicKey/test_import_ECC.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey copying lib/Crypto/SelfTest/PublicKey/test_import_RSA.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey copying lib/Crypto/SelfTest/PublicKey/test_RSA.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey copying lib/Crypto/SelfTest/PublicKey/init.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey creating build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Random copying lib/Crypto/SelfTest/Random/test_random.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Random copying lib/Crypto/SelfTest/Random/init.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Random creating build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature copying lib/Crypto/SelfTest/Signature/test_dss.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature copying lib/Crypto/SelfTest/Signature/test_pkcs1_15.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature copying lib/Crypto/SelfTest/Signature/test_pss.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature copying lib/Crypto/SelfTest/Signature/init.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature creating build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Util copying lib/Crypto/SelfTest/Util/test_asn1.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Util copying lib/Crypto/SelfTest/Util/test_Counter.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Util copying lib/Crypto/SelfTest/Util/test_number.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Util copying lib/Crypto/SelfTest/Util/test_Padding.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Util copying lib/Crypto/SelfTest/Util/test_rfc1751.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Util copying lib/Crypto/SelfTest/Util/test_strxor.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Util copying lib/Crypto/SelfTest/Util/init.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Util creating build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Math copying lib/Crypto/SelfTest/Math/test_modexp.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Math copying lib/Crypto/SelfTest/Math/test_Numbers.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Math copying lib/Crypto/SelfTest/Math/test_Primality.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Math copying lib/Crypto/SelfTest/Math/init.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Math copying lib/Crypto/py.typed -> build/lib.cygwin-3.1.4-i686-2.7/Crypto copying lib/Crypto/init.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto copying lib/Crypto/Cipher/AES.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Cipher copying lib/Crypto/Cipher/ARC2.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Cipher copying lib/Crypto/Cipher/ARC4.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Cipher copying lib/Crypto/Cipher/Blowfish.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Cipher copying lib/Crypto/Cipher/CAST.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Cipher copying lib/Crypto/Cipher/ChaCha20.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Cipher copying lib/Crypto/Cipher/ChaCha20_Poly1305.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Cipher copying lib/Crypto/Cipher/DES.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Cipher copying lib/Crypto/Cipher/DES3.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Cipher copying lib/Crypto/Cipher/PKCS1_OAEP.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Cipher copying lib/Crypto/Cipher/PKCS1_v1_5.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Cipher copying lib/Crypto/Cipher/Salsa20.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Cipher copying lib/Crypto/Cipher/_EKSBlowfish.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Cipher copying lib/Crypto/Cipher/_mode_cbc.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Cipher copying lib/Crypto/Cipher/_mode_ccm.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Cipher copying lib/Crypto/Cipher/_mode_cfb.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Cipher copying lib/Crypto/Cipher/_mode_ctr.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Cipher copying lib/Crypto/Cipher/_mode_eax.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Cipher copying lib/Crypto/Cipher/_mode_ecb.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Cipher copying lib/Crypto/Cipher/_mode_gcm.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Cipher copying lib/Crypto/Cipher/_mode_ocb.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Cipher copying lib/Crypto/Cipher/_mode_ofb.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Cipher copying lib/Crypto/Cipher/_mode_openpgp.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Cipher copying lib/Crypto/Cipher/_mode_siv.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Cipher copying lib/Crypto/Cipher/init.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Cipher copying lib/Crypto/Hash/BLAKE2b.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Hash copying lib/Crypto/Hash/BLAKE2s.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Hash copying lib/Crypto/Hash/CMAC.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Hash copying lib/Crypto/Hash/HMAC.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Hash copying lib/Crypto/Hash/keccak.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Hash copying lib/Crypto/Hash/MD2.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Hash copying lib/Crypto/Hash/MD4.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Hash copying lib/Crypto/Hash/MD5.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Hash copying lib/Crypto/Hash/Poly1305.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Hash copying lib/Crypto/Hash/RIPEMD.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Hash copying lib/Crypto/Hash/RIPEMD160.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Hash copying lib/Crypto/Hash/SHA.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Hash copying lib/Crypto/Hash/SHA1.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Hash copying lib/Crypto/Hash/SHA224.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Hash copying lib/Crypto/Hash/SHA256.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Hash copying lib/Crypto/Hash/SHA384.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Hash copying lib/Crypto/Hash/SHA3_224.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Hash copying lib/Crypto/Hash/SHA3_256.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Hash copying lib/Crypto/Hash/SHA3_384.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Hash copying lib/Crypto/Hash/SHA3_512.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Hash copying lib/Crypto/Hash/SHA512.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Hash copying lib/Crypto/Hash/SHAKE128.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Hash copying lib/Crypto/Hash/SHAKE256.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Hash copying lib/Crypto/Hash/init.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Hash copying lib/Crypto/IO/PEM.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/IO copying lib/Crypto/IO/PKCS8.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/IO copying lib/Crypto/IO/_PBES.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/IO copying lib/Crypto/PublicKey/DSA.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/PublicKey copying lib/Crypto/PublicKey/ECC.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/PublicKey copying lib/Crypto/PublicKey/ElGamal.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/PublicKey copying lib/Crypto/PublicKey/RSA.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/PublicKey copying lib/Crypto/PublicKey/_openssh.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/PublicKey copying lib/Crypto/PublicKey/init.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/PublicKey copying lib/Crypto/Protocol/KDF.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Protocol copying lib/Crypto/Protocol/SecretSharing.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Protocol copying lib/Crypto/Protocol/init.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Protocol copying lib/Crypto/Random/random.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Random copying lib/Crypto/Random/init.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Random copying lib/Crypto/Signature/DSS.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Signature copying lib/Crypto/Signature/pkcs1_15.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Signature copying lib/Crypto/Signature/PKCS1_PSS.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Signature copying lib/Crypto/Signature/PKCS1_v1_5.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Signature copying lib/Crypto/Signature/pss.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Signature copying lib/Crypto/Util/asn1.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Util copying lib/Crypto/Util/Counter.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Util copying lib/Crypto/Util/number.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Util copying lib/Crypto/Util/Padding.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Util copying lib/Crypto/Util/py3compat.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Util copying lib/Crypto/Util/RFC1751.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Util copying lib/Crypto/Util/strxor.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Util copying lib/Crypto/Util/_cpu_features.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Util copying lib/Crypto/Util/_file_system.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Util copying lib/Crypto/Util/_raw_api.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Util copying lib/Crypto/Math/Numbers.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Math copying lib/Crypto/Math/Primality.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Math copying lib/Crypto/Math/_IntegerBase.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Math copying lib/Crypto/Math/_IntegerCustom.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Math copying lib/Crypto/Math/_IntegerGMP.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Math copying lib/Crypto/Math/_IntegerNative.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Math creating build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors creating build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CBCGFSbox128.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CBCGFSbox192.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CBCGFSbox256.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CBCKeySbox128.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CBCKeySbox192.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CBCKeySbox256.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CBCMCT128.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CBCMCT192.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CBCMCT256.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CBCMMT128.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CBCMMT192.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CBCMMT256.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CBCVarKey128.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CBCVarKey192.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CBCVarKey256.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CBCVarTxt128.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CBCVarTxt192.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CBCVarTxt256.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128GFSbox128.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128GFSbox192.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128GFSbox256.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128KeySbox128.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128KeySbox192.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128KeySbox256.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128MCT128.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128MCT192.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128MCT256.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128MMT128.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128MMT192.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128MMT256.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128VarKey128.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128VarKey192.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128VarKey256.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128VarTxt128.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTst/Cipher/test_vectors/AES/CFB128VarTxt192.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128VarTxt256.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8GFSbox128.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8GFSbox192.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8GFSbox256.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8KeySbox128.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8KeySbox192.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8KeySbox256.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8MCT128.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8MCT192.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8MCT256.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8MMT128.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8MMT192.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8MMT256.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8VarKey128.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8VarKey192.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8VarKey256.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8VarTxt128.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8VarTxt192.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8VarTxt256.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/gcmDecrypt128.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/gcmEncryptExtIV128.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/OFBGFSbox128.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/OFBGFSbox192.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/OFBGFSbox256.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/OFBKeySbox128.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/OFBKeySbox192.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/OFBKeySbox256.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/OFBMCT128.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/OFBMCT192.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/OFBMCT256.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/OFBMMT128.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/OFBMMT192.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/OFBMMT256.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/OFBVarKey128.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/OFBVarKey192.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/OFBVarKey256.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/OFBVarTxt128.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/OFBVarTxt192.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/OFBVarTxt256.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/README.txt -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES creating build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/README.txt -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TCBCinvperm.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TCBCMMT2.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TCBCMMT3.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TCBCpermop.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TCBCsubtab.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TCBCvarkey.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TCBCvartext.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TCFB64invperm.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TCFB64MMT2.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TCFB64MMT3.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TCFB64permop.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TCFB64subtab.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TCFB64varkey.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TCFB64vartext.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TCFB8invperm.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TCFB8MMT2.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TCFB8MMT3.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TCFB8permop.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TCFB8subtab.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TCFB8varkey.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TCFB8vartext.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TECBMMT2.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TECBMMT3.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TOFBinvperm.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TOFBMMT2.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TOFBMMT3.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TOFBpermop.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TOFBsubtab.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TOFBvarkey.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TOFBvartext.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES creating build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/wycheproof copying lib/Crypto/SelfTest/Cipher/test_vectors/wycheproof/aead_aes_siv_cmac_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/wycheproof copying lib/Crypto/SelfTest/Cipher/test_vectors/wycheproof/aes_ccm_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/wycheproof copying lib/Crypto/SelfTest/Cipher/test_vectors/wycheproof/aes_eax_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/wycheproof copying lib/Crypto/SelfTest/Cipher/test_vectors/wycheproof/aes_gcm_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/wycheproof copying lib/Crypto/SelfTest/Cipher/test_vectors/wycheproof/aes_siv_cmac_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/wycheproof copying lib/Crypto/SelfTest/Cipher/test_vectors/wycheproof/chacha20_poly1305_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/wycheproof copying lib/Crypto/SelfTest/Cipher/test_vectors/wycheproof/rsa_oaep_2048_sha1_mgf1sha1_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/wycheproof copying lib/Crypto/SelfTest/Cipher/test_vectors/wycheproof/rsa_oaep_2048_sha224_mgf1sha1_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/wycheproof copying lib/Crypto/SelfTest/Cipher/test_vectors/wycheproof/rsa_oaep_2048_sha224_mgf1sha224_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/wycheproof copying lib/Crypto/SelfTest/Cipher/test_vectors/wycheproof/rsa_oaep_2048_sha256_mgf1sha1_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/wycheproof copying lib/Crypto/SelfTest/Cipher/test_vectors/wycheproof/rsa_oaep_2048_sha256_mgf1sha256_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/wycheproof copying lib/Crypto/SelfTest/Cipher/test_vectors/wycheproof/rsa_oaep_2048_sha384_mgf1sha1_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/wycheproof copying lib/Crypto/SelfTest/Cipher/test_vectors/wycheproof/rsa_oaep_2048_sha384_mgf1sha384_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/wycheproof copying lib/Crypto/SelfTest/Cipher/test_vectors/wycheproof/rsa_oaep_2048_sha512_mgf1sha1_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/wycheproof copying lib/Crypto/SelfTest/Cipher/test_vectors/wycheproof/rsa_oaep_2048_sha512_mgf1sha512_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/wycheproof copying lib/Crypto/SelfTest/Cipher/test_vectors/wycheproof/rsa_oaep_3072_sha256_mgf1sha1_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/wycheproof copying lib/Crypto/SelfTest/Cipher/test_vectors/wycheproof/rsa_oaep_3072_sha256_mgf1sha256_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/wycheproof copying lib/Crypto/SelfTest/Cipher/test_vectors/wycheproof/rsa_oaep_3072_sha512_mgf1sha1_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/wycheproof copying lib/Crypto/SelfTest/Cipher/test_vectors/wycheproof/rsa_oaep_3072_sha512_mgf1sha512_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/wycheproof copying lib/Crypto/SelfTest/Cipher/test_vectors/wycheproof/rsa_oaep_4096_sha256_mgf1sha1_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/wycheproof copying lib/Crypto/SelfTest/Cipher/test_vectors/wycheproof/rsa_oaep_4096_sha256_mgf1sha256_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/wycheproof copying lib/Crypto/SelfTest/Cipher/test_vectors/wycheproof/rsa_oaep_4096_sha512_mgf1sha1_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/wycheproof copying lib/Crypto/SelfTest/Cipher/test_vectors/wycheproof/rsa_oaep_4096_sha512_mgf1sha512_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/wycheproof copying lib/Crypto/SelfTest/Cipher/test_vectors/wycheproof/rsa_oaep_misc_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/wycheproof copying lib/Crypto/SelfTest/Cipher/test_vectors/wycheproof/rsa_pkcs1_2048_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/wycheproof copying lib/Crypto/SelfTest/Cipher/test_vectors/wycheproof/rsa_pkcs1_3072_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/wycheproof copying lib/Crypto/SelfTest/Cipher/test_vectors/wycheproof/rsa_pkcs1_4096_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/wycheproof copying lib/Crypto/SelfTest/Cipher/test_vectors/wycheproof/xchacha20_poly1305_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/wycheproof creating build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Hash/test_vectors creating build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Hash/test_vectors/SHA1 copying lib/Crypto/SelfTest/Hash/test_vectors/SHA1/SHA1ShortMsg.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Hash/test_vectors/SHA1 creating build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Hash/test_vectors/SHA2 copying lib/Crypto/SelfTest/Hash/test_vectors/SHA2/SHA512ShortMsg.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Hash/test_vectors/SHA2 copying lib/Crypto/SelfTest/Hash/test_vectors/SHA2/SHA512_224ShortMsg.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Hash/test_vectors/SHA2 copying lib/Crypto/SelfTest/Hash/test_vectors/SHA2/SHA512_256ShortMsg.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Hash/test_vectors/SHA2 creating build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Hash/test_vectors/SHA3 copying lib/Crypto/SelfTest/Hash/test_vectors/SHA3/ShortMsgKAT_SHA3-224.txt -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Hash/test_vectors/SHA3 copying lib/Crypto/SelfTest/Hash/test_vectors/SHA3/ShortMsgKAT_SHA3-256.txt -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Hash/test_vectors/SHA3 copying lib/Crypto/SelfTest/Hash/test_vectors/SHA3/ShortMsgKAT_SHA3-384.txt -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Hash/test_vectors/SHA3 copying lib/Crypto/SelfTest/Hash/test_vectors/SHA3/ShortMsgKAT_SHA3-512.txt -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Hash/test_vectors/SHA3 copying lib/Crypto/SelfTest/Hash/test_vectors/SHA3/ShortMsgKAT_SHAKE128.txt -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Hash/test_vectors/SHA3 copying lib/Crypto/SelfTest/Hash/test_vectors/SHA3/ShortMsgKAT_SHAKE256.txt -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Hash/test_vectors/SHA3 creating build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Hash/test_vectors/keccak copying lib/Crypto/SelfTest/Hash/test_vectors/keccak/ExtremelyLongMsgKAT_224.txt -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Hash/test_vectors/keccak copying lib/Crypto/SelfTest/Hash/test_vectors/keccak/ExtremelyLongMsgKAT_256.txt -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Hash/test_vectors/keccak copying lib/Crypto/SelfTest/Hash/test_vectors/keccak/ExtremelyLongMsgKAT_384.txt -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Hash/test_vectors/keccak copying lib/Crypto/SelfTest/Hash/test_vectors/keccak/ExtremelyLongMsgKAT_512.txt -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Hash/test_vectors/keccak copying lib/Crypto/SelfTest/Hash/test_vectors/keccak/LongMsgKAT_224.txt -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Hash/test_vectors/keccak copying lib/Crypto/SelfTest/Hash/test_vectors/keccak/LongMsgKAT_256.txt -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Hash/test_vectors/keccak copying lib/Crypto/SelfTest/Hash/test_vectors/keccak/LongMsgKAT_384.txt -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Hash/test_vectors/keccak copying lib/Crypto/SelfTest/Hash/test_vectors/keccak/LongMsgKAT_512.txt -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Hash/test_vectors/keccak copying lib/Crypto/SelfTest/Hash/test_vectors/keccak/readme.txt -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Hash/test_vectors/keccak copying lib/Crypto/SelfTest/Hash/test_vectors/keccak/ShortMsgKAT_224.txt -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Hash/test_vectors/keccak copying lib/Crypto/SelfTest/Hash/test_vectors/keccak/ShortMsgKAT_256.txt -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Hash/test_vectors/keccak copying lib/Crypto/SelfTest/Hash/test_vectors/keccak/ShortMsgKAT_384.txt -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Hash/test_vectors/keccak copying lib/Crypto/SelfTest/Hash/test_vectors/keccak/ShortMsgKAT_512.txt -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Hash/test_vectors/keccak creating build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Hash/test_vectors/BLAKE2s copying lib/Crypto/SelfTest/Hash/test_vectors/BLAKE2s/blake2s-test.txt -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Hash/test_vectors/BLAKE2s copying lib/Crypto/SelfTest/Hash/test_vectors/BLAKE2s/tv1.txt -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Hash/test_vectors/BLAKE2s copying lib/Crypto/SelfTest/Hash/test_vectors/BLAKE2s/tv2.txt -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Hash/test_vectors/BLAKE2s creating build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Hash/test_vectors/BLAKE2b copying lib/Crypto/SelfTest/Hash/test_vectors/BLAKE2b/blake2b-test.txt -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Hash/test_vectors/BLAKE2b copying lib/Crypto/SelfTest/Hash/test_vectors/BLAKE2b/tv1.txt -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Hash/test_vectors/BLAKE2b copying lib/Crypto/SelfTest/Hash/test_vectors/BLAKE2b/tv2.txt -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Hash/test_vectors/BLAKE2b creating build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Hash/test_vectors/wycheproof copying lib/Crypto/SelfTest/Hash/test_vectors/wycheproof/aes_cmac_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Hash/test_vectors/wycheproof creating build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Protocol/test_vectors creating build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Protocol/test_vectors/wycheproof copying lib/Crypto/SelfTest/Protocol/test_vectors/wycheproof/hkdf_sha1_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Protocol/test_vectors/wycheproof copying lib/Crypto/SelfTest/Protocol/test_vectors/wycheproof/hkdf_sha256_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Protocol/test_vectors/wycheproof copying lib/Crypto/SelfTest/Protocol/test_vectors/wycheproof/hkdf_sha384_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Protocol/test_vectors/wycheproof copying lib/Crypto/SelfTest/Protocol/test_vectors/wycheproof/hkdf_sha512_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Protocol/test_vectors/wycheproof creating build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors creating build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256.txt -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private.der -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private.pem -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_ecparams.pem -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_enc_aes128.pem -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_enc_aes192.pem -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_enc_aes256.pem -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_enc_aes256_gcm.pem -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_enc_des3.pem -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_openssh.pem -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_openssh_old.pem -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_openssh_pwd.pem -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_openssh_pwd_old.pem -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_p8.der -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_p8.pem -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_p8_clear.der -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_p8_clear.pem -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_public.der -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_public.pem -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_public_compressed.der -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_public_compressed.pem -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_public_openssh.txt -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_x509.der -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_x509.pem -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p384.txt -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p384_private.der -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p384_private.pem -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p384_private_enc_aes128.pem -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p384_private_enc_aes192.pem -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p384_private_enc_aes256.pem -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p384_private_enc_aes256_gcm.pem -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p384_private_enc_des3.pem -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p384_private_openssh.pem -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p384_private_openssh_old.pem -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p384_private_openssh_pwd.pem -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p384_private_openssh_pwd_old.pem -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p384_private_p8.der -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p384_private_p8.pem -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p384_private_p8_clear.der -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p384_private_p8_clear.pem -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p384_public.der -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p384_public.pem -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p384_public_compressed.der -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p384_public_compressed.pem -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p384_public_openssh.txt -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p384_x509.der -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p384_x509.pem -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p521.txt -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p521_private.der -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p521_private.pem -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p521_private_enc_aes128.pem -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p521_private_enc_aes192.pem -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p521_private_enc_aes256.pem -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p521_private_enc_aes256_gcm.pem -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p521_private_enc_des3.pem -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p521_private_openssh.pem -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p521_private_openssh_old.pem -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p521_private_openssh_pwd.pem -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p521_private_openssh_pwd_old.pem -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p521_private_p8.der -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p521_private_p8.pem -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p521_private_p8_clear.der -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p521_private_p8_clear.pem -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p521_public.der -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p521_public.pem -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vecors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p521_public_compressed.der -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p521_public_compressed.pem -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p521_public_openssh.txt -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p521_x509.der -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p521_x509.pem -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/gen_ecc_p256.sh -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/gen_ecc_p384.sh -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/gen_ecc_p521.sh -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/openssl_version.txt -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/openssl_version_p384.txt -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/openssl_version_p521.txt -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/point-at-infinity.org-P256.txt -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/point-at-infinity.org-P384.txt -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/point-at-infinity.org-P521.txt -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC creating build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/RSA copying lib/Crypto/SelfTest/PublicKey/test_vectors/RSA/gen_rsa_2048.sh -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/RSA copying lib/Crypto/SelfTest/PublicKey/test_vectors/RSA/openssl_version.txt -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/RSA copying lib/Crypto/SelfTest/PublicKey/test_vectors/RSA/rsa2048_private.pem -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/RSA copying lib/Crypto/SelfTest/PublicKey/test_vectors/RSA/rsa2048_private_openssh.pem -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/RSA copying lib/Crypto/SelfTest/PublicKey/test_vectors/RSA/rsa2048_private_openssh_old.pem -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/RSA copying lib/Crypto/SelfTest/PublicKey/test_vectors/RSA/rsa2048_private_openssh_pwd.pem -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/RSA copying lib/Crypto/SelfTest/PublicKey/test_vectors/RSA/rsa2048_private_openssh_pwd_old.pem -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/RSA copying lib/Crypto/SelfTest/PublicKey/test_vectors/RSA/rsa2048_public_openssh.txt -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/RSA creating build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors creating build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/DSA copying lib/Crypto/SelfTest/Signature/test_vectors/DSA/FIPS_186_3_SigGen.txt -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/DSA copying lib/Crypto/SelfTest/Signature/test_vectors/DSA/FIPS_186_3_SigVer.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/DSA creating build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/ECDSA copying lib/Crypto/SelfTest/Signature/test_vectors/ECDSA/README.txt -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/ECDSA copying lib/Crypto/SelfTest/Signature/test_vectors/ECDSA/SigGen.txt -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/ECDSA copying lib/Crypto/SelfTest/Signature/test_vectors/ECDSA/SigVer.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/ECDSA creating build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/PKCS1-v1.5 copying lib/Crypto/SelfTest/Signature/test_vectors/PKCS1-v1.5/SigGen15_186-2.txt -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/PKCS1-v1.5 copying lib/Crypto/SelfTest/Signature/test_vectors/PKCS1-v1.5/SigGen15_186-3.txt -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/PKCS1-v1.5 copying lib/Crypto/SelfTest/Signature/test_vectors/PKCS1-v1.5/SigVer15_186-3.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/PKCS1-v1.5 creating build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/PKCS1-PSS copying lib/Crypto/SelfTest/Signature/test_vectors/PKCS1-PSS/SigGenPSS_186-2.txt -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/PKCS1-PSS copying lib/Crypto/SelfTest/Signature/test_vectors/PKCS1-PSS/SigGenPSS_186-3.txt -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/PKCS1-PSS copying lib/Crypto/SelfTest/Signature/test_vectors/PKCS1-PSS/SigVerPSS_186-3.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/PKCS1-PSS creating build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/wycheproof copying lib/Crypto/SelfTest/Signature/test_vectors/wycheproof/dsa_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/wycheproof copying lib/Crypto/SelfTest/Signature/test_vectors/wycheproof/ecdsa_secp224r1_sha224_p1363_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/wycheproof copying lib/Crypto/SelfTest/Signature/test_vectors/wycheproof/ecdsa_secp224r1_sha224_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/wycheproof copying lib/Crypto/SelfTest/Signature/test_vectors/wycheproof/ecdsa_secp224r1_sha256_p1363_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/wycheproof copying lib/Crypto/SelfTest/Signature/test_vectors/wycheproof/ecdsa_secp224r1_sha256_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/wycheproof copying lib/Crypto/SelfTest/Signature/test_vectors/wycheproof/ecdsa_secp224r1_sha3_224_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/wycheproof copying lib/Crypto/SelfTest/Signature/test_vectors/wycheproof/ecdsa_secp224r1_sha3_256_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/wycheproof copying lib/Crypto/SelfTest/Signature/test_vectors/wycheproof/ecdsa_secp224r1_sha3_512_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/wycheproof copying lib/Crypto/SelfTest/Signature/test_vectors/wycheproof/ecdsa_secp224r1_sha512_p1363_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/wycheproof copying lib/Crypto/SelfTest/Signature/test_vectors/wycheproof/ecdsa_secp224r1_sha512_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/wycheproof copying lib/Crypto/SelfTest/Signature/test_vectors/wycheproof/ecdsa_secp256r1_sha256_p1363_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/wycheproof copying lib/Crypto/SelfTest/Signature/test_vectors/wycheproof/ecdsa_secp256r1_sha256_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/wycheproof copying lib/Crypto/SelfTest/Signature/test_vectors/wycheproof/ecdsa_secp256r1_sha3_256_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/wycheproof copying lib/Crypto/SelfTest/Signature/test_vectors/wycheproof/ecdsa_secp256r1_sha3_512_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/wycheproof copying lib/Crypto/SelfTest/Signature/test_vectors/wycheproof/ecdsa_secp256r1_sha512_p1363_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/wycheproof copying lib/Crypto/SelfTest/Signature/test_vectors/wycheproof/ecdsa_secp256r1_sha512_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/wycheproof copying lib/Crypto/SelfTest/Signature/test_vectors/wycheproof/ecdsa_secp384r1_sha384_p1363_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/wycheproof copying lib/Crypto/SelfTest/Signature/test_vectors/wycheproof/ecdsa_secp384r1_sha384_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/wycheproof copying lib/Crypto/SelfTest/Signature/test_vectors/wycheproof/ecdsa_secp384r1_sha3_384_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/wycheproof copying lib/Crypto/SelfTest/Signature/test_vectors/wycheproof/ecdsa_secp384r1_sha3_512_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/wycheproof copying lib/Crypto/SelfTest/Signature/test_vectors/wycheproof/ecdsa_secp384r1_sha512_p1363_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/wycheproof copying lib/Crypto/SelfTest/Signature/test_vectors/wycheproof/ecdsa_secp384r1_sha512_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/wycheproof copying lib/Crypto/SelfTest/Signature/test_vectors/wycheproof/ecdsa_secp521r1_sha3_512_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/wycheproof copying lib/Crypto/SelfTest/Signature/test_vectors/wycheproof/ecdsa_secp521r1_sha512_p1363_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/wycheproof copying lib/Crypto/SelfTest/Signature/test_vectors/wycheproof/ecdsa_secp521r1_sha512_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/wycheproof copying lib/Crypto/SelfTest/Signature/test_vectors/wycheproof/ecdsa_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/wycheproof copying lib/Crypto/SelfTest/Signature/test_vectors/wycheproof/ecdsa_webcrypto_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/wycheproof copying lib/Crypto/SelfTest/Signature/test_vectors/wycheproof/rsa_pss_2048_sha1_mgf1_20_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/wycheproof copying lib/Crypto/SelfTest/Signature/test_vectors/wycheproof/rsa_pss_2048_sha256_mgf1_0_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/wycheproof copying lib/Crypto/SelfTest/Signature/test_vectors/wycheproof/rsa_pss_2048_sha256_mgf1_32_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/wycheproof copying lib/Crypto/SelfTest/Signature/test_vectors/wycheproof/rsa_pss_2048_sha512_256_mgf1_28_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/wycheproof copying lib/Crypto/SelfTest/Signature/test_vectors/wycheproof/rsa_pss_2048_sha512_256_mgf1_32_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/wycheproof copying lib/Crypto/SelfTest/Signature/test_vectors/wycheproof/rsa_pss_3072_sha256_mgf1_32_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/wycheproof copying lib/Crypto/SelfTest/Signature/test_vectors/wycheproof/rsa_pss_4096_sha256_mgf1_32_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/wycheproof copying lib/Crypto/SelfTest/Signature/test_vectors/wycheproof/rsa_pss_4096_sha512_mgf1_32_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/wycheproof copying lib/Crypto/SelfTest/Signature/test_vectors/wycheproof/rsa_pss_misc_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/wycheproof copying lib/Crypto/SelfTest/Signature/test_vectors/wycheproof/rsa_signature_2048_sha224_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/wycheproof copying lib/Crypto/SelfTest/Signature/test_vectors/wycheproof/rsa_signature_2048_sha256_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/wycheproof copying lib/Crypto/SelfTest/Signature/test_vectors/wycheproof/rsa_signature_2048_sha384_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/wycheproof copying lib/Crypto/SelfTest/Signature/test_vectors/wycheproof/rsa_signature_2048_sha3_224_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/wycheproof copying lib/Crypto/SelfTest/Signature/test_vectors/wycheproof/rsa_signature_2048_sha3_256_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/wycheproof copying lib/Crypto/SelfTest/Signature/test_vectors/wycheproof/rsa_signature_2048_sha3_384_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/wycheproof copying lib/Crypto/SelfTest/Signature/test_vectors/wycheproof/rsa_signature_2048_sha3_512_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/wycheproof copying lib/Crypto/SelfTest/Signature/test_vectors/wycheproof/rsa_signature_2048_sha512_224_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/wycheproof copying lib/Crypto/SelfTest/Signature/test_vectors/wycheproof/rsa_signature_2048_sha512_256_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/wycheproof copying lib/Crypto/SelfTest/Signature/test_vectors/wycheproof/rsa_signature_2048_sha512_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/wycheproof copying lib/Crypto/SelfTest/Signature/test_vectors/wycheproof/rsa_signature_3072_sha256_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/wycheproof copying lib/Crypto/SelfTest/Signature/test_vectors/wycheproof/rsa_signature_3072_sha384_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/wycheproof copying lib/Crypto/SelfTest/Signature/test_vectors/wycheproof/rsa_signature_3072_sha3_256_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/wycheproof copying lib/Crypto/SelfTest/Signature/test_vectors/wycheproof/rsa_signature_3072_sha3_384_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/wycheproof copying lib/Crypto/SelfTest/Signature/test_vectors/wycheproof/rsa_signature_3072_sha3_512_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/wycheproof copying lib/Crypto/SelfTest/Signature/test_vectors/wycheproof/rsa_signature_3072_sha512_256_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/wycheproof copying lib/Crypto/SelfTest/Signature/test_vectors/wycheproof/rsa_signature_3072_sha512_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/wycheproof copying lib/Crypto/SelfTest/Signature/test_vectors/wycheproof/rsa_signature_4096_sha384_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/wycheproof copying lib/Crypto/SelfTest/Signature/test_vectors/wycheproof/rsa_signature_4096_sha512_256_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/wycheproof copying lib/Crypto/SelfTest/Signature/test_vectors/wycheproof/rsa_signature_4096_sha512_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/wycheproof copying lib/Crypto/SelfTest/Signature/test_vectors/wycheproof/rsa_signature_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/wycheproof copying lib/Crypto/SelfTest/Signature/test_vectors/wycheproof/rsa_sig_gen_misc_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/wycheproof running build_ext building 'Crypto.Hash._MD2' extension creating build/temp.cygwin-3.1.4-i686-2.7 creating build/temp.cygwin-3.1.4-i686-2.7/src gcc -fno-strict-aliasing -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -fdebug-prefix-map=/usr/src/ports/python2/python2-2.7.16-1.i686/build=/usr/src/debug/python2-2.7.16-1 -fdebug-prefix-map=/usr/src/ports/python2/python2-2.7.16-1.i686/src/Python-2.7.16=/usr/src/debug/python2-2.7.16-1 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DPYCRYPTO_LITTLE_ENDIAN -DSYS_BITS=32 -DLTC_NO_ASM -Isrc/ -I/usr/include/python2.7 -c src/MD2.c -o build/temp.cygwin-3.1.4-i686-2.7/src/MD2.o In file included from src/MD2.c:28: src/common.h:65:9: error: unknown type name ‘int8’ 65 | typedef int8 int8_t; | ^~ src/common.h:65:16: error: conflicting types for ‘int8_t’ 65 | typedef int8 int8_t; | ^~ In file included from /usr/include/sys/types.h:46, from /usr/include/stdio.h:61, from src/common.h:34, from src/MD2.c:28: /usr/include/sys/_stdint.h:20:18: note: previous declaration of ‘int8_t’ was here 20 | typedef __int8_t int8_t ; | ^~ In file included from src/MD2.c:28: src/common.h:66:24: error: expected ‘;’ before ‘uint8_t’ 66 | typedef unsigned int8 uint8_t; | ^~~~ | ; src/common.h:66:1: warning: useless type name in empty declaration 66 | typedef unsigned int8 uint8_t; | ^~~ src/common.h:67:9: error: unknown type name ‘int16’ 67 | typedef int16 int16_t; | ^~~ src/common.h:67:17: error: conflicting types for ‘int16_t’ 67 | typedef __int16 int16_t; | ^~~ In file included from /usr/include/sys/types.h:46, from /usr/include/stdio.h:61, from src/common.h:34, from src/MD2.c:28: /usr/include/sys/_stdint.h:32:19: note: previous declaration of ‘int16_t’ was here 32 | typedef int16_t int16_t ; | ^~~ In file included from src/MD2.c:28: src/common.h:68:25: error: expected ‘;’ before ‘uint16_t’ 68 | typedef unsigned int16 uint16_t; | ^~~~~ | ; src/common.h:68:1: warning: useless type name in empty declaration 68 | typedef unsigned __int16 uint16_t; | ^~~ src/common.h:69:9: error: unknown type name ‘int32’ 69 | typedef int32 int32_t; | ^~~ src/common.h:70:25: error: expected ‘;’ before ‘uint32_t’ 70 | typedef unsigned int32 uint32_t; | ^~~~~ | ; src/common.h:70:1: warning: useless type name in empty declaration 70 | typedef unsigned int32 uint32_t; | ^~~ src/common.h:71:9: error: unknown type name ‘int64’ 71 | typedef int64 int64_t; | ^~~ src/common.h:71:17: error: conflicting types for ‘int64_t’ 71 | typedef __int64 int64_t; | ^~~ In file included from /usr/include/sys/types.h:46, from /usr/include/stdio.h:61, from src/common.h:34, from src/MD2.c:28: /usr/include/sys/_stdint.h:56:19: note: previous declaration of ‘int64_t’ was here 56 | typedef int64_t int64_t ; | ^~~ In file included from src/MD2.c:28: src/common.h:72:25: error: expected ‘;’ before ‘uint64_t’ 72 | typedef unsigned __int64 uint64_t; | ^~~~~ | ; src/common.h:72:1: warning: useless type name in empty declaration 72 | typedef unsigned __int64 uint64_t; | ^~~ In file included from src/MD2.c:28: src/common.h:179:2: error: #error No routines for aligned memory 179 | #error No routines for aligned memory | ^~~~~ error: command 'gcc' failed with exit status 1

ERROR: Command errored out with exit status 1: /usr/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-x9nXHW/pycryptodome/setup.py'"'"'; file='"'"'/tmp/pip-install-x9nXHW/pycryptodome/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' install --record /tmp/pip-record-HsohCZ/install-record.txt --single-version-externally-managed --compile --install-headers /usr/include/python2.7/pycryptodome Check the logs for full command output.

Legrandin commented 4 years ago

Can you please try again with:

PYCRYPTODOME_DEBUG=1 pip install pycryptodome

and post the result?

emptor8 commented 4 years ago

Sure thing. Output is below:

$ PYCRYPTODOME_DEBUG=1 pip install pycryptodome DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support Collecting pycryptodome Using cached pycryptodome-3.9.7.tar.gz (15.5 MB) Installing collected packages: pycryptodome Running setup.py install for pycryptodome ... error ERROR: Command errored out with exit status 1: command: /usr/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-u3b6ex/pycryptodome/setup.py'"'"'; file='"'"'/tmp/pip-install-u3b6ex/pycryptodome/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' install --record /tmp/pip-record-hA5Mb4/install-record.txt --single-version-externally-managed --compile --install-headers /usr/include/python2.7/pycryptodome cwd: /tmp/pip-install-u3b6ex/pycryptodome/ Complete output (936 lines): Testing support for clang build/test1.c:3:6: error: #error Not clang 3 | #error Not clang | ^~~~~ Target does not support clang Testing support for gcc {standard input}: Assembler messages: {standard input}:12: Error: unknown .loc sub-directive view' {standard input}:12: Error: junk at end of line, first unrecognized character is-' {standard input}:20: Error: unknown .loc sub-directive view' {standard input}:20: Error: no such instruction:lvu1' {standard input}:23: Error: unknown .loc sub-directive view' {standard input}:23: Error: no such instruction:lvu2' {standard input}:24: Error: unknown .loc sub-directive view' {standard input}:24: Error: no such instruction:lvu3' Target does not support gcc Testing support for stdint.h header {standard input}: Assembler messages: {standard input}:12: Error: unknown .loc sub-directive view' {standard input}:12: Error: junk at end of line, first unrecognized character is-' {standard input}:20: Error: unknown .loc sub-directive view' {standard input}:20: Error: no such instruction:lvu1' {standard input}:23: Error: unknown .loc sub-directive view' {standard input}:23: Error: no such instruction:lvu2' {standard input}:24: Error: unknown .loc sub-directive view' {standard input}:24: Error: no such instruction:lvu3' $ {standard input}:25: Error: no such instruction: lvu4' {standard input}:26: Error: unknown .loc sub-directiveview' {standard input}:26: Error: no such instruction: lvu5' Target does not support stdint.h header Testing support for 128-bit integer build/test1.c: In function ‘main’: build/test1.c:4:9: error: unknown type name ‘__uint128_t’; did you mean ‘__int128’? 4 | __uint128_t x; | ^~~~~~~~~~~ | __int128 build/test1.c:4:21: warning: unused variable ‘x’ [-Wunused-variable] 4 | __uint128_t x; | ^ Target does not support 128-bit integer Testing support for cpuid.h header {standard input}: Assembler messages: {standard input}:12: Error: unknown .loc sub-directiveview' {standard input}:12: Error: junk at end of line, first unrecognized character is -' {standard input}:20: Error: unknown .loc sub-directiveview' {standard input}:20: Error: no such instruction: lvu1' {standard input}:23: Error: unknown .loc sub-directiveview' {standard input}:23: Error: no such instruction: lvu2' {standard input}:24: Error: unknown .loc sub-directiveview' {standard input}:24: Error: no such instruction: lvu3' {standard input}:28: Error: unknown .loc sub-directiveview' {standard input}:28: Error: no such instruction: lvu4' {standard input}:30: Error: unknown .loc sub-directiveview' {standard input}:30: Error: no such instruction: lvu5' {standard input}:31: Error: unknown .loc sub-directiveview' {standard input}:31: Error: no such instruction: lvu6' {standard input}:34: Error: unknown .loc sub-directiveview' {standard input}:34: Error: no such instruction: lvu7' {standard input}:36: Error: unknown .loc sub-directiveview' {standard input}:36: Error: no such instruction: lvu8' {standard input}:37: Error: unknown .loc sub-directiveview' {standard input}:37: Error: no such instruction: lvu9' {standard input}:38: Error: unknown .loc sub-directiveview' {standard input}:38: Error: no such instruction: lvu10' {standard input}:39: Error: unknown .loc sub-directiveview' {standard input}:39: Error: no such instruction: lvu11' {standard input}:44: Error: unknown .loc sub-directiveview' {standard input}:44: Error: no such instruction: lvu12' {standard input}:45: Error: unknown .loc sub-directiveview' {standard input}:45: Error: no such instruction: lvu13' Target does not support cpuid.h header Testing support for intrin.h header build/test1.c: In function ‘main’: build/test1.c:6:9: warning: ‘a’ is used uninitialized in this function [-Wuninitialized] 6 | __cpuid(b, a); | ^~~~~~~~~~~~~ {standard input}: Assembler messages: {standard input}:12: Error: unknown .loc sub-directiveview' {standard input}:12: Error: junk at end of line, first unrecognized character is -' {standard input}:23: Error: unknown .loc sub-directiveview' {standard input}:23: Error: no such instruction: lvu1' {standard input}:29: Error: unknown .loc sub-directiveview' {standard input}:29: Error: no such instruction: lvu2' {standard input}:30: Error: unknown .loc sub-directiveview' {standard input}:30: Error: no such instruction: lvu3' {standard input}:35: Error: unknown .loc sub-directiveview' {standard input}:35: Error: no such instruction: lvu4' {standard input}:37: Error: unknown .loc sub-directiveview' {standard input}:37: Error: no such instruction: lvu5' {standard input}:44: Error: unknown .loc sub-directiveview' {standard input}:44: Error: no such instruction: lvu6' {standard input}:48: Error: unknown .loc sub-directiveview' {standard input}:48: Error: no such instruction: lvu7' {standard input}:49: Error: unknown .loc sub-directiveview' {standard input}:49: Error: no such instruction: lvu8' Target does not support intrin.h header Testing support for posix_memalign {standard input}: Assembler messages: {standard input}:12: Error: unknown .loc sub-directiveview' {standard input}:12: Error: junk at end of line, first unrecognized character is -' {standard input}:21: Error: unknown .loc sub-directiveview' {standard input}:21: Error: no such instruction: lvu1' {standard input}:24: Error: unknown .loc sub-directiveview' {standard input}:24: Error: no such instruction: lvu2' {standard input}:26: Error: unknown .loc sub-directiveview' {standard input}:26: Error: no such instruction: lvu3' {standard input}:30: Error: unknown .loc sub-directiveview' {standard input}:30: Error: no such instruction: lvu4' {standard input}:31: Error: unknown .loc sub-directiveview' {standard input}:31: Error: no such instruction: lvu5' {standard input}:32: Error: unknown .loc sub-directiveview' {standard input}:32: Error: no such instruction: lvu6' {standard input}:33: Error: unknown .loc sub-directiveview' {standard input}:33: Error: no such instruction: lvu7' {standard input}:39: Error: unknown .loc sub-directiveview' {standard input}:39: Error: no such instruction: lvu8' {standard input}:40: Error: unknown .loc sub-directiveview' {standard input}:40: Error: no such instruction: lvu9' {standard input}:44: Error: unknown .loc sub-directiveview' {standard input}:44: Error: no such instruction: lvu10' Target does not support posix_memalign Testing support for memalign {standard input}: Assembler messages: {standard input}:12: Error: unknown .loc sub-directiveview' {standard input}:12: Error: junk at end of line, first unrecognized character is -' {standard input}:21: Error: unknown .loc sub-directiveview' {standard input}:21: Error: no such instruction: lvu1' {standard input}:24: Error: unknown .loc sub-directiveview' {standard input}:24: Error: no such instruction: lvu2' {standard input}:25: Error: unknown .loc sub-directiveview' {standard input}:25: Error: no such instruction: lvu3' {standard input}:26: Error: unknown .loc sub-directiveview' {standard input}:26: Error: no such instruction: lvu4' {standard input}:31: Error: unknown .loc sub-directiveview' {standard input}:31: Error: no such instruction: lvu5' {standard input}:32: Error: unknown .loc sub-directiveview' {standard input}:32: Error: no such instruction: lvu6' {standard input}:36: Error: unknown .loc sub-directiveview' {standard input}:36: Error: no such instruction: lvu7' {standard input}:40: Error: unknown .loc sub-directiveview' {standard input}:40: Error: no such instruction: lvu8' {standard input}:42: Error: unknown .loc sub-directiveview' {standard input}:42: Error: no such instruction: lvu9' Target does not support memalign Testing support for SSE2(intrin.h) build/test1.c: In function ‘main’: build/test1.c:7:12: warning: SSE vector return without SSE enabled changes the ABI [-Wpsabi] 7 | r0 = _mm_set1_epi32(0); | ~~~^~~~~~~~~~~~~~~~~~~ In file included from /usr/lib/gcc/i686-pc-cygwin/9.2.0/include/xmmintrin.h:1255, from /usr/lib/gcc/i686-pc-cygwin/9.2.0/include/immintrin.h:29, from /usr/lib/gcc/i686-pc-cygwin/9.2.0/include/x86intrin.h:32, from /usr/include/w32api/intrin.h:73, from build/test1.c:2: /usr/lib/gcc/i686-pc-cygwin/9.2.0/include/emmintrin.h:1407:1: error: inlining failed in call to always_inline ‘_mm_movemask_epi8’: target specific option mismatch 1407 | _mm_movemask_epi8 (__m128i __A) | ^~~~~~~~~~~~~~~~~ build/test1.c:8:16: note: called from here 8 | mask = _mm_movemask_epi8(r0); | ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/lib/gcc/i686-pc-cygwin/9.2.0/include/xmmintrin.h:1255, from /usr/lib/gcc/i686-pc-cygwin/9.2.0/include/immintrin.h:29, from /usr/lib/gcc/i686-pc-cygwin/9.2.0/include/x86intrin.h:32, from /usr/include/w32api/intrin.h:73, from build/test1.c:2: /usr/lib/gcc/i686-pc-cygwin/9.2.0/include/emmintrin.h:642:1: error: inlining failed in call to always_inline ‘_mm_set1_epi32’: target specific option mismatch 642 | _mm_set1_epi32 (int __A) | ^~~~~~~~~~~~~~ build/test1.c:7:14: note: called from here 7 | r0 = _mm_set1_epi32(0); | ^~~~~~~~~~~~~~~~~ Target does not support SSE2(intrin.h) Testing support for SSE2(x86intrin.h) {standard input}: Assembler messages: {standard input}:12: Error: unknown .loc sub-directiveview' {standard input}:12: Error: junk at end of line, first unrecognized character is -' {standard input}:20: Error: unknown .loc sub-directiveview' {standard input}:20: Error: no such instruction: lvu1' {standard input}:23: Error: unknown .loc sub-directiveview' {standard input}:23: Error: no such instruction: lvu2' {standard input}:24: Error: unknown .loc sub-directiveview' {standard input}:24: Error: no such instruction: lvu3' {standard input}:25: Error: unknown .loc sub-directiveview' {standard input}:25: Error: no such instruction: lvu4' {standard input}:27: Error: unknown .loc sub-directiveview' {standard input}:27: Error: no such instruction: lvu5' {standard input}:28: Error: unknown .loc sub-directiveview' {standard input}:28: Error: no such instruction: lvu6' {standard input}:29: Error: unknown .loc sub-directiveview' {standard input}:29: Error: no such instruction: lvu7' {standard input}:30: Error: unknown .loc sub-directiveview' {standard input}:30: Error: no such instruction: lvu8' {standard input}:31: Error: unknown .loc sub-directiveview' {standard input}:31: Error: no such instruction: lvu9' {standard input}:32: Error: unknown .loc sub-directiveview' {standard input}:32: Error: no such instruction: lvu10' Target does not support SSE2(x86intrin.h) Testing support for SSE2(emmintrin.h) {standard input}: Assembler messages: {standard input}:12: Error: unknown .loc sub-directiveview' {standard input}:12: Error: junk at end of line, first unrecognized character is -' {standard input}:20: Error: unknown .loc sub-directiveview' {standard input}:20: Error: no such instruction: lvu1' {standard input}:23: Error: unknown .loc sub-directiveview' {standard input}:23: Error: no such instruction: lvu2' {standard input}:24: Error: unknown .loc sub-directiveview' {standard input}:24: Error: no such instruction: lvu3' {standard input}:25: Error: unknown .loc sub-directiveview' {standard input}:25: Error: no such instruction: lvu4' {standard input}:27: Error: unknown .loc sub-directiveview' {standard input}:27: Error: no such instruction: lvu5' {standard input}:28: Error: unknown .loc sub-directiveview' {standard input}:28: Error: no such instruction: lvu6' {standard input}:29: Error: unknown .loc sub-directiveview' {standard input}:29: Error: no such instruction: lvu7' {standard input}:30: Error: unknown .loc sub-directiveview' {standard input}:30: Error: no such instruction: lvu8' {standard input}:31: Error: unknown .loc sub-directiveview' {standard input}:31: Error: no such instruction: lvu9' {standard input}:32: Error: unknown .loc sub-directiveview' {standard input}:32: Error: no such instruction: `lvu10' Target does not support SSE2(emmintrin.h) Warning: compiler does not support AESNI instructions Warning: compiler does not support CLMUL instructions running install running build running build_py creating build/lib.cygwin-3.1.4-i686-2.7 creating build/lib.cygwin-3.1.4-i686-2.7/Crypto copying lib/Crypto/init.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto creating build/lib.cygwin-3.1.4-i686-2.7/Crypto/Cipher copying lib/Crypto/Cipher/AES.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Cipher copying lib/Crypto/Cipher/ARC2.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Cipher copying lib/Crypto/Cipher/ARC4.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Cipher copying lib/Crypto/Cipher/Blowfish.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Cipher copying lib/Crypto/Cipher/CAST.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Cipher copying lib/Crypto/Cipher/ChaCha20.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Cipher copying lib/Crypto/Cipher/ChaCha20_Poly1305.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Cipher copying lib/Crypto/Cipher/DES.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Cipher copying lib/Crypto/Cipher/DES3.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Cipher copying lib/Crypto/Cipher/PKCS1_OAEP.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Cipher copying lib/Crypto/Cipher/PKCS1_v1_5.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Cipher copying lib/Crypto/Cipher/Salsa20.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Cipher copying lib/Crypto/Cipher/_EKSBlowfish.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Cipher copying lib/Crypto/Cipher/_mode_cbc.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Cipher copying lib/Crypto/Cipher/_mode_ccm.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Cipher copying lib/Crypto/Cipher/_mode_cfb.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Cipher copying lib/Crypto/Cipher/_mode_ctr.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Cipher copying lib/Crypto/Cipher/_mode_eax.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Cipher copying lib/Crypto/Cipher/_mode_ecb.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Cipher copying lib/Crypto/Cipher/_mode_gcm.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Cipher copying lib/Crypto/Cipher/_mode_ocb.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Cipher copying lib/Crypto/Cipher/_mode_ofb.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Cipher copying lib/Crypto/Cipher/_mode_openpgp.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Cipher copying lib/Crypto/Cipher/_mode_siv.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Cipher copying lib/Crypto/Cipher/init.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Cipher creating build/lib.cygwin-3.1.4-i686-2.7/Crypto/Hash copying lib/Crypto/Hash/BLAKE2b.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Hash copying lib/Crypto/Hash/BLAKE2s.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Hash copying lib/Crypto/Hash/CMAC.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Hash copying lib/Crypto/Hash/HMAC.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Hash copying lib/Crypto/Hash/keccak.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Hash copying lib/Crypto/Hash/MD2.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Hash copying lib/Crypto/Hash/MD4.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Hash copying lib/Crypto/Hash/MD5.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Hash copying lib/Crypto/Hash/Poly1305.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Hash copying lib/Crypto/Hash/RIPEMD.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Hash copying lib/Crypto/Hash/RIPEMD160.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Hash copying lib/Crypto/Hash/SHA.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Hash copying lib/Crypto/Hash/SHA1.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Hash copying lib/Crypto/Hash/SHA224.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Hash copying lib/Crypto/Hash/SHA256.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Hash copying lib/Crypto/Hash/SHA384.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Hash copying lib/Crypto/Hash/SHA3_224.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Hash copying lib/Crypto/Hash/SHA3_256.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Hash copying lib/Crypto/Hash/SHA3_384.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Hash copying lib/Crypto/Hash/SHA3_512.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Hash copying lib/Crypto/Hash/SHA512.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Hash copying lib/Crypto/Hash/SHAKE128.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Hash copying lib/Crypto/Hash/SHAKE256.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Hash copying lib/Crypto/Hash/init.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Hash creating build/lib.cygwin-3.1.4-i686-2.7/Crypto/IO copying lib/Crypto/IO/PEM.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/IO copying lib/Crypto/IO/PKCS8.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/IO copying lib/Crypto/IO/_PBES.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/IO copying lib/Crypto/IO/init.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/IO creating build/lib.cygwin-3.1.4-i686-2.7/Crypto/PublicKey copying lib/Crypto/PublicKey/DSA.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/PublicKey copying lib/Crypto/PublicKey/ECC.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/PublicKey copying lib/Crypto/PublicKey/ElGamal.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/PublicKey copying lib/Crypto/PublicKey/RSA.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/PublicKey copying lib/Crypto/PublicKey/_openssh.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/PublicKey copying lib/Crypto/PublicKey/init.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/PublicKey creating build/lib.cygwin-3.1.4-i686-2.7/Crypto/Protocol copying lib/Crypto/Protocol/KDF.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Protocol copying lib/Crypto/Protocol/SecretSharing.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Protocol copying lib/Crypto/Protocol/init.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Protocol creating build/lib.cygwin-3.1.4-i686-2.7/Crypto/Random copying lib/Crypto/Random/random.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Random copying lib/Crypto/Random/init.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Random creating build/lib.cygwin-3.1.4-i686-2.7/Crypto/Signature copying lib/Crypto/Signature/DSS.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Signature copying lib/Crypto/Signature/pkcs1_15.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Signature copying lib/Crypto/Signature/PKCS1_PSS.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Signature copying lib/Crypto/Signature/PKCS1_v1_5.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Signature copying lib/Crypto/Signature/pss.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Signature copying lib/Crypto/Signature/init.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Signature creating build/lib.cygwin-3.1.4-i686-2.7/Crypto/Util copying lib/Crypto/Util/asn1.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Util copying lib/Crypto/Util/Counter.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Util copying lib/Crypto/Util/number.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Util copying lib/Crypto/Util/Padding.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Util copying lib/Crypto/Util/py3compat.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Util copying lib/Crypto/Util/RFC1751.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Util copying lib/Crypto/Util/strxor.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Util copying lib/Crypto/Util/_cpu_features.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Util copying lib/Crypto/Util/_file_system.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Util copying lib/Crypto/Util/_raw_api.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Util copying lib/Crypto/Util/init.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Util creating build/lib.cygwin-3.1.4-i686-2.7/Crypto/Math copying lib/Crypto/Math/Numbers.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Math copying lib/Crypto/Math/Primality.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Math copying lib/Crypto/Math/_IntegerBase.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Math copying lib/Crypto/Math/_IntegerCustom.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Math copying lib/Crypto/Math/_IntegerGMP.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Math copying lib/Crypto/Math/_IntegerNative.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Math copying lib/Crypto/Math/init.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Math creating build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest copying lib/Crypto/SelfTest/loader.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest copying lib/Crypto/SelfTest/st_common.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest copying lib/Crypto/SelfTest/init.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest copying lib/Crypto/SelfTest/main.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest creating build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher copying lib/Crypto/SelfTest/Cipher/common.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher copying lib/Crypto/SelfTest/Cipher/test_AES.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher copying lib/Crypto/SelfTest/Cipher/test_ARC2.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher copying lib/Crypto/SelfTest/Cipher/test_ARC4.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher copying lib/Crypto/SelfTest/Cipher/test_Blowfish.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher copying lib/Crypto/SelfTest/Cipher/test_CAST.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher copying lib/Crypto/SelfTest/Cipher/test_CBC.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher copying lib/Crypto/SelfTest/Cipher/test_CCM.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher copying lib/Crypto/SelfTest/Cipher/test_CFB.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher copying lib/Crypto/SelfTest/Cipher/test_ChaCha20.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher copying lib/Crypto/SelfTest/Cipher/test_ChaCha20_Poly1305.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher copying lib/Crypto/SelfTest/Cipher/test_CTR.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher copying lib/Crypto/SelfTest/Cipher/test_DES.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher copying lib/Crypto/SelfTest/Cipher/test_DES3.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher copying lib/Crypto/SelfTest/Cipher/test_EAX.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher copying lib/Crypto/SelfTest/Cipher/test_GCM.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher copying lib/Crypto/SelfTest/Cipher/test_OCB.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher copying lib/Crypto/SelfTest/Cipher/test_OFB.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher copying lib/Crypto/SelfTest/Cipher/test_OpenPGP.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher copying lib/Crypto/SelfTest/Cipher/test_pkcs1_15.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher copying lib/Crypto/SelfTest/Cipher/test_pkcs1_oaep.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher copying lib/Crypto/SelfTest/Cipher/test_Salsa20.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher copying lib/Crypto/SelfTest/Cipher/test_SIV.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher copying lib/Crypto/SelfTest/Cipher/init.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher creating build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Hash copying lib/Crypto/SelfTest/Hash/common.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Hash copying lib/Crypto/SelfTest/Hash/test_BLAKE2.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Hash copying lib/Crypto/SelfTest/Hash/test_CMAC.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Hash copying lib/Crypto/SelfTest/Hash/test_HMAC.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Hash copying lib/Crypto/SelfTest/Hash/test_keccak.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Hash copying lib/Crypto/SelfTest/Hash/test_MD2.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Hash copying lib/Crypto/SelfTest/Hash/test_MD4.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Hash copying lib/Crypto/SelfTest/Hash/test_MD5.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Hash copying lib/Crypto/SelfTest/Hash/test_Poly1305.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Hash copying lib/Crypto/SelfTest/Hash/test_RIPEMD160.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Hash copying lib/Crypto/SelfTest/Hash/test_SHA1.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Hash copying lib/Crypto/SelfTest/Hash/test_SHA224.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Hash copying lib/Crypto/SelfTest/Hash/test_SHA256.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Hash copying lib/Crypto/SelfTest/Hash/test_SHA384.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Hash copying lib/Crypto/SelfTest/Hash/test_SHA3_224.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Hash copying lib/Crypto/SelfTest/Hash/test_SHA3_256.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Hash copying lib/Crypto/SelfTest/Hash/test_SHA3_384.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Hash copying lib/Crypto/SelfTest/Hash/test_SHA3_512.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Hash copying lib/Crypto/SelfTest/Hash/test_SHA512.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Hash copying lib/Crypto/SelfTest/Hash/test_SHAKE.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Hash copying lib/Crypto/SelfTest/Hash/init.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Hash creating build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/IO copying lib/Crypto/SelfTest/IO/test_PBES.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/IO copying lib/Crypto/SelfTest/IO/test_PKCS8.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/IO copying lib/Crypto/SelfTest/IO/init.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/IO creating build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Protocol copying lib/Crypto/SelfTest/Protocol/test_KDF.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Protocol copying lib/Crypto/SelfTest/Protocol/test_rfc1751.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Protocol copying lib/Crypto/SelfTest/Protocol/test_SecretSharing.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Protocol copying lib/Crypto/SelfTest/Protocol/init.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Protocol creating build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey copying lib/Crypto/SelfTest/PublicKey/test_DSA.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey copying lib/Crypto/SelfTest/PublicKey/test_ECC.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey copying lib/Crypto/SelfTest/PublicKey/test_ElGamal.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey copying lib/Crypto/SelfTest/PublicKey/test_import_DSA.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey copying lib/Crypto/SelfTest/PublicKey/test_import_ECC.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey copying lib/Crypto/SelfTest/PublicKey/test_import_RSA.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey copying lib/Crypto/SelfTest/PublicKey/test_RSA.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey copying lib/Crypto/SelfTest/PublicKey/init.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey creating build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Random copying lib/Crypto/SelfTest/Random/test_random.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Random copying lib/Crypto/SelfTest/Random/init.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Random creating build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature copying lib/Crypto/SelfTest/Signature/test_dss.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature copying lib/Crypto/SelfTest/Signature/test_pkcs1_15.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature copying lib/Crypto/SelfTest/Signature/test_pss.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature copying lib/Crypto/SelfTest/Signature/init.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature creating build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Util copying lib/Crypto/SelfTest/Util/test_asn1.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Util copying lib/Crypto/SelfTest/Util/test_Counter.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Util copying lib/Crypto/SelfTest/Util/test_number.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Util copying lib/Crypto/SelfTest/Util/test_Padding.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Util copying lib/Crypto/SelfTest/Util/test_rfc1751.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Util copying lib/Crypto/SelfTest/Util/test_strxor.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Util copying lib/Crypto/SelfTest/Util/init.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Util creating build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Math copying lib/Crypto/SelfTest/Math/test_modexp.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Math copying lib/Crypto/SelfTest/Math/test_Numbers.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Math copying lib/Crypto/SelfTest/Math/test_Primality.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Math copying lib/Crypto/SelfTest/Math/init.py -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Math copying lib/Crypto/py.typed -> build/lib.cygwin-3.1.4-i686-2.7/Crypto copying lib/Crypto/init.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto copying lib/Crypto/Cipher/AES.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Cipher copying lib/Crypto/Cipher/ARC2.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Cipher copying lib/Crypto/Cipher/ARC4.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Cipher copying lib/Crypto/Cipher/Blowfish.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Cipher copying lib/Crypto/Cipher/CAST.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Cipher copying lib/Crypto/Cipher/ChaCha20.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Cipher copying lib/Crypto/Cipher/ChaCha20_Poly1305.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Cipher copying lib/Crypto/Cipher/DES.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Cipher copying lib/Crypto/Cipher/DES3.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Cipher copying lib/Crypto/Cipher/PKCS1_OAEP.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Cipher copying lib/Crypto/Cipher/PKCS1_v1_5.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Cipher copying lib/Crypto/Cipher/Salsa20.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Cipher copying lib/Crypto/Cipher/_EKSBlowfish.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Cipher copying lib/Crypto/Cipher/_mode_cbc.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Cipher copying lib/Crypto/Cipher/_mode_ccm.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Cipher copying lib/Crypto/Cipher/_mode_cfb.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Cipher copying lib/Crypto/Cipher/_mode_ctr.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Cipher copying lib/Crypto/Cipher/_mode_eax.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Cipher copying lib/Crypto/Cipher/_mode_ecb.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Cipher copying lib/Crypto/Cipher/_mode_gcm.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Cipher copying lib/Crypto/Cipher/_mode_ocb.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Cipher copying lib/Crypto/Cipher/_mode_ofb.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Cipher copying lib/Crypto/Cipher/_mode_openpgp.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Cipher copying lib/Crypto/Cipher/_mode_siv.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Cipher copying lib/Crypto/Cipher/init.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Cipher copying lib/Crypto/Hash/BLAKE2b.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Hash copying lib/Crypto/Hash/BLAKE2s.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Hash copying lib/Crypto/Hash/CMAC.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Hash copying lib/Crypto/Hash/HMAC.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Hash copying lib/Crypto/Hash/keccak.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Hash copying lib/Crypto/Hash/MD2.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Hash copying lib/Crypto/Hash/MD4.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Hash copying lib/Crypto/Hash/MD5.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Hash copying lib/Crypto/Hash/Poly1305.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Hash copying lib/Crypto/Hash/RIPEMD.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Hash copying lib/Crypto/Hash/RIPEMD160.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Hash copying lib/Crypto/Hash/SHA.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Hash copying lib/Crypto/Hash/SHA1.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Hash copying lib/Crypto/Hash/SHA224.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Hash copying lib/Crypto/Hash/SHA256.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Hash copying lib/Crypto/Hash/SHA384.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Hash copying lib/Crypto/Hash/SHA3_224.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Hash copying lib/Crypto/Hash/SHA3_256.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Hash copying lib/Crypto/Hash/SHA3_384.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Hash copying lib/Crypto/Hash/SHA3_512.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Hash copying lib/Crypto/Hash/SHA512.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Hash copying lib/Crypto/Hash/SHAKE128.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Hash copying lib/Crypto/Hash/SHAKE256.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Hash copying lib/Crypto/Hash/init.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Hash copying lib/Crypto/IO/PEM.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/IO copying lib/Crypto/IO/PKCS8.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/IO copying lib/Crypto/IO/_PBES.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/IO copying lib/Crypto/PublicKey/DSA.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/PublicKey copying lib/Crypto/PublicKey/ECC.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/PublicKey copying lib/Crypto/PublicKey/ElGamal.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/PublicKey copying lib/Crypto/PublicKey/RSA.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/PublicKey copying lib/Crypto/PublicKey/_openssh.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/PublicKey copying lib/Crypto/PublicKey/init.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/PublicKey copying lib/Crypto/Protocol/KDF.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Protocol copying lib/Crypto/Protocol/SecretSharing.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Protocol copying lib/Crypto/Protocol/init.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Protocol copying lib/Crypto/Random/random.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Random copying lib/Crypto/Random/init.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Random copying lib/Crypto/Signature/DSS.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Signature copying lib/Crypto/Signature/pkcs1_15.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Signature copying lib/Crypto/Signature/PKCS1_PSS.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Signature copying lib/Crypto/Signature/PKCS1_v1_5.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Signature copying lib/Crypto/Signature/pss.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Signature copying lib/Crypto/Util/asn1.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Util copying lib/Crypto/Util/Counter.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Util copying lib/Crypto/Util/number.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Util copying lib/Crypto/Util/Padding.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Util copying lib/Crypto/Util/py3compat.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Util copying lib/Crypto/Util/RFC1751.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Util copying lib/Crypto/Util/strxor.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Util copying lib/Crypto/Util/_cpu_features.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Util copying lib/Crypto/Util/_file_system.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Util copying lib/Crypto/Util/_raw_api.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Util copying lib/Crypto/Math/Numbers.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Math copying lib/Crypto/Math/Primality.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Math copying lib/Crypto/Math/_IntegerBase.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Math copying lib/Crypto/Math/_IntegerCustom.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Math copying lib/Crypto/Math/_IntegerGMP.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Math copying lib/Crypto/Math/_IntegerNative.pyi -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/Math creating build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors creating build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CBCGFSbox128.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CBCGFSbox192.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CBCGFSbox256.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CBCKeySbox128.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CBCKeySbox192.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CBCKeySbox256.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CBCMCT128.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CBCMCT192.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CBCMCT256.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CBCMMT128.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CBCMMT192.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CBCMMT256.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CBCVarKey128.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CBCVarKey192.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CBCVarKey256.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CBCVarTxt128.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CBCVarTxt192.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CBCVarTxt256.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128GFSbox128.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128GFSbox192.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128GFSbox256.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128KeySbox128.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128KeySbox192.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128KeySbox256.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128MCT128.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128MCT192.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128MCT256.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128MMT128.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128MMT192.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128MMT256.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128VarKey128.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128VarKey192.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128VarKey256.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128VarTxt128.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128VarTxt192.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128VarTxt256.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8GFSbox128.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8GFSbox192.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8GFSbox256.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8KeySbox128.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8KeySbox192.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8KeySbox256.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8MCT128.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8MCT192.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8MCT256.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8MMT128.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8MMT192.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8MMT256.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8VarKey128.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8VarKey192.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8VarKey256.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8VarTxt128.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8VarTxt192.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8VarTxt256.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/gcmDecrypt128.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/gcmEncryptExtIV128.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/OFBGFSbox128.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/OFBGFSbox192.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/OFBGFSbox256.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/OFBKeySbox128.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/OFBKeySbox192.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/OFBKeySbox256.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/OFBMCT128.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/OFBMCT192.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/OFBMCT256.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/OFBMMT128.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/OFBMMT192.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/OFBMMT256.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/OFBVarKey128.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/OFBVarKey192.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/OFBVarKey256.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/OFBVarTxt128.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/OFBVarTxt192.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/OFBVarTxt256.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/README.txt -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/AES creating build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/README.txt -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TCBCinvperm.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TCBCMMT2.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TCBCMMT3.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TCBCpermop.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TCBCsubtab.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TCBCvarkey.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TCBCvartext.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TCFB64invperm.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TCFB64MMT2.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TCFB64MMT3.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TCFB64permop.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TCFB64subtab.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TCFB64varkey.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TCFB64vartext.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TCFB8invperm.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TCFB8MMT2.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TCFB8MMT3.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TCFB8permop.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TCFB8subtab.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TCFB8varkey.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TCFB8vartext.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TECBMMT2.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TECBMMT3.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TOFBinvperm.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TOFBMMT2.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TOFBMMT3.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TOFBpermop.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TOFBsubtab.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TOFBvarkey.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TOFBvartext.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES creating build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/wycheproof copying lib/Crypto/SelfTest/Cipher/test_vectors/wycheproof/aead_aes_siv_cmac_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/wycheproof copying lib/Crypto/SelfTest/Cipher/test_vectors/wycheproof/aes_ccm_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/wycheproof copying lib/Crypto/SelfTest/Cipher/test_vectors/wycheproof/aes_eax_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/wycheproof copying lib/Crypto/SelfTest/Cipher/test_vectors/wycheproof/aes_gcm_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/wycheproof copying lib/Crypto/SelfTest/Cipher/test_vectors/wycheproof/aes_siv_cmac_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/wycheproof copying lib/Crypto/SelfTest/Cipher/test_vectors/wycheproof/chacha20_poly1305_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/wycheproof copying lib/Crypto/SelfTest/Cipher/test_vectors/wycheproof/rsa_oaep_2048_sha1_mgf1sha1_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/wycheproof copying lib/Crypto/SelfTest/Cipher/test_vectors/wycheproof/rsa_oaep_2048_sha224_mgf1sha1_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/wycheproof copying lib/Crypto/SelfTest/Cipher/test_vectors/wycheproof/rsa_oaep_2048_sha224_mgf1sha224_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/wycheproof copying lib/Crypto/SelfTest/Cipher/test_vectors/wycheproof/rsa_oaep_2048_sha256_mgf1sha1_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/wycheproof copying lib/Crypto/SelfTest/Cipher/test_vectors/wycheproof/rsa_oaep_2048_sha256_mgf1sha256_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/wycheproof copying lib/Crypto/SelfTest/Cipher/test_vectors/wycheproof/rsa_oaep_2048_sha384_mgf1sha1_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/wycheproof copying lib/Crypto/SelfTest/Cipher/test_vectors/wycheproof/rsa_oaep_2048_sha384_mgf1sha384_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/wycheproof copying lib/Crypto/SelfTest/Cipher/test_vectors/wycheproof/rsa_oaep_2048_sha512_mgf1sha1_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/wycheproof copying lib/Crypto/SelfTest/Cipher/test_vectors/wycheproof/rsa_oaep_2048_sha512_mgf1sha512_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/wycheproof copying lib/Crypto/SelfTest/Cipher/test_vectors/wycheproof/rsa_oaep_3072_sha256_mgf1sha1_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/wycheproof copying lib/Crypto/SelfTest/Cipher/test_vectors/wycheproof/rsa_oaep_3072_sha256_mgf1sha256_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/wycheproof copying lib/Crypto/SelfTest/Cipher/test_vectors/wycheproof/rsa_oaep_3072_sha512_mgf1sha1_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/wycheproof copying lib/Crypto/SelfTest/Cipher/test_vectors/wycheproof/rsa_oaep_3072_sha512_mgf1sha512_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/wycheproof copying lib/Crypto/SelfTest/Cipher/test_vectors/wycheproof/rsa_oaep_4096_sha256_mgf1sha1_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/wycheproof copying lib/Crypto/SelfTest/Cipher/test_vectors/wycheproof/rsa_oaep_4096_sha256_mgf1sha256_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/wycheproof copying lib/Crypto/SelfTest/Cipher/test_vectors/wycheproof/rsa_oaep_4096_sha512_mgf1sha1_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/wycheproof copying lib/Crypto/SelfTest/Cipher/test_vectors/wycheproof/rsa_oaep_4096_sha512_mgf1sha512_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/wycheproof copying lib/Crypto/SelfTest/Cipher/test_vectors/wycheproof/rsa_oaep_misc_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/wycheproof copying lib/Crypto/SelfTest/Cipher/test_vectors/wycheproof/rsa_pkcs1_2048_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/wycheproof copying lib/Crypto/SelfTest/Cipher/test_vectors/wycheproof/rsa_pkcs1_3072_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/wycheproof copying lib/Crypto/SelfTest/Cipher/test_vectors/wycheproof/rsa_pkcs1_4096_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/wycheproof copying lib/Crypto/SelfTest/Cipher/test_vectors/wycheproof/xchacha20_poly1305_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Cipher/test_vectors/wycheproof creating build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Hash/test_vectors creating build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Hash/test_vectors/SHA1 copying lib/Crypto/SelfTest/Hash/test_vectors/SHA1/SHA1ShortMsg.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Hash/test_vectors/SHA1 creating build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Hash/test_vectors/SHA2 copying lib/Crypto/SelfTest/Hash/test_vectors/SHA2/SHA512ShortMsg.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Hash/test_vectors/SHA2 copying lib/Crypto/SelfTest/Hash/test_vectors/SHA2/SHA512_224ShortMsg.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Hash/test_vectors/SHA2 copying lib/Crypto/SelfTest/Hash/test_vectors/SHA2/SHA512_256ShortMsg.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Hash/test_vectors/SHA2 creating build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Hash/test_vectors/SHA3 copying lib/Crypto/SelfTest/Hash/test_vectors/SHA3/ShortMsgKAT_SHA3-224.txt -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Hash/test_vectors/SHA3 copying lib/Crypto/SelfTest/Hash/test_vectors/SHA3/ShortMsgKAT_SHA3-256.txt -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Hash/test_vectors/SHA3 copying lib/Crypto/SelfTest/Hash/test_vectors/SHA3/ShortMsgKAT_SHA3-384.txt -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Hash/test_vectors/SHA3 copying lib/Crypto/SelfTest/Hash/test_vectors/SHA3/ShortMsgKAT_SHA3-512.txt -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Hash/test_vectors/SHA3 copying lib/Crypto/SelfTest/Hash/test_vectors/SHA3/ShortMsgKAT_SHAKE128.txt -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Hash/test_vectors/SHA3 copying lib/Crypto/SelfTest/Hash/test_vectors/SHA3/ShortMsgKAT_SHAKE256.txt -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Hash/test_vectors/SHA3 creating build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Hash/test_vectors/keccak copying lib/Crypto/SelfTest/Hash/test_vectors/keccak/ExtremelyLongMsgKAT_224.txt -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Hash/test_vectors/keccak copying lib/Crypto/SelfTest/Hash/test_vectors/keccak/ExtremelyLongMsgKAT_256.txt -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Hash/test_vectors/keccak copying lib/Crypto/SelfTest/Hash/test_vectors/keccak/ExtremelyLongMsgKAT_384.txt -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Hash/test_vectors/keccak copying lib/Crypto/SelfTest/Hash/test_vectors/keccak/ExtremelyLongMsgKAT_512.txt -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Hash/test_vectors/keccak copying lib/Crypto/SelfTest/Hash/test_vectors/keccak/LongMsgKAT_224.txt -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Hash/test_vectors/keccak copying lib/Crypto/SelfTest/Hash/test_vectors/keccak/LongMsgKAT_256.txt -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Hash/test_vectors/keccak copying lib/Crypto/SelfTest/Hash/test_vectors/keccak/LongMsgKAT_384.txt -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Hash/test_vectors/keccak copying lib/Crypto/SelfTest/Hash/test_vectors/keccak/LongMsgKAT_512.txt -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Hash/test_vectors/keccak copying lib/Crypto/SelfTest/Hash/test_vectors/keccak/readme.txt -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Hash/test_vectors/keccak copying lib/Crypto/SelfTest/Hash/test_vectors/keccak/ShortMsgKAT_224.txt -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Hash/test_vectors/keccak copying lib/Crypto/SelfTest/Hash/test_vectors/keccak/ShortMsgKAT_256.txt -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Hash/test_vectors/keccak copying lib/Crypto/SelfTest/Hash/test_vectors/keccak/ShortMsgKAT_384.txt -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Hash/test_vectors/keccak copying lib/Crypto/SelfTest/Hash/test_vectors/keccak/ShortMsgKAT_512.txt -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Hash/test_vectors/keccak creating build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Hash/test_vectors/BLAKE2s copying lib/Crypto/SelfTest/Hash/test_vectors/BLAKE2s/blake2s-test.txt -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Hash/test_vectors/BLAKE2s copying lib/Crypto/SelfTest/Hash/test_vectors/BLAKE2s/tv1.txt -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Hash/test_vectors/BLAKE2s copying lib/Crypto/SelfTest/Hash/test_vectors/BLAKE2s/tv2.txt -> build/lib.ygwin-3.1.4-i686-2.7/Crypto/SelfTest/Hash/test_vectors/BLAKE2s creating build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Hash/test_vectors/BLAKE2b copying lib/Crypto/SelfTest/Hash/test_vectors/BLAKE2b/blake2b-test.txt -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Hash/test_vectors/BLAKE2b copying lib/Crypto/SelfTest/Hash/test_vectors/BLAKE2b/tv1.txt -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Hash/test_vectors/BLAKE2b copying lib/Crypto/SelfTest/Hash/test_vectors/BLAKE2b/tv2.txt -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Hash/test_vectors/BLAKE2b creating build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Hash/test_vectors/wycheproof copying lib/Crypto/SelfTest/Hash/test_vectors/wycheproof/aes_cmac_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Hash/test_vectors/wycheproof creating build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Protocol/test_vectors creating build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Protocol/test_vectors/wycheproof copying lib/Crypto/SelfTest/Protocol/test_vectors/wycheproof/hkdf_sha1_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Protocol/test_vectors/wycheproof copying lib/Crypto/SelfTest/Protocol/test_vectors/wycheproof/hkdf_sha256_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Protocol/test_vectors/wycheproof copying lib/Crypto/SelfTest/Protocol/test_vectors/wycheproof/hkdf_sha384_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Protocol/test_vectors/wycheproof copying lib/Crypto/SelfTest/Protocol/test_vectors/wycheproof/hkdf_sha512_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Protocol/test_vectors/wycheproof creating build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors creating build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256.txt -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private.der -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private.pem -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_ecparams.pem -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_enc_aes128.pem -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_enc_aes192.pem -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_enc_aes256.pem -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_enc_aes256_gcm.pem -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_enc_des3.pem -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_openssh.pem -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_openssh_old.pem -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_openssh_pwd.pem -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_openssh_pwd_old.pem -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_p8.der -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_p8.pem -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_p8_clear.der -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_p8_clear.pem -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_public.der -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_public.pem -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_public_compressed.der -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_public_compressed.pem -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_public_openssh.txt -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_x509.der -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_x509.pem -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p384.txt -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p384_private.der -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p384_private.pem -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p384_private_enc_aes128.pem -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p384_private_enc_aes192.pem -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p384_private_enc_aes256.pem -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p384_private_enc_aes256_gcm.pem -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p384_private_enc_des3.pem -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p384_private_openssh.pem -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p384_private_openssh_old.pem -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p384_private_openssh_pwd.pem -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p384_private_openssh_pwd_old.pem -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p384_private_p8.der -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p384_private_p8.pem -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p384_private_p8_clear.der -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p384_private_p8_clear.pem -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p384_public.der -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p384_public.pem -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p384_public_compressed.der -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p384_public_compressed.pem -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p384_public_openssh.txt -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p384_x509.der -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p384_x509.pem -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p521.txt -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p521_private.der -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p521_private.pem -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p521_private_enc_aes128.pem -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p521_private_enc_aes192.pem -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p521_private_enc_aes256.pem -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p521_private_enc_aes256_gcm.pem -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p521_private_enc_des3.pem -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p521_private_openssh.pem -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p521_private_openssh_old.pem -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p521_private_openssh_pwd.pem -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p521_private_openssh_pwd_old.pem -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p521_private_p8.der -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p521_private_p8.pem -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p521_private_p8_clear.der -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p521_private_p8_clear.pem -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p521_public.der -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p521_public.pem -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p521_public_compressed.der -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p521_public_compressed.pem -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p521_public_openssh.txt -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p521_x509.der -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p521_x509.pem -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/gen_ecc_p256.sh -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/gen_ecc_p384.sh -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/gen_ecc_p521.sh -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/openssl_version.txt -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/openssl_version_p384.txt -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/openssl_version_p521.txt -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/point-at-infinity.org-P256.txt -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/point-at-infinity.org-P384.txt -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/point-at-infinity.org-P521.txt -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC creating build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/RSA copying lib/Crypto/SelfTest/PublicKey/test_vectors/RSA/gen_rsa_2048.sh -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/RSA copying lib/Crypto/SelfTest/PublicKey/test_vectors/RSA/openssl_version.txt -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/RSA copying lib/Crypto/SelfTest/PublicKey/test_vectors/RSA/rsa2048_private.pem -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/RSA copying lib/Crypto/SelfTest/PublicKey/test_vectors/RSA/rsa2048_private_openssh.pem -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/RSA copying lib/Crypto/SelfTest/PublicKey/test_vectors/RSA/rsa2048_private_openssh_old.pem -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/RSA copying lib/Crypto/SelfTest/PublicKey/test_vectors/RSA/rsa2048_private_openssh_pwd.pem -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/RSA copying lib/Crypto/SelfTest/PublicKey/test_vectors/RSA/rsa2048_private_openssh_pwd_old.pem -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/RSA copying lib/Crypto/SelfTest/PublicKey/test_vectors/RSA/rsa2048_public_openssh.txt -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/PublicKey/test_vectors/RSA creating build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors creating build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/DSA copying lib/Crypto/SelfTest/Signature/test_vectors/DSA/FIPS_186_3_SigGen.txt -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/DSA copying lib/Crypto/SelfTest/Signature/test_vectors/DSA/FIPS_186_3_SigVer.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/DSA creating build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/ECDSA copying lib/Crypto/SelfTest/Signature/test_vectors/ECDSA/README.txt -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/ECDSA copying lib/Crypto/SelfTest/Signature/test_vectors/ECDSA/SigGen.txt -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/ECDSA copying lib/Crypto/SelfTest/Signature/test_vectors/ECDSA/SigVer.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/ECDSA creating build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/PKCS1-v1.5 copying lib/Crypto/SelfTest/Signature/test_vectors/PKCS1-v1.5/SigGen15_186-2.txt -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/PKCS1-v1.5 copying lib/Crypto/SelfTest/Signature/test_vectors/PKCS1-v1.5/SigGen15_186-3.txt -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/PKCS1-v1.5 copying lib/Crypto/SelfTest/Signature/test_vectors/PKCS1-v1.5/SigVer15_186-3.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/PKCS1-v1.5 creating build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/PKCS1-PSS copying lib/Crypto/SelfTest/Signature/test_vectors/PKCS1-PSS/SigGenPSS_186-2.txt -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/PKCS1-PSS copying lib/Crypto/SelfTest/Signature/test_vectors/PKCS1-PSS/SigGenPSS_186-3.txt -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/PKCS1-PSS copying lib/Crypto/SelfTest/Signature/test_vectors/PKCS1-PSS/SigVerPSS_186-3.rsp -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/PKCS1-PSS creating build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/wycheproof copying lib/Crypto/SelfTest/Signature/test_vectors/wycheproof/dsa_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/wycheproof copying lib/Crypto/SelfTest/Signature/test_vectors/wycheproof/ecdsa_secp224r1_sha224_p1363_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/wycheproof copying lib/Crypto/SelfTest/Signature/test_vectors/wycheproof/ecdsa_secp224r1_sha224_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/wycheproof copying lib/Crypto/SelfTest/Signature/test_vectors/wycheproof/ecdsa_secp224r1_sha256_p1363_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/wycheproof copying lib/Crypto/SelfTest/Signature/test_vectors/wycheproof/ecdsa_secp224r1_sha256_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/wycheproof copying lib/Crypto/SelfTest/Signature/test_vectors/wycheproof/ecdsa_secp224r1_sha3_224_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/wycheproof copying lib/Crypto/SelfTest/Signature/test_vectors/wycheproof/ecdsa_secp224r1_sha3_256_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/wycheproof copying lib/Crypto/SelfTest/Signature/test_vectors/wycheproof/ecdsa_secp224r1_sha3_512_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/wycheproof copying lib/Crypto/SelfTest/Signature/test_vectors/wycheproof/ecdsa_secp224r1_sha512_p1363_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/wycheproof copying lib/Crypto/SelfTest/Signature/test_vectors/wycheproof/ecdsa_secp224r1_sha512_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/wycheproof copying lib/Crypto/SelfTest/Signature/test_vectors/wycheproof/ecdsa_secp256r1_sha256_p1363_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/wycheproof copying lib/Crypto/SelfTest/Signature/test_vectors/wycheproof/ecdsa_secp256r1_sha256_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/wycheproof copying lib/Crypto/SelfTest/Signature/test_vectors/wycheproof/ecdsa_secp256r1_sha3_256_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/wycheproof copying lib/Crypto/SelfTest/Signature/test_vectors/wycheproof/ecdsa_secp256r1_sha3_512_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/wycheproof copying lib/Crypto/SelfTest/Signature/test_vectors/wycheproof/ecdsa_secp256r1_sha512_p1363_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/wycheproof copying lib/Crypto/SelfTest/Signature/test_vectors/wycheproof/ecdsa_secp256r1_sha512_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/wycheproof copying lib/Crypto/SelfTest/Signature/test_vectors/wycheproof/ecdsa_secp384r1_sha384_p1363_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/wycheproof copying lib/Crypto/SelfTest/Signature/test_vectors/wycheproof/ecdsa_secp384r1_sha384_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/wycheproof copying lib/Crypto/SelfTest/Signature/test_vectors/wycheproof/ecdsa_secp384r1_sha3_384_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/wycheproof copying lib/Crypto/SelfTest/Signature/test_vectors/wycheproof/ecdsa_secp384r1_sha3_512_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/wycheproof copying lib/Crypto/SelfTest/Signature/test_vectors/wycheproof/ecdsa_secp384r1_sha512_p1363_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/wycheproof copying lib/Crypto/SelfTest/Signature/test_vectors/wycheproof/ecdsa_secp384r1_sha512_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/wycheproof copying lib/Crypto/SelfTest/Signature/test_vectors/wycheproof/ecdsa_secp521r1_sha3_512_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/wycheproof copying lib/Crypto/SelfTest/Signature/test_vectors/wycheproof/ecdsa_secp521r1_sha512_p1363_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/wycheproof copying lib/Crypto/SelfTest/Signature/test_vectors/wycheproof/ecdsa_secp521r1_sha512_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/wycheproof copying lib/Crypto/SelfTest/Signature/test_vectors/wycheproof/ecdsa_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/wycheproof copying lib/Crypto/SelfTest/Signature/test_vectors/wycheproof/ecdsa_webcrypto_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/wycheproof copying lib/Crypto/SelfTest/Signature/test_vectors/wycheproof/rsa_pss_2048_sha1_mgf1_20_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/wycheproof copying lib/Crypto/SelfTest/Signature/test_vectors/wycheproof/rsa_pss_2048_sha256_mgf1_0_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/wycheproof copying lib/Crypto/SelfTest/Signature/test_vectors/wycheproof/rsa_pss_2048_sha256_mgf1_32_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/wycheproof copying lib/Crypto/SelfTest/Signature/test_vectors/wycheproof/rsa_pss_2048_sha512_256_mgf1_28_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/wycheproof copying lib/Crypto/SelfTest/Signature/test_vectors/wycheproof/rsa_pss_2048_sha512_256_mgf1_32_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/wycheproof copying lib/Crypto/SelfTest/Signature/test_vectors/wycheproof/rsa_pss_3072_sha256_mgf1_32_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/wycheproof copying lib/Crypto/SelfTest/Signature/test_vectors/wycheproof/rsa_pss_4096_sha256_mgf1_32_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/wycheproof copying lib/Crypto/SelfTest/Signature/test_vectors/wycheproof/rsa_pss_4096_sha512_mgf1_32_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/wycheproof copying lib/Crypto/SelfTest/Signature/test_vectors/wycheproof/rsa_pss_misc_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/wycheproof copying lib/Crypto/SelfTest/Signature/test_vectors/wycheproof/rsa_signature_2048_sha224_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/wycheproof copying lib/Crypto/SelfTest/Signature/test_vectors/wycheproof/rsa_signature_2048_sha256_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/wycheproof copying lib/Crypto/SelfTest/Signature/test_vectors/wycheproof/rsa_signature_2048_sha384_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/wycheproof copying lib/Crypto/SelfTest/Signature/test_vectors/wycheproof/rsa_signature_2048_sha3_224_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/wycheproof copying lib/Crypto/SelfTest/Signature/test_vectors/wycheproof/rsa_signature_2048_sha3_256_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/wycheproof copying lib/Crypto/SelfTest/Signature/test_vectors/wycheproof/rsa_signature_2048_sha3_384_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/wycheproof copying lib/Crypto/SelfTest/Signature/test_vectors/wycheproof/rsa_signature_2048_sha3_512_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/wycheproof copying lib/Crypto/SelfTest/Signature/test_vectors/wycheproof/rsa_signature_2048_sha512_224_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/wycheproof copying lib/Crypto/SelfTest/Signature/test_vectors/wycheproof/rsa_signature_2048_sha512_256_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/wycheproof copying lib/Crypto/SelfTest/Signature/test_vectors/wycheproof/rsa_signature_2048_sha512_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/wycheproof copying lib/Crypto/SelfTest/Signature/test_vectors/wycheproof/rsa_signature_3072_sha256_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/wycheproof copying lib/Crypto/SelfTest/Signature/test_vectors/wycheproof/rsa_signature_3072_sha384_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/wycheproof copying lib/Crypto/SelfTest/Signature/test_vectors/wycheproof/rsa_signature_3072_sha3_256_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/wycheproof copying lib/Crypto/SelfTest/Signature/test_vectors/wycheproof/rsa_signature_3072_sha3_384_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/wycheproof copying lib/Crypto/SelfTest/Signature/test_vectors/wycheproof/rsa_signature_3072_sha3_512_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/wycheproof copying lib/Crypto/SelfTest/Signature/test_vectors/wycheproof/rsa_signature_3072_sha512_256_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/wycheproof copying lib/Crypto/SelfTest/Signature/test_vectors/wycheproof/rsa_signature_3072_sha512_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/wycheproof copying lib/Crypto/SelfTest/Signature/test_vectors/wycheproof/rsa_signature_4096_sha384_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/wycheproof copying lib/Crypto/SelfTest/Signature/test_vectors/wycheproof/rsa_signature_4096_sha512_256_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/wycheproof copying lib/Crypto/SelfTest/Signature/test_vectors/wycheproof/rsa_signature_4096_sha512_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/wycheproof copying lib/Crypto/SelfTest/Signature/test_vectors/wycheproof/rsa_signature_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/wycheproof copying lib/Crypto/SelfTest/Signature/test_vectors/wycheproof/rsa_sig_gen_misc_test.json -> build/lib.cygwin-3.1.4-i686-2.7/Crypto/SelfTest/Signature/test_vectors/wycheproof running build_ext building 'Crypto.Hash._MD2' extension creating build/temp.cygwin-3.1.4-i686-2.7 creating build/temp.cygwin-3.1.4-i686-2.7/src gcc -fno-strict-aliasing -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -fdebug-prefix-map=/usr/src/ports/python2/python2-2.7.16-1.i686/build=/usr/src/debug/python2-2.7.16-1 -fdebug-prefix-map=/usr/src/ports/python2/python2-2.7.16-1.i686/src/Python-2.7.16=/usr/src/debug/python2-2.7.16-1 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DPYCRYPTO_LITTLE_ENDIAN -DSYS_BITS=32 -DLTC_NO_ASM -Isrc/ -I/usr/include/python2.7 -c src/MD2.c -o build/temp.cygwin-3.1.4-i686-2.7/src/MD2.o In file included from src/MD2.c:28: src/common.h:65:9: error: unknown type name ‘int8’ 65 | typedef int8 int8_t; | ^~ src/common.h:65:16: error: conflicting types for ‘int8_t’ 65 | typedef int8 int8_t; | ^~ In file included from /usr/include/sys/types.h:46, from /usr/include/stdio.h:61, from src/common.h:34, from src/MD2.c:28: /usr/include/sys/_stdint.h:20:18: note: previous declaration of ‘int8_t’ was here 20 | typedef __int8_t int8_t ; | ^~ In file included from src/MD2.c:28: src/common.h:66:24: error: expected ‘;’ before ‘uint8_t’ 66 | typedef unsigned int8 uint8_t; | ^~~~ | ; src/common.h:66:1: warning: useless type name in empty declaration 66 | typedef unsigned int8 uint8_t; | ^~~ src/common.h:67:9: error: unknown type name ‘int16’ 67 | typedef int16 int16_t; | ^~~ src/common.h:67:17: error: conflicting types for ‘int16_t’ 67 | typedef __int16 int16_t; | ^~~ In file included from /usr/include/sys/types.h:46, from /usr/include/stdio.h:61, from src/common.h:34, from src/MD2.c:28: /usr/include/sys/_stdint.h:32:19: note: previous declaration of ‘int16_t’ was here 32 | typedef int16_t int16_t ; | ^~~ In file included from src/MD2.c:28: src/common.h:68:25: error: expected ‘;’ before ‘uint16_t’ 68 | typedef unsigned int16 uint16_t; | ^~~~~ | ; src/common.h:68:1: warning: useless type name in empty declaration 68 | typedef unsigned __int16 uint16_t; | ^~~ src/common.h:69:9: error: unknown type name ‘int32’ 69 | typedef int32 int32_t; | ^~~ src/common.h:70:25: error: expected ‘;’ before ‘uint32_t’ 70 | typedef unsigned int32 uint32_t; | ^~~~~ | ; src/common.h:70:1: warning: useless type name in empty declaration 70 | typedef unsigned int32 uint32_t; | ^~~ src/common.h:71:9: error: unknown type name ‘int64’ 71 | typedef int64 int64_t; | ^~~ src/common.h:71:17: error: conflicting types for ‘int64_t’ 71 | typedef __int64 int64_t; | ^~~ In file included from /usr/include/sys/types.h:46, from /usr/include/stdio.h:61, from src/common.h:34, from src/MD2.c:28: /usr/include/sys/_stdint.h:56:19: note: previous declaration of ‘int64_t’ was here 56 | typedef int64_t int64_t ; | ^~~ In file included from src/MD2.c:28: src/common.h:72:25: error: expected ‘;’ before ‘uint64_t’ 72 | typedef unsigned __int64 uint64_t; | ^~~~~ | ; src/common.h:72:1: warning: useless type name in empty declaration 72 | typedef unsigned __int64 uint64_t; | ^~~ In file included from src/MD2.c:28: src/common.h:179:2: error: #error No routines for aligned memory 179 | #error No routines for aligned memory | ^~~~~ error: command 'gcc' failed with exit status 1

ERROR: Command errored out with exit status 1: /usr/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-u3b6ex/pycryptodome/setup.py'"'"'; file='"'"'/tmp/pip-install-u3b6ex/pycryptodome/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' install --record /tmp/pip-record-hA5Mb4/install-record.txt --single-version-externally-managed --compile --install-headers /usr/include/python2.7/pycryptodome Check the logs for full command output.

Legrandin commented 4 years ago

My guess is that your installation of gcc 9.2 is incomplete (or broken) and not even able to compile the simplest C program. Have you tried that? For instance, it could be that binutils is too old (maybe still the one from the gcc 7 installation?).

maheus commented 3 years ago

Hi @Legrandin @jteng7 ,

i have a same error on raspberry with a compiled version of Python 3.8 . All is fine with python 3.7 installed with apt. do you have en idea to solve this problem ?