subzeroid / instagrapi

🔥 The fastest and powerful Python library for Instagram Private API 2024
https://hikerapi.com/p/bkXQlaVe
MIT License
4.21k stars 667 forks source link

[BUG] When try to install Instagrapi on MAC #374

Closed Almopt closed 3 years ago

Almopt commented 3 years ago

Compensate with donations ($20 and more) for the time I spent to fix problems or send me your Pull Request with fixes

Describe the bug Running the command python -m pip install instagrapi

To Reproduce Provide a piece of code to reproduce the problem.

Traceback /usr/local/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/sqlite/include -I/Users/alexmorg/PycharmProjects/InstagramBot/venv/include -I/usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c src/MD2.c -o build/temp.macosx-11-x86_64-3.9/src/MD2.o clang: error: invalid version number in 'MACOSX_DEPLOYMENT_TARGET=11' error: command '/usr/bin/clang' failed with exit code 1

Expected behavior I should expect the installation be ok.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Additional context Add any other context about the problem here.

adw0rd commented 3 years ago

@Almopt provide uname -a, i need to understand what architecture you have And send full traceback

adw0rd commented 3 years ago

This problem is reproducible only for you, meanwhile tests with python 3.9 passed https://github.com/adw0rd/instagrapi/runs/3597098271?check_suite_focus=true

image

Almopt commented 3 years ago

(venv) alexmorg@MBPdeAlexandre InstagramBot % python -m pip install instagrapi Collecting instagrapi Downloading instagrapi-1.13.3.tar.gz (72 kB) |████████████████████████████████| 72 kB 791 kB/s Requirement already satisfied: requests<3.0,>=2.25.1 in ./venv/lib/python3.9/site-packages (from instagrapi) (2.26.0) Requirement already satisfied: PySocks==1.7.1 in ./venv/lib/python3.9/site-packages (from instagrapi) (1.7.1) Requirement already satisfied: pydantic==1.8.2 in ./venv/lib/python3.9/site-packages (from instagrapi) (1.8.2) Collecting pycryptodomex==3.9.9 Using cached pycryptodomex-3.9.9.tar.gz (15.5 MB) Requirement already satisfied: typing-extensions>=3.7.4.3 in ./venv/lib/python3.9/site-packages (from pydantic==1.8.2->instagrapi) (3.10.0.2) Requirement already satisfied: charset-normalizer~=2.0.0 in ./venv/lib/python3.9/site-packages (from requests<3.0,>=2.25.1->instagrapi) (2.0.4) Requirement already satisfied: idna<4,>=2.5 in ./venv/lib/python3.9/site-packages (from requests<3.0,>=2.25.1->instagrapi) (3.2) Requirement already satisfied: certifi>=2017.4.17 in ./venv/lib/python3.9/site-packages (from requests<3.0,>=2.25.1->instagrapi) (2021.5.30) Requirement already satisfied: urllib3<1.27,>=1.21.1 in ./venv/lib/python3.9/site-packages (from requests<3.0,>=2.25.1->instagrapi) (1.26.6) Building wheels for collected packages: instagrapi, pycryptodomex Building wheel for instagrapi (setup.py) ... done Created wheel for instagrapi: filename=instagrapi-1.13.3-py3-none-any.whl size=83585 sha256=8596f1704bb47523a822be1be4e3db175f7fc7e3dccf10240d49faf047ca6f26 Stored in directory: /Users/alexmorg/Library/Caches/pip/wheels/c5/7f/7e/e38c77986fbc13fc6ac248bea9a7bdb7b28b4c81cc60a89aba Building wheel for pycryptodomex (setup.py) ... error ERROR: Command errored out with exit status 1: command: /Users/alexmorg/PycharmProjects/InstagramBot/venv/bin/python -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/tt/k52495ks139gd2kkb5gl5t680000gn/T/pip-install-l9cd9oe9/pycryptodomex_aa7fd7c7314c4ea0989ab7ebe2ca695c/setup.py'"'"'; file='"'"'/private/var/folders/tt/k52495ks139gd2kkb5gl5t680000gn/T/pip-install-l9cd9oe9/pycryptodomex_aa7fd7c7314c4ea0989ab7ebe2ca695c/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(file) if os.path.exists(file) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' bdistwheel -d /private/var/folders/tt/k52495ks139gd2kkb5gl5t680000gn/T/pip-wheel-cp6wm6r cwd: /private/var/folders/tt/k52495ks139gd2kkb5gl5t680000gn/T/pip-install-l9cd9oe9/pycryptodomex_aa7fd7c7314c4ea0989ab7ebe2ca695c/ Complete output (658 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 bdist_wheel running build running build_py creating build/lib.macosx-11-x86_64-3.9 creating build/lib.macosx-11-x86_64-3.9/Cryptodome copying lib/Cryptodome/init.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome creating build/lib.macosx-11-x86_64-3.9/Cryptodome/Cipher copying lib/Cryptodome/Cipher/CAST.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Cipher copying lib/Cryptodome/Cipher/ARC4.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Cipher copying lib/Cryptodome/Cipher/_mode_eax.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Cipher copying lib/Cryptodome/Cipher/_mode_ctr.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Cipher copying lib/Cryptodome/Cipher/_mode_openpgp.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Cipher copying lib/Cryptodome/Cipher/AES.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Cipher copying lib/Cryptodome/Cipher/_mode_siv.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Cipher copying lib/Cryptodome/Cipher/_mode_gcm.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Cipher copying lib/Cryptodome/Cipher/_EKSBlowfish.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Cipher copying lib/Cryptodome/Cipher/PKCS1_v1_5.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Cipher copying lib/Cryptodome/Cipher/init.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Cipher copying lib/Cryptodome/Cipher/DES3.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Cipher copying lib/Cryptodome/Cipher/ChaCha20_Poly1305.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Cipher copying lib/Cryptodome/Cipher/_mode_ofb.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Cipher copying lib/Cryptodome/Cipher/_mode_cfb.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Cipher copying lib/Cryptodome/Cipher/Salsa20.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Cipher copying lib/Cryptodome/Cipher/_mode_cbc.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Cipher copying lib/Cryptodome/Cipher/ChaCha20.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Cipher copying lib/Cryptodome/Cipher/_mode_ocb.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Cipher copying lib/Cryptodome/Cipher/Blowfish.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Cipher copying lib/Cryptodome/Cipher/_mode_ccm.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Cipher copying lib/Cryptodome/Cipher/ARC2.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Cipher copying lib/Cryptodome/Cipher/PKCS1_OAEP.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Cipher copying lib/Cryptodome/Cipher/DES.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Cipher copying lib/Cryptodome/Cipher/_mode_ecb.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Cipher creating build/lib.macosx-11-x86_64-3.9/Cryptodome/Hash copying lib/Cryptodome/Hash/MD2.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Hash copying lib/Cryptodome/Hash/keccak.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Hash copying lib/Cryptodome/Hash/SHA3_224.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Hash copying lib/Cryptodome/Hash/SHA512.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Hash copying lib/Cryptodome/Hash/SHA384.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Hash copying lib/Cryptodome/Hash/SHA256.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Hash copying lib/Cryptodome/Hash/SHA1.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Hash copying lib/Cryptodome/Hash/CMAC.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Hash copying lib/Cryptodome/Hash/init.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Hash copying lib/Cryptodome/Hash/SHAKE128.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Hash copying lib/Cryptodome/Hash/BLAKE2s.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Hash copying lib/Cryptodome/Hash/SHA.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Hash copying lib/Cryptodome/Hash/Poly1305.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Hash copying lib/Cryptodome/Hash/SHA224.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Hash copying lib/Cryptodome/Hash/SHA3_512.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Hash copying lib/Cryptodome/Hash/RIPEMD160.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Hash copying lib/Cryptodome/Hash/MD4.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Hash copying lib/Cryptodome/Hash/HMAC.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Hash copying lib/Cryptodome/Hash/BLAKE2b.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Hash copying lib/Cryptodome/Hash/SHAKE256.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Hash copying lib/Cryptodome/Hash/SHA3_256.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Hash copying lib/Cryptodome/Hash/MD5.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Hash copying lib/Cryptodome/Hash/SHA3_384.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Hash copying lib/Cryptodome/Hash/RIPEMD.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Hash creating build/lib.macosx-11-x86_64-3.9/Cryptodome/IO copying lib/Cryptodome/IO/PEM.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/IO copying lib/Cryptodome/IO/_PBES.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/IO copying lib/Cryptodome/IO/init.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/IO copying lib/Cryptodome/IO/PKCS8.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/IO creating build/lib.macosx-11-x86_64-3.9/Cryptodome/PublicKey copying lib/Cryptodome/PublicKey/_openssh.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/PublicKey copying lib/Cryptodome/PublicKey/RSA.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/PublicKey copying lib/Cryptodome/PublicKey/init.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/PublicKey copying lib/Cryptodome/PublicKey/ECC.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/PublicKey copying lib/Cryptodome/PublicKey/DSA.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/PublicKey copying lib/Cryptodome/PublicKey/ElGamal.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/PublicKey creating build/lib.macosx-11-x86_64-3.9/Cryptodome/Protocol copying lib/Cryptodome/Protocol/init.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Protocol copying lib/Cryptodome/Protocol/SecretSharing.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Protocol copying lib/Cryptodome/Protocol/KDF.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Protocol creating build/lib.macosx-11-x86_64-3.9/Cryptodome/Random copying lib/Cryptodome/Random/init.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Random copying lib/Cryptodome/Random/random.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Random creating build/lib.macosx-11-x86_64-3.9/Cryptodome/Signature copying lib/Cryptodome/Signature/PKCS1_PSS.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Signature copying lib/Cryptodome/Signature/PKCS1_v1_5.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Signature copying lib/Cryptodome/Signature/init.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Signature copying lib/Cryptodome/Signature/pkcs1_15.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Signature copying lib/Cryptodome/Signature/pss.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Signature copying lib/Cryptodome/Signature/DSS.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Signature creating build/lib.macosx-11-x86_64-3.9/Cryptodome/Util copying lib/Cryptodome/Util/py3compat.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Util copying lib/Cryptodome/Util/number.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Util copying lib/Cryptodome/Util/init.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Util copying lib/Cryptodome/Util/_raw_api.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Util copying lib/Cryptodome/Util/_cpu_features.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Util copying lib/Cryptodome/Util/RFC1751.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Util copying lib/Cryptodome/Util/_file_system.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Util copying lib/Cryptodome/Util/Padding.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Util copying lib/Cryptodome/Util/Counter.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Util copying lib/Cryptodome/Util/strxor.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Util copying lib/Cryptodome/Util/asn1.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Util creating build/lib.macosx-11-x86_64-3.9/Cryptodome/Math copying lib/Cryptodome/Math/_IntegerCustom.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Math copying lib/Cryptodome/Math/_IntegerNative.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Math copying lib/Cryptodome/Math/init.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Math copying lib/Cryptodome/Math/Numbers.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Math copying lib/Cryptodome/Math/_IntegerGMP.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Math copying lib/Cryptodome/Math/_IntegerBase.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Math copying lib/Cryptodome/Math/Primality.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Math creating build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest copying lib/Cryptodome/SelfTest/st_common.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest copying lib/Cryptodome/SelfTest/init.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest copying lib/Cryptodome/SelfTest/loader.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest copying lib/Cryptodome/SelfTest/main.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest creating build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher copying lib/Cryptodome/SelfTest/Cipher/test_AES.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher copying lib/Cryptodome/SelfTest/Cipher/test_CAST.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher copying lib/Cryptodome/SelfTest/Cipher/test_ARC4.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher copying lib/Cryptodome/SelfTest/Cipher/test_CCM.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher copying lib/Cryptodome/SelfTest/Cipher/test_pkcs1_oaep.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher copying lib/Cryptodome/SelfTest/Cipher/test_OCB.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher copying lib/Cryptodome/SelfTest/Cipher/test_DES3.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher copying lib/Cryptodome/SelfTest/Cipher/init.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher copying lib/Cryptodome/SelfTest/Cipher/test_OFB.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher copying lib/Cryptodome/SelfTest/Cipher/test_CBC.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher copying lib/Cryptodome/SelfTest/Cipher/test_CFB.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher copying lib/Cryptodome/SelfTest/Cipher/common.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher copying lib/Cryptodome/SelfTest/Cipher/test_DES.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher copying lib/Cryptodome/SelfTest/Cipher/test_GCM.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher copying lib/Cryptodome/SelfTest/Cipher/test_Salsa20.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher copying lib/Cryptodome/SelfTest/Cipher/test_SIV.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher copying lib/Cryptodome/SelfTest/Cipher/test_OpenPGP.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher copying lib/Cryptodome/SelfTest/Cipher/test_CTR.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher copying lib/Cryptodome/SelfTest/Cipher/test_EAX.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher copying lib/Cryptodome/SelfTest/Cipher/test_ChaCha20.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher copying lib/Cryptodome/SelfTest/Cipher/test_ARC2.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher copying lib/Cryptodome/SelfTest/Cipher/test_Blowfish.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher copying lib/Cryptodome/SelfTest/Cipher/test_ChaCha20_Poly1305.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher copying lib/Cryptodome/SelfTest/Cipher/test_pkcs1_15.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher creating build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Hash copying lib/Cryptodome/SelfTest/Hash/test_RIPEMD160.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Hash copying lib/Cryptodome/SelfTest/Hash/test_SHA224.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Hash copying lib/Cryptodome/SelfTest/Hash/test_MD2.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Hash copying lib/Cryptodome/SelfTest/Hash/test_SHA3_224.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Hash copying lib/Cryptodome/SelfTest/Hash/init.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Hash copying lib/Cryptodome/SelfTest/Hash/test_CMAC.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Hash copying lib/Cryptodome/SelfTest/Hash/test_SHA1.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Hash copying lib/Cryptodome/SelfTest/Hash/test_MD4.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Hash copying lib/Cryptodome/SelfTest/Hash/test_BLAKE2.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Hash copying lib/Cryptodome/SelfTest/Hash/test_keccak.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Hash copying lib/Cryptodome/SelfTest/Hash/common.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Hash copying lib/Cryptodome/SelfTest/Hash/test_SHA512.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Hash copying lib/Cryptodome/SelfTest/Hash/test_SHA3_256.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Hash copying lib/Cryptodome/SelfTest/Hash/test_MD5.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Hash copying lib/Cryptodome/SelfTest/Hash/test_SHA3_384.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Hash copying lib/Cryptodome/SelfTest/Hash/test_SHAKE.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Hash copying lib/Cryptodome/SelfTest/Hash/test_SHA384.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Hash copying lib/Cryptodome/SelfTest/Hash/test_SHA256.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Hash copying lib/Cryptodome/SelfTest/Hash/test_SHA3_512.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Hash copying lib/Cryptodome/SelfTest/Hash/test_HMAC.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Hash copying lib/Cryptodome/SelfTest/Hash/test_Poly1305.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Hash creating build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/IO copying lib/Cryptodome/SelfTest/IO/test_PKCS8.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/IO copying lib/Cryptodome/SelfTest/IO/init.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/IO copying lib/Cryptodome/SelfTest/IO/test_PBES.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/IO creating build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Protocol copying lib/Cryptodome/SelfTest/Protocol/init.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Protocol copying lib/Cryptodome/SelfTest/Protocol/test_SecretSharing.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Protocol copying lib/Cryptodome/SelfTest/Protocol/test_rfc1751.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Protocol copying lib/Cryptodome/SelfTest/Protocol/test_KDF.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Protocol creating build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey copying lib/Cryptodome/SelfTest/PublicKey/test_RSA.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey copying lib/Cryptodome/SelfTest/PublicKey/test_ECC.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey copying lib/Cryptodome/SelfTest/PublicKey/test_import_ECC.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey copying lib/Cryptodome/SelfTest/PublicKey/init.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey copying lib/Cryptodome/SelfTest/PublicKey/test_import_RSA.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey copying lib/Cryptodome/SelfTest/PublicKey/test_import_DSA.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey copying lib/Cryptodome/SelfTest/PublicKey/test_DSA.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey copying lib/Cryptodome/SelfTest/PublicKey/test_ElGamal.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey creating build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Random copying lib/Cryptodome/SelfTest/Random/init.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Random copying lib/Cryptodome/SelfTest/Random/test_random.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Random creating build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature copying lib/Cryptodome/SelfTest/Signature/init.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature copying lib/Cryptodome/SelfTest/Signature/test_pss.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature copying lib/Cryptodome/SelfTest/Signature/test_dss.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature copying lib/Cryptodome/SelfTest/Signature/test_pkcs1_15.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature creating build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Util copying lib/Cryptodome/SelfTest/Util/init.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Util copying lib/Cryptodome/SelfTest/Util/test_strxor.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Util copying lib/Cryptodome/SelfTest/Util/test_rfc1751.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Util copying lib/Cryptodome/SelfTest/Util/test_Counter.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Util copying lib/Cryptodome/SelfTest/Util/test_Padding.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Util copying lib/Cryptodome/SelfTest/Util/test_asn1.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Util copying lib/Cryptodome/SelfTest/Util/test_number.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Util creating build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Math copying lib/Cryptodome/SelfTest/Math/test_Primality.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Math copying lib/Cryptodome/SelfTest/Math/test_modexp.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Math copying lib/Cryptodome/SelfTest/Math/test_Numbers.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Math copying lib/Cryptodome/SelfTest/Math/init.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Math copying lib/Cryptodome/py.typed -> build/lib.macosx-11-x86_64-3.9/Cryptodome copying lib/Cryptodome/init.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome copying lib/Cryptodome/Cipher/_mode_gcm.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Cipher copying lib/Cryptodome/Cipher/_mode_siv.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Cipher copying lib/Cryptodome/Cipher/ChaCha20_Poly1305.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Cipher copying lib/Cryptodome/Cipher/_mode_ocb.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Cipher copying lib/Cryptodome/Cipher/_mode_ccm.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Cipher copying lib/Cryptodome/Cipher/init.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Cipher copying lib/Cryptodome/Cipher/Salsa20.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Cipher copying lib/Cryptodome/Cipher/_mode_ctr.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Cipher copying lib/Cryptodome/Cipher/_EKSBlowfish.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Cipher copying lib/Cryptodome/Cipher/_mode_cfb.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Cipher copying lib/Cryptodome/Cipher/DES3.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Cipher copying lib/Cryptodome/Cipher/AES.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Cipher copying lib/Cryptodome/Cipher/PKCS1_v1_5.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Cipher copying lib/Cryptodome/Cipher/_mode_ofb.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Cipher copying lib/Cryptodome/Cipher/_mode_openpgp.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Cipher copying lib/Cryptodome/Cipher/PKCS1_OAEP.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Cipher copying lib/Cryptodome/Cipher/CAST.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Cipher copying lib/Cryptodome/Cipher/_mode_eax.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Cipher copying lib/Cryptodome/Cipher/ChaCha20.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Cipher copying lib/Cryptodome/Cipher/Blowfish.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Cipher copying lib/Cryptodome/Cipher/ARC2.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Cipher copying lib/Cryptodome/Cipher/_mode_cbc.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Cipher copying lib/Cryptodome/Cipher/DES.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Cipher copying lib/Cryptodome/Cipher/_mode_ecb.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Cipher copying lib/Cryptodome/Cipher/ARC4.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Cipher copying lib/Cryptodome/Hash/SHA1.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Hash copying lib/Cryptodome/Hash/RIPEMD.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Hash copying lib/Cryptodome/Hash/SHA.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Hash copying lib/Cryptodome/Hash/BLAKE2s.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Hash copying lib/Cryptodome/Hash/SHA512.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Hash copying lib/Cryptodome/Hash/SHA3_384.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Hash copying lib/Cryptodome/Hash/SHAKE256.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Hash copying lib/Cryptodome/Hash/BLAKE2b.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Hash copying lib/Cryptodome/Hash/CMAC.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Hash copying lib/Cryptodome/Hash/SHA3_224.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Hash copying lib/Cryptodome/Hash/init.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Hash copying lib/Cryptodome/Hash/SHA3_256.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Hash copying lib/Cryptodome/Hash/MD2.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Hash copying lib/Cryptodome/Hash/MD4.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Hash copying lib/Cryptodome/Hash/MD5.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Hash copying lib/Cryptodome/Hash/SHA3_512.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Hash copying lib/Cryptodome/Hash/SHA384.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Hash copying lib/Cryptodome/Hash/keccak.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Hash copying lib/Cryptodome/Hash/SHA224.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Hash copying lib/Cryptodome/Hash/RIPEMD160.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Hash copying lib/Cryptodome/Hash/SHA256.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Hash copying lib/Cryptodome/Hash/SHAKE128.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Hash copying lib/Cryptodome/Hash/Poly1305.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Hash copying lib/Cryptodome/Hash/HMAC.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Hash copying lib/Cryptodome/IO/PKCS8.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/IO copying lib/Cryptodome/IO/_PBES.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/IO copying lib/Cryptodome/IO/PEM.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/IO copying lib/Cryptodome/PublicKey/ElGamal.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/PublicKey copying lib/Cryptodome/PublicKey/DSA.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/PublicKey copying lib/Cryptodome/PublicKey/init.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/PublicKey copying lib/Cryptodome/PublicKey/_openssh.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/PublicKey copying lib/Cryptodome/PublicKey/RSA.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/PublicKey copying lib/Cryptodome/PublicKey/ECC.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/PublicKey copying lib/Cryptodome/Protocol/SecretSharing.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Protocol copying lib/Cryptodome/Protocol/init.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Protocol copying lib/Cryptodome/Protocol/KDF.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Protocol copying lib/Cryptodome/Random/random.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Random copying lib/Cryptodome/Random/init.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Random copying lib/Cryptodome/Signature/DSS.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Signature copying lib/Cryptodome/Signature/pkcs1_15.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Signature copying lib/Cryptodome/Signature/PKCS1_v1_5.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Signature copying lib/Cryptodome/Signature/pss.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Signature copying lib/Cryptodome/Signature/PKCS1_PSS.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Signature copying lib/Cryptodome/Util/RFC1751.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Util copying lib/Cryptodome/Util/_raw_api.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Util copying lib/Cryptodome/Util/py3compat.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Util copying lib/Cryptodome/Util/_file_system.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Util copying lib/Cryptodome/Util/number.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Util copying lib/Cryptodome/Util/asn1.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Util copying lib/Cryptodome/Util/Padding.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Util copying lib/Cryptodome/Util/Counter.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Util copying lib/Cryptodome/Util/_cpu_features.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Util copying lib/Cryptodome/Util/strxor.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Util copying lib/Cryptodome/Math/_IntegerBase.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Math copying lib/Cryptodome/Math/_IntegerGMP.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Math copying lib/Cryptodome/Math/Primality.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Math copying lib/Cryptodome/Math/_IntegerCustom.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Math copying lib/Cryptodome/Math/Numbers.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Math copying lib/Cryptodome/Math/_IntegerNative.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Math creating build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors creating build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/OFBMMT256.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/OFBKeySbox256.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB128MMT192.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CBCKeySbox256.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB128VarTxt128.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB8GFSbox192.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CBCVarTxt128.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB8VarKey128.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CBCMCT192.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB128KeySbox128.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/OFBVarKey256.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CBCVarKey192.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB8MCT256.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CBCGFSbox128.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB8VarTxt192.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB128MCT128.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB8KeySbox128.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB128GFSbox128.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CBCMMT128.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB128VarKey192.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/OFBVarKey192.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/OFBGFSbox128.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/OFBMCT128.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/gcmEncryptExtIV128.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CBCVarKey256.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB8VarTxt256.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB8MCT192.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB128VarKey256.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/OFBMMT192.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/OFBVarTxt128.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CBCKeySbox192.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB8MMT128.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB128MMT256.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/OFBKeySbox192.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB8GFSbox256.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CBCMCT256.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/OFBGFSbox256.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB128KeySbox192.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/OFBMCT256.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB128VarKey128.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CBCMMT192.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB128GFSbox192.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB8KeySbox192.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB128MCT192.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB8VarTxt128.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CBCGFSbox192.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CBCVarKey128.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/OFBVarTxt256.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB8VarKey192.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CBCMCT128.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CBCVarTxt192.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB8GFSbox128.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB128VarTxt192.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB8MMT256.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB128MMT128.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/README.txt -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/OFBVarTxt192.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/OFBMMT128.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB8VarKey256.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CBCVarTxt256.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/OFBKeySbox128.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB128VarTxt256.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CBCKeySbox128.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB8MMT192.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB128KeySbox256.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/gcmDecrypt128.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/OFBMCT192.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/OFBGFSbox192.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/OFBVarKey128.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB8KeySbox256.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB128GFSbox256.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CBCMMT256.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CBCGFSbox256.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB8MCT128.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB128MCT256.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES creating build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/TDES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TCFB64varkey.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/TDES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TCFB64permop.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/TDES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TCFB8vartext.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/TDES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TCBCinvperm.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/TDES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TCFB8permop.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/TDES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TCFB64MMT2.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/TDES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TCFB64vartext.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/TDES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TCFB64MMT3.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/TDES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TCFB8varkey.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/TDES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TECBMMT3.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/TDES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TECBMMT2.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/TDES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TCBCMMT2.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/TDES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TOFBinvperm.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/TDES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TCBCMMT3.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/TDES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TCBCsubtab.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/TDES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TCFB8MMT2.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/TDES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TCFB8MMT3.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/TDES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TOFBpermop.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/TDES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TOFBvarkey.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/TDES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TCBCpermop.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/TDES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TCBCvarkey.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/TDES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TCBCvartext.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/TDES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TCFB8invperm.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/TDES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TCFB64invperm.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/TDES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TOFBsubtab.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/TDES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/TDES/README.txt -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/TDES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TCFB64subtab.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/TDES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TOFBvartext.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/TDES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TOFBMMT2.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/TDES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TOFBMMT3.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/TDES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TCFB8subtab.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/TDES creating build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof/aes_gcm_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof/rsa_oaep_2048_sha256_mgf1sha256_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof/rsa_pkcs1_3072_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof/rsa_oaep_2048_sha384_mgf1sha384_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof/rsa_oaep_3072_sha256_mgf1sha256_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof/rsa_pkcs1_4096_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof/rsa_oaep_4096_sha256_mgf1sha256_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof/rsa_oaep_misc_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof/rsa_oaep_3072_sha512_mgf1sha1_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof/rsa_oaep_2048_sha512_mgf1sha1_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof/rsa_oaep_2048_sha256_mgf1sha1_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof/rsa_oaep_3072_sha256_mgf1sha1_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof/aes_ccm_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof/aes_eax_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof/rsa_oaep_2048_sha384_mgf1sha1_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof/chacha20_poly1305_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof/rsa_oaep_2048_sha224_mgf1sha1_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof/rsa_oaep_4096_sha512_mgf1sha1_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof/rsa_oaep_4096_sha512_mgf1sha512_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof/rsa_oaep_3072_sha512_mgf1sha512_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof/rsa_pkcs1_2048_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof/rsa_oaep_2048_sha224_mgf1sha224_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof/aead_aes_siv_cmac_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof/rsa_oaep_4096_sha256_mgf1sha1_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof/xchacha20_poly1305_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof/rsa_oaep_2048_sha512_mgf1sha512_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof/aes_siv_cmac_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof/rsa_oaep_2048_sha1_mgf1sha1_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof creating build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Hash/test_vectors creating build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Hash/test_vectors/SHA1 copying lib/Cryptodome/SelfTest/Hash/test_vectors/SHA1/SHA1ShortMsg.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Hash/test_vectors/SHA1 creating build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Hash/test_vectors/SHA2 copying lib/Cryptodome/SelfTest/Hash/test_vectors/SHA2/SHA512_256ShortMsg.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Hash/test_vectors/SHA2 copying lib/Cryptodome/SelfTest/Hash/test_vectors/SHA2/SHA512ShortMsg.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Hash/test_vectors/SHA2 copying lib/Cryptodome/SelfTest/Hash/test_vectors/SHA2/SHA512_224ShortMsg.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Hash/test_vectors/SHA2 creating build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Hash/test_vectors/SHA3 copying lib/Cryptodome/SelfTest/Hash/test_vectors/SHA3/ShortMsgKAT_SHA3-384.txt -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Hash/test_vectors/SHA3 copying lib/Cryptodome/SelfTest/Hash/test_vectors/SHA3/ShortMsgKAT_SHA3-224.txt -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Hash/test_vectors/SHA3 copying lib/Cryptodome/SelfTest/Hash/test_vectors/SHA3/ShortMsgKAT_SHAKE256.txt -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Hash/test_vectors/SHA3 copying lib/Cryptodome/SelfTest/Hash/test_vectors/SHA3/ShortMsgKAT_SHA3-256.txt -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Hash/test_vectors/SHA3 copying lib/Cryptodome/SelfTest/Hash/test_vectors/SHA3/ShortMsgKAT_SHAKE128.txt -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Hash/test_vectors/SHA3 copying lib/Cryptodome/SelfTest/Hash/test_vectors/SHA3/ShortMsgKAT_SHA3-512.txt -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Hash/test_vectors/SHA3 creating build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Hash/test_vectors/keccak copying lib/Cryptodome/SelfTest/Hash/test_vectors/keccak/ExtremelyLongMsgKAT_512.txt -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Hash/test_vectors/keccak copying lib/Cryptodome/SelfTest/Hash/test_vectors/keccak/ShortMsgKAT_512.txt -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Hash/test_vectors/keccak copying lib/Cryptodome/SelfTest/Hash/test_vectors/keccak/LongMsgKAT_512.txt -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Hash/test_vectors/keccak copying lib/Cryptodome/SelfTest/Hash/test_vectors/keccak/ExtremelyLongMsgKAT_256.txt -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Hash/test_vectors/keccak copying lib/Cryptodome/SelfTest/Hash/test_vectors/keccak/ShortMsgKAT_256.txt -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Hash/test_vectors/keccak copying lib/Cryptodome/SelfTest/Hash/test_vectors/keccak/LongMsgKAT_256.txt -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Hash/test_vectors/keccak copying lib/Cryptodome/SelfTest/Hash/test_vectors/keccak/readme.txt -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Hash/test_vectors/keccak copying lib/Cryptodome/SelfTest/Hash/test_vectors/keccak/ShortMsgKAT_384.txt -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Hash/test_vectors/keccak copying lib/Cryptodome/SelfTest/Hash/test_vectors/keccak/ExtremelyLongMsgKAT_384.txt -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Hash/test_vectors/keccak copying lib/Cryptodome/SelfTest/Hash/test_vectors/keccak/LongMsgKAT_384.txt -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Hash/test_vectors/keccak copying lib/Cryptodome/SelfTest/Hash/test_vectors/keccak/ShortMsgKAT_224.txt -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Hash/test_vectors/keccak copying lib/Cryptodome/SelfTest/Hash/test_vectors/keccak/ExtremelyLongMsgKAT_224.txt -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Hash/test_vectors/keccak copying lib/Cryptodome/SelfTest/Hash/test_vectors/keccak/LongMsgKAT_224.txt -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Hash/test_vectors/keccak creating build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Hash/test_vectors/BLAKE2s copying lib/Cryptodome/SelfTest/Hash/test_vectors/BLAKE2s/blake2s-test.txt -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Hash/test_vectors/BLAKE2s copying lib/Cryptodome/SelfTest/Hash/test_vectors/BLAKE2s/tv2.txt -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Hash/test_vectors/BLAKE2s copying lib/Cryptodome/SelfTest/Hash/test_vectors/BLAKE2s/tv1.txt -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Hash/test_vectors/BLAKE2s creating build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Hash/test_vectors/BLAKE2b copying lib/Cryptodome/SelfTest/Hash/test_vectors/BLAKE2b/blake2b-test.txt -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Hash/test_vectors/BLAKE2b copying lib/Cryptodome/SelfTest/Hash/test_vectors/BLAKE2b/tv2.txt -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Hash/test_vectors/BLAKE2b copying lib/Cryptodome/SelfTest/Hash/test_vectors/BLAKE2b/tv1.txt -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Hash/test_vectors/BLAKE2b creating build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Hash/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Hash/test_vectors/wycheproof/aes_cmac_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Hash/test_vectors/wycheproof creating build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Protocol/test_vectors creating build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Protocol/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Protocol/test_vectors/wycheproof/hkdf_sha512_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Protocol/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Protocol/test_vectors/wycheproof/hkdf_sha256_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Protocol/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Protocol/test_vectors/wycheproof/hkdf_sha384_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Protocol/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Protocol/test_vectors/wycheproof/hkdf_sha1_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Protocol/test_vectors/wycheproof creating build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors creating build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p521_x509.der -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private.pem -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_openssh.pem -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/openssl_version_p384.txt -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p521.txt -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_public_compressed.pem -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p384_private_openssh_pwd.pem -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/point-at-infinity.org-P521.txt -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_public.der -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p384_private_enc_des3.pem -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_enc_des3.pem -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p384_public_openssh.txt -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p521_private_enc_aes192.pem -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p256.txt -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/point-at-infinity.org-P256.txt -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_public_compressed.der -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_public.pem -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private.der -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p384_private_enc_aes192.pem -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p384_private_openssh.pem -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p521_x509.pem -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p384_private_p8.pem -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/point-at-infinity.org-P384.txt -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p521_private_enc_des3.pem -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/gen_ecc_p521.sh -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p521_private_enc_aes256.pem -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p384.txt -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p384_x509.pem -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_x509.pem -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p384_private_enc_aes256.pem -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_openssh_pwd.pem -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p521_private_p8.der -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p384_private.pem -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/openssl_version_p521.txt -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_enc_aes256_gcm.pem -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p384_private.der -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p521_private_openssh_old.pem -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p521_private_enc_aes256_gcm.pem -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p384_private_openssh_pwd_old.pem -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p521_private_p8.pem -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p384_x509.der -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p521_private_openssh.pem -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_x509.der -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p384_private_p8.der -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_enc_aes128.pem -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p384_private_p8_clear.pem -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p521_public_compressed.der -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p521_private_enc_aes128.pem -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p521_private_openssh_pwd.pem -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_p8_clear.pem -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p384_public_compressed.pem -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_p8.der -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/openssl_version.txt -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p521_public.der -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p384_private_enc_aes128.pem -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_openssh_pwd_old.pem -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p521_public.pem -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p384_public_compressed.der -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_p8.pem -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p521_private_openssh_pwd_old.pem -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_ecparams.pem -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_p8_clear.der -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_enc_aes256.pem -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p384_private_p8_clear.der -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p521_public_compressed.pem -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_openssh_old.pem -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p521_private.pem -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p521_public_openssh.txt -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p384_public.pem -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_enc_aes192.pem -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p521_private_p8_clear.pem -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_public_openssh.txt -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p384_private_enc_aes256_gcm.pem -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/gen_ecc_p384.sh -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p384_public.der -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p521_private_p8_clear.der -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/gen_ecc_p256.sh -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p384_private_openssh_old.pem -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p521_private.der -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC creating build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/RSA copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/RSA/rsa2048_private_openssh.pem -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/RSA copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/RSA/rsa2048_private_openssh_old.pem -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/RSA copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/RSA/gen_rsa_2048.sh -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/RSA copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/RSA/openssl_version.txt -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/RSA copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/RSA/rsa2048_private_openssh_pwd.pem -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/RSA copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/RSA/rsa2048_public_openssh.txt -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/RSA copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/RSA/rsa2048_private_openssh_pwd_old.pem -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/RSA copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/RSA/rsa2048_private.pem -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/RSA creating build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors creating build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/DSA copying lib/Cryptodome/SelfTest/Signature/test_vectors/DSA/FIPS_186_3_SigGen.txt -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/DSA copying lib/Cryptodome/SelfTest/Signature/test_vectors/DSA/FIPS_186_3_SigVer.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/DSA creating build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/ECDSA copying lib/Cryptodome/SelfTest/Signature/test_vectors/ECDSA/SigGen.txt -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/ECDSA copying lib/Cryptodome/SelfTest/Signature/test_vectors/ECDSA/README.txt -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/ECDSA copying lib/Cryptodome/SelfTest/Signature/test_vectors/ECDSA/SigVer.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/ECDSA creating build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/PKCS1-v1.5 copying lib/Cryptodome/SelfTest/Signature/test_vectors/PKCS1-v1.5/SigVer15_186-3.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/PKCS1-v1.5 copying lib/Cryptodome/SelfTest/Signature/test_vectors/PKCS1-v1.5/SigGen15_186-3.txt -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/PKCS1-v1.5 copying lib/Cryptodome/SelfTest/Signature/test_vectors/PKCS1-v1.5/SigGen15_186-2.txt -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/PKCS1-v1.5 creating build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/PKCS1-PSS copying lib/Cryptodome/SelfTest/Signature/test_vectors/PKCS1-PSS/SigGenPSS_186-2.txt -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/PKCS1-PSS copying lib/Cryptodome/SelfTest/Signature/test_vectors/PKCS1-PSS/SigGenPSS_186-3.txt -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/PKCS1-PSS copying lib/Cryptodome/SelfTest/Signature/test_vectors/PKCS1-PSS/SigVerPSS_186-3.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/PKCS1-PSS creating build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Signature/test_vectors/wycheproof/rsa_signature_2048_sha512_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Signature/test_vectors/wycheproof/ecdsa_secp521r1_sha3_512_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Signature/test_vectors/wycheproof/rsa_signature_3072_sha3_384_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Signature/test_vectors/wycheproof/ecdsa_secp384r1_sha512_p1363_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Signature/test_vectors/wycheproof/rsa_pss_misc_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Signature/test_vectors/wycheproof/ecdsa_secp224r1_sha3_512_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Signature/test_vectors/wycheproof/rsa_signature_2048_sha3_384_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Signature/test_vectors/wycheproof/ecdsa_secp224r1_sha512_p1363_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Signature/test_vectors/wycheproof/rsa_signature_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Signature/test_vectors/wycheproof/rsa_signature_3072_sha3_256_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Signature/test_vectors/wycheproof/ecdsa_secp224r1_sha3_224_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Signature/test_vectors/wycheproof/rsa_signature_3072_sha512_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Signature/test_vectors/wycheproof/rsa_signature_2048_sha224_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Signature/test_vectors/wycheproof/ecdsa_secp256r1_sha256_p1363_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Signature/test_vectors/wycheproof/rsa_signature_2048_sha512_224_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Signature/test_vectors/wycheproof/rsa_pss_4096_sha512_mgf1_32_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Signature/test_vectors/wycheproof/rsa_sig_gen_misc_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Signature/test_vectors/wycheproof/rsa_signature_2048_sha3_256_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Signature/test_vectors/wycheproof/ecdsa_secp256r1_sha512_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Signature/test_vectors/wycheproof/ecdsa_secp521r1_sha512_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Signature/test_vectors/wycheproof/ecdsa_webcrypto_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Signature/test_vectors/wycheproof/ecdsa_secp256r1_sha3_512_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Signature/test_vectors/wycheproof/ecdsa_secp384r1_sha3_512_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Signature/test_vectors/wycheproof/ecdsa_secp384r1_sha384_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Signature/test_vectors/wycheproof/rsa_pss_2048_sha512_256_mgf1_28_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Signature/test_vectors/wycheproof/ecdsa_secp224r1_sha256_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Signature/test_vectors/wycheproof/rsa_pss_2048_sha1_mgf1_20_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Signature/test_vectors/wycheproof/rsa_signature_4096_sha384_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Signature/test_vectors/wycheproof/ecdsa_secp521r1_sha512_p1363_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Signature/test_vectors/wycheproof/ecdsa_secp256r1_sha256_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Signature/test_vectors/wycheproof/rsa_pss_2048_sha512_256_mgf1_32_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Signature/test_vectors/wycheproof/rsa_pss_2048_sha256_mgf1_0_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Signature/test_vectors/wycheproof/ecdsa_secp224r1_sha224_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Signature/test_vectors/wycheproof/rsa_pss_4096_sha256_mgf1_32_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Signature/test_vectors/wycheproof/ecdsa_secp256r1_sha3_256_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Signature/test_vectors/wycheproof/rsa_signature_4096_sha512_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Signature/test_vectors/wycheproof/ecdsa_secp224r1_sha512_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Signature/test_vectors/wycheproof/ecdsa_secp384r1_sha384_p1363_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Signature/test_vectors/wycheproof/rsa_signature_4096_sha512_256_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Signature/test_vectors/wycheproof/ecdsa_secp384r1_sha512_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Signature/test_vectors/wycheproof/ecdsa_secp384r1_sha3_384_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Signature/test_vectors/wycheproof/ecdsa_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Signature/test_vectors/wycheproof/rsa_signature_2048_sha256_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Signature/test_vectors/wycheproof/ecdsa_secp256r1_sha512_p1363_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Signature/test_vectors/wycheproof/rsa_signature_2048_sha512_256_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Signature/test_vectors/wycheproof/dsa_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Signature/test_vectors/wycheproof/rsa_signature_2048_sha3_224_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Signature/test_vectors/wycheproof/rsa_pss_2048_sha256_mgf1_32_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Signature/test_vectors/wycheproof/rsa_signature_3072_sha384_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Signature/test_vectors/wycheproof/ecdsa_secp224r1_sha3_256_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Signature/test_vectors/wycheproof/ecdsa_secp224r1_sha256_p1363_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Signature/test_vectors/wycheproof/rsa_signature_3072_sha512_256_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Signature/test_vectors/wycheproof/rsa_signature_2048_sha384_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Signature/test_vectors/wycheproof/rsa_pss_3072_sha256_mgf1_32_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Signature/test_vectors/wycheproof/rsa_signature_3072_sha3_512_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Signature/test_vectors/wycheproof/rsa_signature_3072_sha256_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Signature/test_vectors/wycheproof/ecdsa_secp224r1_sha224_p1363_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Signature/test_vectors/wycheproof/rsa_signature_2048_sha3_512_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/wycheproof running build_ext building 'Cryptodome.Hash._MD2' extension creating build/temp.macosx-11-x86_64-3.9 creating build/temp.macosx-11-x86_64-3.9/src clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -DPYCRYPTO_LITTLE_ENDIAN -DSYS_BITS=64 -DLTC_NO_ASM -Isrc/ -I/usr/local/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/sqlite/include -I/Users/alexmorg/PycharmProjects/InstagramBot/venv/include -I/usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c src/MD2.c -o build/temp.macosx-11-x86_64-3.9/src/MD2.o clang: error: invalid version number in 'MACOSX_DEPLOYMENT_TARGET=11' error: command '/usr/bin/clang' failed with exit code 1

ERROR: Failed building wheel for pycryptodomex Running setup.py clean for pycryptodomex Successfully built instagrapi Failed to build pycryptodomex Installing collected packages: pycryptodomex, instagrapi Running setup.py install for pycryptodomex ... error ERROR: Command errored out with exit status 1: command: /Users/alexmorg/PycharmProjects/InstagramBot/venv/bin/python -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/tt/k52495ks139gd2kkb5gl5t680000gn/T/pip-install-l9cd9oe9/pycryptodomex_aa7fd7c7314c4ea0989ab7ebe2ca695c/setup.py'"'"'; file='"'"'/private/var/folders/tt/k52495ks139gd2kkb5gl5t680000gn/T/pip-install-l9cd9oe9/pycryptodomex_aa7fd7c7314c4ea0989ab7ebe2ca695c/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(file) if os.path.exists(file) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' install --record /private/var/folders/tt/k52495ks139gd2kkb5gl5t680000gn/T/pip-record-e9n3chhk/install-record.txt --single-version-externally-managed --compile --install-headers /Users/alexmorg/PycharmProjects/InstagramBot/venv/include/site/python3.9/pycryptodomex cwd: /private/var/folders/tt/k52495ks139gd2kkb5gl5t680000gn/T/pip-install-l9cd9oe9/pycryptodomex_aa7fd7c7314c4ea0989ab7ebe2ca695c/ Complete output (658 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.macosx-11-x86_64-3.9 creating build/lib.macosx-11-x86_64-3.9/Cryptodome copying lib/Cryptodome/init.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome creating build/lib.macosx-11-x86_64-3.9/Cryptodome/Cipher copying lib/Cryptodome/Cipher/CAST.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Cipher copying lib/Cryptodome/Cipher/ARC4.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Cipher copying lib/Cryptodome/Cipher/_mode_eax.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Cipher copying lib/Cryptodome/Cipher/_mode_ctr.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Cipher copying lib/Cryptodome/Cipher/_mode_openpgp.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Cipher copying lib/Cryptodome/Cipher/AES.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Cipher copying lib/Cryptodome/Cipher/_mode_siv.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Cipher copying lib/Cryptodome/Cipher/_mode_gcm.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Cipher copying lib/Cryptodome/Cipher/_EKSBlowfish.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Cipher copying lib/Cryptodome/Cipher/PKCS1_v1_5.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Cipher copying lib/Cryptodome/Cipher/init.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Cipher copying lib/Cryptodome/Cipher/DES3.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Cipher copying lib/Cryptodome/Cipher/ChaCha20_Poly1305.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Cipher copying lib/Cryptodome/Cipher/_mode_ofb.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Cipher copying lib/Cryptodome/Cipher/_mode_cfb.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Cipher copying lib/Cryptodome/Cipher/Salsa20.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Cipher copying lib/Cryptodome/Cipher/_mode_cbc.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Cipher copying lib/Cryptodome/Cipher/ChaCha20.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Cipher copying lib/Cryptodome/Cipher/_mode_ocb.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Cipher copying lib/Cryptodome/Cipher/Blowfish.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Cipher copying lib/Cryptodome/Cipher/_mode_ccm.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Cipher copying lib/Cryptodome/Cipher/ARC2.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Cipher copying lib/Cryptodome/Cipher/PKCS1_OAEP.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Cipher copying lib/Cryptodome/Cipher/DES.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Cipher copying lib/Cryptodome/Cipher/_mode_ecb.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Cipher creating build/lib.macosx-11-x86_64-3.9/Cryptodome/Hash copying lib/Cryptodome/Hash/MD2.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Hash copying lib/Cryptodome/Hash/keccak.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Hash copying lib/Cryptodome/Hash/SHA3_224.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Hash copying lib/Cryptodome/Hash/SHA512.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Hash copying lib/Cryptodome/Hash/SHA384.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Hash copying lib/Cryptodome/Hash/SHA256.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Hash copying lib/Cryptodome/Hash/SHA1.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Hash copying lib/Cryptodome/Hash/CMAC.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Hash copying lib/Cryptodome/Hash/init.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Hash copying lib/Cryptodome/Hash/SHAKE128.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Hash copying lib/Cryptodome/Hash/BLAKE2s.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Hash copying lib/Cryptodome/Hash/SHA.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Hash copying lib/Cryptodome/Hash/Poly1305.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Hash copying lib/Cryptodome/Hash/SHA224.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Hash copying lib/Cryptodome/Hash/SHA3_512.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Hash copying lib/Cryptodome/Hash/RIPEMD160.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Hash copying lib/Cryptodome/Hash/MD4.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Hash copying lib/Cryptodome/Hash/HMAC.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Hash copying lib/Cryptodome/Hash/BLAKE2b.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Hash copying lib/Cryptodome/Hash/SHAKE256.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Hash copying lib/Cryptodome/Hash/SHA3_256.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Hash copying lib/Cryptodome/Hash/MD5.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Hash copying lib/Cryptodome/Hash/SHA3_384.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Hash copying lib/Cryptodome/Hash/RIPEMD.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Hash creating build/lib.macosx-11-x86_64-3.9/Cryptodome/IO copying lib/Cryptodome/IO/PEM.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/IO copying lib/Cryptodome/IO/_PBES.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/IO copying lib/Cryptodome/IO/init.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/IO copying lib/Cryptodome/IO/PKCS8.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/IO creating build/lib.macosx-11-x86_64-3.9/Cryptodome/PublicKey copying lib/Cryptodome/PublicKey/_openssh.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/PublicKey copying lib/Cryptodome/PublicKey/RSA.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/PublicKey copying lib/Cryptodome/PublicKey/init.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/PublicKey copying lib/Cryptodome/PublicKey/ECC.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/PublicKey copying lib/Cryptodome/PublicKey/DSA.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/PublicKey copying lib/Cryptodome/PublicKey/ElGamal.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/PublicKey creating build/lib.macosx-11-x86_64-3.9/Cryptodome/Protocol copying lib/Cryptodome/Protocol/init.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Protocol copying lib/Cryptodome/Protocol/SecretSharing.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Protocol copying lib/Cryptodome/Protocol/KDF.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Protocol creating build/lib.macosx-11-x86_64-3.9/Cryptodome/Random copying lib/Cryptodome/Random/init.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Random copying lib/Cryptodome/Random/random.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Random creating build/lib.macosx-11-x86_64-3.9/Cryptodome/Signature copying lib/Cryptodome/Signature/PKCS1_PSS.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Signature copying lib/Cryptodome/Signature/PKCS1_v1_5.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Signature copying lib/Cryptodome/Signature/init.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Signature copying lib/Cryptodome/Signature/pkcs1_15.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Signature copying lib/Cryptodome/Signature/pss.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Signature copying lib/Cryptodome/Signature/DSS.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Signature creating build/lib.macosx-11-x86_64-3.9/Cryptodome/Util copying lib/Cryptodome/Util/py3compat.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Util copying lib/Cryptodome/Util/number.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Util copying lib/Cryptodome/Util/init.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Util copying lib/Cryptodome/Util/_raw_api.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Util copying lib/Cryptodome/Util/_cpu_features.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Util copying lib/Cryptodome/Util/RFC1751.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Util copying lib/Cryptodome/Util/_file_system.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Util copying lib/Cryptodome/Util/Padding.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Util copying lib/Cryptodome/Util/Counter.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Util copying lib/Cryptodome/Util/strxor.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Util copying lib/Cryptodome/Util/asn1.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Util creating build/lib.macosx-11-x86_64-3.9/Cryptodome/Math copying lib/Cryptodome/Math/_IntegerCustom.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Math copying lib/Cryptodome/Math/_IntegerNative.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Math copying lib/Cryptodome/Math/init.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Math copying lib/Cryptodome/Math/Numbers.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Math copying lib/Cryptodome/Math/_IntegerGMP.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Math copying lib/Cryptodome/Math/_IntegerBase.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Math copying lib/Cryptodome/Math/Primality.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Math creating build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest copying lib/Cryptodome/SelfTest/st_common.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest copying lib/Cryptodome/SelfTest/init.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest copying lib/Cryptodome/SelfTest/loader.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest copying lib/Cryptodome/SelfTest/main.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest creating build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher copying lib/Cryptodome/SelfTest/Cipher/test_AES.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher copying lib/Cryptodome/SelfTest/Cipher/test_CAST.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher copying lib/Cryptodome/SelfTest/Cipher/test_ARC4.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher copying lib/Cryptodome/SelfTest/Cipher/test_CCM.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher copying lib/Cryptodome/SelfTest/Cipher/test_pkcs1_oaep.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher copying lib/Cryptodome/SelfTest/Cipher/test_OCB.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher copying lib/Cryptodome/SelfTest/Cipher/test_DES3.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher copying lib/Cryptodome/SelfTest/Cipher/init.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher copying lib/Cryptodome/SelfTest/Cipher/test_OFB.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher copying lib/Cryptodome/SelfTest/Cipher/test_CBC.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher copying lib/Cryptodome/SelfTest/Cipher/test_CFB.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher copying lib/Cryptodome/SelfTest/Cipher/common.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher copying lib/Cryptodome/SelfTest/Cipher/test_DES.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher copying lib/Cryptodome/SelfTest/Cipher/test_GCM.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher copying lib/Cryptodome/SelfTest/Cipher/test_Salsa20.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher copying lib/Cryptodome/SelfTest/Cipher/test_SIV.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher copying lib/Cryptodome/SelfTest/Cipher/test_OpenPGP.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher copying lib/Cryptodome/SelfTest/Cipher/test_CTR.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher copying lib/Cryptodome/SelfTest/Cipher/test_EAX.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher copying lib/Cryptodome/SelfTest/Cipher/test_ChaCha20.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher copying lib/Cryptodome/SelfTest/Cipher/test_ARC2.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher copying lib/Cryptodome/SelfTest/Cipher/test_Blowfish.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher copying lib/Cryptodome/SelfTest/Cipher/test_ChaCha20_Poly1305.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher copying lib/Cryptodome/SelfTest/Cipher/test_pkcs1_15.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher creating build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Hash copying lib/Cryptodome/SelfTest/Hash/test_RIPEMD160.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Hash copying lib/Cryptodome/SelfTest/Hash/test_SHA224.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Hash copying lib/Cryptodome/SelfTest/Hash/test_MD2.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Hash copying lib/Cryptodome/SelfTest/Hash/test_SHA3_224.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Hash copying lib/Cryptodome/SelfTest/Hash/init.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Hash copying lib/Cryptodome/SelfTest/Hash/test_CMAC.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Hash copying lib/Cryptodome/SelfTest/Hash/test_SHA1.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Hash copying lib/Cryptodome/SelfTest/Hash/test_MD4.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Hash copying lib/Cryptodome/SelfTest/Hash/test_BLAKE2.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Hash copying lib/Cryptodome/SelfTest/Hash/test_keccak.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Hash copying lib/Cryptodome/SelfTest/Hash/common.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Hash copying lib/Cryptodome/SelfTest/Hash/test_SHA512.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Hash copying lib/Cryptodome/SelfTest/Hash/test_SHA3_256.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Hash copying lib/Cryptodome/SelfTest/Hash/test_MD5.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Hash copying lib/Cryptodome/SelfTest/Hash/test_SHA3_384.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Hash copying lib/Cryptodome/SelfTest/Hash/test_SHAKE.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Hash copying lib/Cryptodome/SelfTest/Hash/test_SHA384.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Hash copying lib/Cryptodome/SelfTest/Hash/test_SHA256.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Hash copying lib/Cryptodome/SelfTest/Hash/test_SHA3_512.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Hash copying lib/Cryptodome/SelfTest/Hash/test_HMAC.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Hash copying lib/Cryptodome/SelfTest/Hash/test_Poly1305.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Hash creating build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/IO copying lib/Cryptodome/SelfTest/IO/test_PKCS8.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/IO copying lib/Cryptodome/SelfTest/IO/init.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/IO copying lib/Cryptodome/SelfTest/IO/test_PBES.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/IO creating build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Protocol copying lib/Cryptodome/SelfTest/Protocol/init.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Protocol copying lib/Cryptodome/SelfTest/Protocol/test_SecretSharing.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Protocol copying lib/Cryptodome/SelfTest/Protocol/test_rfc1751.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Protocol copying lib/Cryptodome/SelfTest/Protocol/test_KDF.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Protocol creating build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey copying lib/Cryptodome/SelfTest/PublicKey/test_RSA.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey copying lib/Cryptodome/SelfTest/PublicKey/test_ECC.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey copying lib/Cryptodome/SelfTest/PublicKey/test_import_ECC.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey copying lib/Cryptodome/SelfTest/PublicKey/init.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey copying lib/Cryptodome/SelfTest/PublicKey/test_import_RSA.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey copying lib/Cryptodome/SelfTest/PublicKey/test_import_DSA.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey copying lib/Cryptodome/SelfTest/PublicKey/test_DSA.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey copying lib/Cryptodome/SelfTest/PublicKey/test_ElGamal.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey creating build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Random copying lib/Cryptodome/SelfTest/Random/init.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Random copying lib/Cryptodome/SelfTest/Random/test_random.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Random creating build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature copying lib/Cryptodome/SelfTest/Signature/init.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature copying lib/Cryptodome/SelfTest/Signature/test_pss.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature copying lib/Cryptodome/SelfTest/Signature/test_dss.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature copying lib/Cryptodome/SelfTest/Signature/test_pkcs1_15.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature creating build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Util copying lib/Cryptodome/SelfTest/Util/init.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Util copying lib/Cryptodome/SelfTest/Util/test_strxor.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Util copying lib/Cryptodome/SelfTest/Util/test_rfc1751.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Util copying lib/Cryptodome/SelfTest/Util/test_Counter.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Util copying lib/Cryptodome/SelfTest/Util/test_Padding.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Util copying lib/Cryptodome/SelfTest/Util/test_asn1.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Util copying lib/Cryptodome/SelfTest/Util/test_number.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Util creating build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Math copying lib/Cryptodome/SelfTest/Math/test_Primality.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Math copying lib/Cryptodome/SelfTest/Math/test_modexp.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Math copying lib/Cryptodome/SelfTest/Math/test_Numbers.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Math copying lib/Cryptodome/SelfTest/Math/init.py -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Math copying lib/Cryptodome/py.typed -> build/lib.macosx-11-x86_64-3.9/Cryptodome copying lib/Cryptodome/init.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome copying lib/Cryptodome/Cipher/_mode_gcm.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Cipher copying lib/Cryptodome/Cipher/_mode_siv.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Cipher copying lib/Cryptodome/Cipher/ChaCha20_Poly1305.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Cipher copying lib/Cryptodome/Cipher/_mode_ocb.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Cipher copying lib/Cryptodome/Cipher/_mode_ccm.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Cipher copying lib/Cryptodome/Cipher/init.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Cipher copying lib/Cryptodome/Cipher/Salsa20.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Cipher copying lib/Cryptodome/Cipher/_mode_ctr.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Cipher copying lib/Cryptodome/Cipher/_EKSBlowfish.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Cipher copying lib/Cryptodome/Cipher/_mode_cfb.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Cipher copying lib/Cryptodome/Cipher/DES3.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Cipher copying lib/Cryptodome/Cipher/AES.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Cipher copying lib/Cryptodome/Cipher/PKCS1_v1_5.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Cipher copying lib/Cryptodome/Cipher/_mode_ofb.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Cipher copying lib/Cryptodome/Cipher/_mode_openpgp.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Cipher copying lib/Cryptodome/Cipher/PKCS1_OAEP.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Cipher copying lib/Cryptodome/Cipher/CAST.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Cipher copying lib/Cryptodome/Cipher/_mode_eax.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Cipher copying lib/Cryptodome/Cipher/ChaCha20.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Cipher copying lib/Cryptodome/Cipher/Blowfish.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Cipher copying lib/Cryptodome/Cipher/ARC2.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Cipher copying lib/Cryptodome/Cipher/_mode_cbc.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Cipher copying lib/Cryptodome/Cipher/DES.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Cipher copying lib/Cryptodome/Cipher/_mode_ecb.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Cipher copying lib/Cryptodome/Cipher/ARC4.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Cipher copying lib/Cryptodome/Hash/SHA1.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Hash copying lib/Cryptodome/Hash/RIPEMD.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Hash copying lib/Cryptodome/Hash/SHA.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Hash copying lib/Cryptodome/Hash/BLAKE2s.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Hash copying lib/Cryptodome/Hash/SHA512.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Hash copying lib/Cryptodome/Hash/SHA3_384.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Hash copying lib/Cryptodome/Hash/SHAKE256.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Hash copying lib/Cryptodome/Hash/BLAKE2b.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Hash copying lib/Cryptodome/Hash/CMAC.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Hash copying lib/Cryptodome/Hash/SHA3_224.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Hash copying lib/Cryptodome/Hash/init.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Hash copying lib/Cryptodome/Hash/SHA3_256.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Hash copying lib/Cryptodome/Hash/MD2.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Hash copying lib/Cryptodome/Hash/MD4.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Hash copying lib/Cryptodome/Hash/MD5.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Hash copying lib/Cryptodome/Hash/SHA3_512.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Hash copying lib/Cryptodome/Hash/SHA384.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Hash copying lib/Cryptodome/Hash/keccak.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Hash copying lib/Cryptodome/Hash/SHA224.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Hash copying lib/Cryptodome/Hash/RIPEMD160.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Hash copying lib/Cryptodome/Hash/SHA256.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Hash copying lib/Cryptodome/Hash/SHAKE128.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Hash copying lib/Cryptodome/Hash/Poly1305.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Hash copying lib/Cryptodome/Hash/HMAC.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Hash copying lib/Cryptodome/IO/PKCS8.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/IO copying lib/Cryptodome/IO/_PBES.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/IO copying lib/Cryptodome/IO/PEM.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/IO copying lib/Cryptodome/PublicKey/ElGamal.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/PublicKey copying lib/Cryptodome/PublicKey/DSA.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/PublicKey copying lib/Cryptodome/PublicKey/init.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/PublicKey copying lib/Cryptodome/PublicKey/_openssh.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/PublicKey copying lib/Cryptodome/PublicKey/RSA.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/PublicKey copying lib/Cryptodome/PublicKey/ECC.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/PublicKey copying lib/Cryptodome/Protocol/SecretSharing.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Protocol copying lib/Cryptodome/Protocol/init.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Protocol copying lib/Cryptodome/Protocol/KDF.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Protocol copying lib/Cryptodome/Random/random.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Random copying lib/Cryptodome/Random/init.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Random copying lib/Cryptodome/Signature/DSS.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Signature copying lib/Cryptodome/Signature/pkcs1_15.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Signature copying lib/Cryptodome/Signature/PKCS1_v1_5.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Signature copying lib/Cryptodome/Signature/pss.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Signature copying lib/Cryptodome/Signature/PKCS1_PSS.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Signature copying lib/Cryptodome/Util/RFC1751.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Util copying lib/Cryptodome/Util/_raw_api.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Util copying lib/Cryptodome/Util/py3compat.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Util copying lib/Cryptodome/Util/_file_system.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Util copying lib/Cryptodome/Util/number.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Util copying lib/Cryptodome/Util/asn1.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Util copying lib/Cryptodome/Util/Padding.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Util copying lib/Cryptodome/Util/Counter.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Util copying lib/Cryptodome/Util/_cpu_features.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Util copying lib/Cryptodome/Util/strxor.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Util copying lib/Cryptodome/Math/_IntegerBase.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Math copying lib/Cryptodome/Math/_IntegerGMP.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Math copying lib/Cryptodome/Math/Primality.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Math copying lib/Cryptodome/Math/_IntegerCustom.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Math copying lib/Cryptodome/Math/Numbers.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Math copying lib/Cryptodome/Math/_IntegerNative.pyi -> build/lib.macosx-11-x86_64-3.9/Cryptodome/Math creating build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors creating build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/OFBMMT256.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/OFBKeySbox256.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB128MMT192.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CBCKeySbox256.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB128VarTxt128.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB8GFSbox192.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CBCVarTxt128.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB8VarKey128.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CBCMCT192.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB128KeySbox128.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/OFBVarKey256.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CBCVarKey192.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB8MCT256.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CBCGFSbox128.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB8VarTxt192.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB128MCT128.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB8KeySbox128.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB128GFSbox128.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CBCMMT128.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB128VarKey192.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/OFBVarKey192.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/OFBGFSbox128.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/OFBMCT128.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/gcmEncryptExtIV128.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CBCVarKey256.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB8VarTxt256.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB8MCT192.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB128VarKey256.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/OFBMMT192.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/OFBVarTxt128.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CBCKeySbox192.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB8MMT128.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB128MMT256.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/OFBKeySbox192.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB8GFSbox256.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CBCMCT256.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/OFBGFSbox256.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB128KeySbox192.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/OFBMCT256.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB128VarKey128.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CBCMMT192.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB128GFSbox192.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB8KeySbox192.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB128MCT192.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB8VarTxt128.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CBCGFSbox192.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CBCVarKey128.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/OFBVarTxt256.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB8VarKey192.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CBCMCT128.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CBCVarTxt192.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB8GFSbox128.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB128VarTxt192.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB8MMT256.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB128MMT128.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/README.txt -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/OFBVarTxt192.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/OFBMMT128.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB8VarKey256.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CBCVarTxt256.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/OFBKeySbox128.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB128VarTxt256.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CBCKeySbox128.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB8MMT192.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB128KeySbox256.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/gcmDecrypt128.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/OFBMCT192.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/OFBGFSbox192.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/OFBVarKey128.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB8KeySbox256.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB128GFSbox256.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CBCMMT256.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CBCGFSbox256.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB8MCT128.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB128MCT256.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/AES creating build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/TDES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TCFB64varkey.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/TDES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TCFB64permop.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/TDES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TCFB8vartext.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/TDES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TCBCinvperm.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/TDES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TCFB8permop.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/TDES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TCFB64MMT2.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/TDES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TCFB64vartext.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/TDES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TCFB64MMT3.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/TDES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TCFB8varkey.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/TDES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TECBMMT3.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/TDES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TECBMMT2.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/TDES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TCBCMMT2.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/TDES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TOFBinvperm.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/TDES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TCBCMMT3.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/TDES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TCBCsubtab.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/TDES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TCFB8MMT2.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/TDES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TCFB8MMT3.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/TDES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TOFBpermop.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/TDES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TOFBvarkey.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/TDES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TCBCpermop.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/TDES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TCBCvarkey.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/TDES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TCBCvartext.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/TDES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TCFB8invperm.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/TDES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TCFB64invperm.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/TDES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TOFBsubtab.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/TDES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/TDES/README.txt -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/TDES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TCFB64subtab.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/TDES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TOFBvartext.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/TDES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TOFBMMT2.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/TDES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TOFBMMT3.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/TDES copying lib/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TCFB8subtab.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/TDES creating build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof/aes_gcm_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof/rsa_oaep_2048_sha256_mgf1sha256_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof/rsa_pkcs1_3072_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof/rsa_oaep_2048_sha384_mgf1sha384_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof/rsa_oaep_3072_sha256_mgf1sha256_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof/rsa_pkcs1_4096_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof/rsa_oaep_4096_sha256_mgf1sha256_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof/rsa_oaep_misc_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof/rsa_oaep_3072_sha512_mgf1sha1_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof/rsa_oaep_2048_sha512_mgf1sha1_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof/rsa_oaep_2048_sha256_mgf1sha1_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof/rsa_oaep_3072_sha256_mgf1sha1_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof/aes_ccm_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof/aes_eax_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof/rsa_oaep_2048_sha384_mgf1sha1_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof/chacha20_poly1305_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof/rsa_oaep_2048_sha224_mgf1sha1_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof/rsa_oaep_4096_sha512_mgf1sha1_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof/rsa_oaep_4096_sha512_mgf1sha512_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof/rsa_oaep_3072_sha512_mgf1sha512_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof/rsa_pkcs1_2048_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof/rsa_oaep_2048_sha224_mgf1sha224_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof/aead_aes_siv_cmac_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof/rsa_oaep_4096_sha256_mgf1sha1_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof/xchacha20_poly1305_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof/rsa_oaep_2048_sha512_mgf1sha512_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof/aes_siv_cmac_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof/rsa_oaep_2048_sha1_mgf1sha1_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof creating build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Hash/test_vectors creating build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Hash/test_vectors/SHA1 copying lib/Cryptodome/SelfTest/Hash/test_vectors/SHA1/SHA1ShortMsg.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Hash/test_vectors/SHA1 creating build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Hash/test_vectors/SHA2 copying lib/Cryptodome/SelfTest/Hash/test_vectors/SHA2/SHA512_256ShortMsg.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Hash/test_vectors/SHA2 copying lib/Cryptodome/SelfTest/Hash/test_vectors/SHA2/SHA512ShortMsg.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Hash/test_vectors/SHA2 copying lib/Cryptodome/SelfTest/Hash/test_vectors/SHA2/SHA512_224ShortMsg.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Hash/test_vectors/SHA2 creating build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Hash/test_vectors/SHA3 copying lib/Cryptodome/SelfTest/Hash/test_vectors/SHA3/ShortMsgKAT_SHA3-384.txt -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Hash/test_vectors/SHA3 copying lib/Cryptodome/SelfTest/Hash/test_vectors/SHA3/ShortMsgKAT_SHA3-224.txt -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Hash/test_vectors/SHA3 copying lib/Cryptodome/SelfTest/Hash/test_vectors/SHA3/ShortMsgKAT_SHAKE256.txt -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Hash/test_vectors/SHA3 copying lib/Cryptodome/SelfTest/Hash/test_vectors/SHA3/ShortMsgKAT_SHA3-256.txt -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Hash/test_vectors/SHA3 copying lib/Cryptodome/SelfTest/Hash/test_vectors/SHA3/ShortMsgKAT_SHAKE128.txt -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Hash/test_vectors/SHA3 copying lib/Cryptodome/SelfTest/Hash/test_vectors/SHA3/ShortMsgKAT_SHA3-512.txt -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Hash/test_vectors/SHA3 creating build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Hash/test_vectors/keccak copying lib/Cryptodome/SelfTest/Hash/test_vectors/keccak/ExtremelyLongMsgKAT_512.txt -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Hash/test_vectors/keccak copying lib/Cryptodome/SelfTest/Hash/test_vectors/keccak/ShortMsgKAT_512.txt -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Hash/test_vectors/keccak copying lib/Cryptodome/SelfTest/Hash/test_vectors/keccak/LongMsgKAT_512.txt -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Hash/test_vectors/keccak copying lib/Cryptodome/SelfTest/Hash/test_vectors/keccak/ExtremelyLongMsgKAT_256.txt -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Hash/test_vectors/keccak copying lib/Cryptodome/SelfTest/Hash/test_vectors/keccak/ShortMsgKAT_256.txt -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Hash/test_vectors/keccak copying lib/Cryptodome/SelfTest/Hash/test_vectors/keccak/LongMsgKAT_256.txt -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Hash/test_vectors/keccak copying lib/Cryptodome/SelfTest/Hash/test_vectors/keccak/readme.txt -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Hash/test_vectors/keccak copying lib/Cryptodome/SelfTest/Hash/test_vectors/keccak/ShortMsgKAT_384.txt -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Hash/test_vectors/keccak copying lib/Cryptodome/SelfTest/Hash/test_vectors/keccak/ExtremelyLongMsgKAT_384.txt -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Hash/test_vectors/keccak copying lib/Cryptodome/SelfTest/Hash/test_vectors/keccak/LongMsgKAT_384.txt -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Hash/test_vectors/keccak copying lib/Cryptodome/SelfTest/Hash/test_vectors/keccak/ShortMsgKAT_224.txt -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Hash/test_vectors/keccak copying lib/Cryptodome/SelfTest/Hash/test_vectors/keccak/ExtremelyLongMsgKAT_224.txt -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Hash/test_vectors/keccak copying lib/Cryptodome/SelfTest/Hash/test_vectors/keccak/LongMsgKAT_224.txt -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Hash/test_vectors/keccak creating build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Hash/test_vectors/BLAKE2s copying lib/Cryptodome/SelfTest/Hash/test_vectors/BLAKE2s/blake2s-test.txt -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Hash/test_vectors/BLAKE2s copying lib/Cryptodome/SelfTest/Hash/test_vectors/BLAKE2s/tv2.txt -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Hash/test_vectors/BLAKE2s copying lib/Cryptodome/SelfTest/Hash/test_vectors/BLAKE2s/tv1.txt -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Hash/test_vectors/BLAKE2s creating build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Hash/test_vectors/BLAKE2b copying lib/Cryptodome/SelfTest/Hash/test_vectors/BLAKE2b/blake2b-test.txt -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Hash/test_vectors/BLAKE2b copying lib/Cryptodome/SelfTest/Hash/test_vectors/BLAKE2b/tv2.txt -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Hash/test_vectors/BLAKE2b copying lib/Cryptodome/SelfTest/Hash/test_vectors/BLAKE2b/tv1.txt -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Hash/test_vectors/BLAKE2b creating build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Hash/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Hash/test_vectors/wycheproof/aes_cmac_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Hash/test_vectors/wycheproof creating build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Protocol/test_vectors creating build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Protocol/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Protocol/test_vectors/wycheproof/hkdf_sha512_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Protocol/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Protocol/test_vectors/wycheproof/hkdf_sha256_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Protocol/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Protocol/test_vectors/wycheproof/hkdf_sha384_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Protocol/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Protocol/test_vectors/wycheproof/hkdf_sha1_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Protocol/test_vectors/wycheproof creating build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors creating build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p521_x509.der -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private.pem -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_openssh.pem -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/openssl_version_p384.txt -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p521.txt -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_public_compressed.pem -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p384_private_openssh_pwd.pem -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/point-at-infinity.org-P521.txt -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_public.der -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p384_private_enc_des3.pem -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_enc_des3.pem -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p384_public_openssh.txt -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p521_private_enc_aes192.pem -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p256.txt -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/point-at-infinity.org-P256.txt -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_public_compressed.der -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_public.pem -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private.der -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p384_private_enc_aes192.pem -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p384_private_openssh.pem -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p521_x509.pem -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p384_private_p8.pem -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/point-at-infinity.org-P384.txt -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p521_private_enc_des3.pem -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/gen_ecc_p521.sh -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p521_private_enc_aes256.pem -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p384.txt -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p384_x509.pem -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_x509.pem -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p384_private_enc_aes256.pem -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_openssh_pwd.pem -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p521_private_p8.der -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p384_private.pem -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/openssl_version_p521.txt -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_enc_aes256_gcm.pem -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p384_private.der -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p521_private_openssh_old.pem -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p521_private_enc_aes256_gcm.pem -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p384_private_openssh_pwd_old.pem -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p521_private_p8.pem -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p384_x509.der -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p521_private_openssh.pem -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_x509.der -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p384_private_p8.der -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_enc_aes128.pem -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p384_private_p8_clear.pem -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p521_public_compressed.der -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p521_private_enc_aes128.pem -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p521_private_openssh_pwd.pem -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_p8_clear.pem -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p384_public_compressed.pem -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_p8.der -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/openssl_version.txt -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p521_public.der -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p384_private_enc_aes128.pem -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_openssh_pwd_old.pem -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p521_public.pem -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p384_public_compressed.der -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_p8.pem -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p521_private_openssh_pwd_old.pem -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_ecparams.pem -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_p8_clear.der -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_enc_aes256.pem -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p384_private_p8_clear.der -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p521_public_compressed.pem -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_openssh_old.pem -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p521_private.pem -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p521_public_openssh.txt -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p384_public.pem -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_enc_aes192.pem -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p521_private_p8_clear.pem -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_public_openssh.txt -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p384_private_enc_aes256_gcm.pem -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/gen_ecc_p384.sh -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p384_public.der -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p521_private_p8_clear.der -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/gen_ecc_p256.sh -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p384_private_openssh_old.pem -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p521_private.der -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/ECC creating build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/RSA copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/RSA/rsa2048_private_openssh.pem -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/RSA copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/RSA/rsa2048_private_openssh_old.pem -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/RSA copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/RSA/gen_rsa_2048.sh -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/RSA copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/RSA/openssl_version.txt -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/RSA copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/RSA/rsa2048_private_openssh_pwd.pem -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/RSA copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/RSA/rsa2048_public_openssh.txt -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/RSA copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/RSA/rsa2048_private_openssh_pwd_old.pem -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/RSA copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/RSA/rsa2048_private.pem -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/PublicKey/test_vectors/RSA creating build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors creating build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/DSA copying lib/Cryptodome/SelfTest/Signature/test_vectors/DSA/FIPS_186_3_SigGen.txt -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/DSA copying lib/Cryptodome/SelfTest/Signature/test_vectors/DSA/FIPS_186_3_SigVer.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/DSA creating build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/ECDSA copying lib/Cryptodome/SelfTest/Signature/test_vectors/ECDSA/SigGen.txt -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/ECDSA copying lib/Cryptodome/SelfTest/Signature/test_vectors/ECDSA/README.txt -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/ECDSA copying lib/Cryptodome/SelfTest/Signature/test_vectors/ECDSA/SigVer.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/ECDSA creating build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/PKCS1-v1.5 copying lib/Cryptodome/SelfTest/Signature/test_vectors/PKCS1-v1.5/SigVer15_186-3.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/PKCS1-v1.5 copying lib/Cryptodome/SelfTest/Signature/test_vectors/PKCS1-v1.5/SigGen15_186-3.txt -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/PKCS1-v1.5 copying lib/Cryptodome/SelfTest/Signature/test_vectors/PKCS1-v1.5/SigGen15_186-2.txt -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/PKCS1-v1.5 creating build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/PKCS1-PSS copying lib/Cryptodome/SelfTest/Signature/test_vectors/PKCS1-PSS/SigGenPSS_186-2.txt -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/PKCS1-PSS copying lib/Cryptodome/SelfTest/Signature/test_vectors/PKCS1-PSS/SigGenPSS_186-3.txt -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/PKCS1-PSS copying lib/Cryptodome/SelfTest/Signature/test_vectors/PKCS1-PSS/SigVerPSS_186-3.rsp -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/PKCS1-PSS creating build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Signature/test_vectors/wycheproof/rsa_signature_2048_sha512_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Signature/test_vectors/wycheproof/ecdsa_secp521r1_sha3_512_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Signature/test_vectors/wycheproof/rsa_signature_3072_sha3_384_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Signature/test_vectors/wycheproof/ecdsa_secp384r1_sha512_p1363_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Signature/test_vectors/wycheproof/rsa_pss_misc_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Signature/test_vectors/wycheproof/ecdsa_secp224r1_sha3_512_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Signature/test_vectors/wycheproof/rsa_signature_2048_sha3_384_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Signature/test_vectors/wycheproof/ecdsa_secp224r1_sha512_p1363_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Signature/test_vectors/wycheproof/rsa_signature_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Signature/test_vectors/wycheproof/rsa_signature_3072_sha3_256_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Signature/test_vectors/wycheproof/ecdsa_secp224r1_sha3_224_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Signature/test_vectors/wycheproof/rsa_signature_3072_sha512_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Signature/test_vectors/wycheproof/rsa_signature_2048_sha224_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Signature/test_vectors/wycheproof/ecdsa_secp256r1_sha256_p1363_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Signature/test_vectors/wycheproof/rsa_signature_2048_sha512_224_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Signature/test_vectors/wycheproof/rsa_pss_4096_sha512_mgf1_32_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Signature/test_vectors/wycheproof/rsa_sig_gen_misc_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Signature/test_vectors/wycheproof/rsa_signature_2048_sha3_256_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Signature/test_vectors/wycheproof/ecdsa_secp256r1_sha512_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Signature/test_vectors/wycheproof/ecdsa_secp521r1_sha512_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Signature/test_vectors/wycheproof/ecdsa_webcrypto_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Signature/test_vectors/wycheproof/ecdsa_secp256r1_sha3_512_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Signature/test_vectors/wycheproof/ecdsa_secp384r1_sha3_512_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Signature/test_vectors/wycheproof/ecdsa_secp384r1_sha384_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Signature/test_vectors/wycheproof/rsa_pss_2048_sha512_256_mgf1_28_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Signature/test_vectors/wycheproof/ecdsa_secp224r1_sha256_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Signature/test_vectors/wycheproof/rsa_pss_2048_sha1_mgf1_20_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Signature/test_vectors/wycheproof/rsa_signature_4096_sha384_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Signature/test_vectors/wycheproof/ecdsa_secp521r1_sha512_p1363_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Signature/test_vectors/wycheproof/ecdsa_secp256r1_sha256_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Signature/test_vectors/wycheproof/rsa_pss_2048_sha512_256_mgf1_32_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Signature/test_vectors/wycheproof/rsa_pss_2048_sha256_mgf1_0_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Signature/test_vectors/wycheproof/ecdsa_secp224r1_sha224_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Signature/test_vectors/wycheproof/rsa_pss_4096_sha256_mgf1_32_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Signature/test_vectors/wycheproof/ecdsa_secp256r1_sha3_256_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Signature/test_vectors/wycheproof/rsa_signature_4096_sha512_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Signature/test_vectors/wycheproof/ecdsa_secp224r1_sha512_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Signature/test_vectors/wycheproof/ecdsa_secp384r1_sha384_p1363_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Signature/test_vectors/wycheproof/rsa_signature_4096_sha512_256_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Signature/test_vectors/wycheproof/ecdsa_secp384r1_sha512_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Signature/test_vectors/wycheproof/ecdsa_secp384r1_sha3_384_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Signature/test_vectors/wycheproof/ecdsa_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Signature/test_vectors/wycheproof/rsa_signature_2048_sha256_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Signature/test_vectors/wycheproof/ecdsa_secp256r1_sha512_p1363_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Signature/test_vectors/wycheproof/rsa_signature_2048_sha512_256_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Signature/test_vectors/wycheproof/dsa_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Signature/test_vectors/wycheproof/rsa_signature_2048_sha3_224_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Signature/test_vectors/wycheproof/rsa_pss_2048_sha256_mgf1_32_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Signature/test_vectors/wycheproof/rsa_signature_3072_sha384_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Signature/test_vectors/wycheproof/ecdsa_secp224r1_sha3_256_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Signature/test_vectors/wycheproof/ecdsa_secp224r1_sha256_p1363_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Signature/test_vectors/wycheproof/rsa_signature_3072_sha512_256_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Signature/test_vectors/wycheproof/rsa_signature_2048_sha384_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Signature/test_vectors/wycheproof/rsa_pss_3072_sha256_mgf1_32_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Signature/test_vectors/wycheproof/rsa_signature_3072_sha3_512_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Signature/test_vectors/wycheproof/rsa_signature_3072_sha256_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Signature/test_vectors/wycheproof/ecdsa_secp224r1_sha224_p1363_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/wycheproof copying lib/Cryptodome/SelfTest/Signature/test_vectors/wycheproof/rsa_signature_2048_sha3_512_test.json -> build/lib.macosx-11-x86_64-3.9/Cryptodome/SelfTest/Signature/test_vectors/wycheproof running build_ext building 'Cryptodome.Hash._MD2' extension creating build/temp.macosx-11-x86_64-3.9 creating build/temp.macosx-11-x86_64-3.9/src clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -DPYCRYPTO_LITTLE_ENDIAN -DSYS_BITS=64 -DLTC_NO_ASM -Isrc/ -I/usr/local/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/sqlite/include -I/Users/alexmorg/PycharmProjects/InstagramBot/venv/include -I/usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c src/MD2.c -o build/temp.macosx-11-x86_64-3.9/src/MD2.o clang: error: invalid version number in 'MACOSX_DEPLOYMENT_TARGET=11' error: command '/usr/bin/clang' failed with exit code 1

ERROR: Command errored out with exit status 1: /Users/alexmorg/PycharmProjects/InstagramBot/venv/bin/python -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/tt/k52495ks139gd2kkb5gl5t680000gn/T/pip-install-l9cd9oe9/pycryptodomex_aa7fd7c7314c4ea0989ab7ebe2ca695c/setup.py'"'"'; file='"'"'/private/var/folders/tt/k52495ks139gd2kkb5gl5t680000gn/T/pip-install-l9cd9oe9/pycryptodomex_aa7fd7c7314c4ea0989ab7ebe2ca695c/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(file) if os.path.exists(file) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' install --record /private/var/folders/tt/k52495ks139gd2kkb5gl5t680000gn/T/pip-record-e9n3chhk/install-record.txt --single-version-externally-managed --compile --install-headers /Users/alexmorg/PycharmProjects/InstagramBot/venv/include/site/python3.9/pycryptodomex Check the logs for full command output.

Almopt commented 3 years ago

send

Darwin MBPdeAlexandre.Home 20.6.0 Darwin Kernel Version 20.6.0: Mon Aug 30 06:12:21 PDT 2021; root:xnu-7195.141.6~3/RELEASE_X86_64 x86_64

adw0rd commented 3 years ago

@Almopt show clang and gcc versions

Almopt commented 3 years ago

Apple clang version 11.0.0 (clang-1100.0.33.16)

Almopt commented 3 years ago

Configured with: --prefix=/Library/Developer/CommandLineTools/usr --with-gxx-include-dir=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/4.2.1 Apple clang version 11.0.0 (clang-1100.0.33.16) Target: x86_64-apple-darwin20.6.0 Thread model: posix InstalledDir: /Library/Developer/CommandLineTools/usr/bin

adw0rd commented 3 years ago

@Almopt cannot reproduce:

% uname -a
Darwin MacBook-Pro-adw0rd.local 18.7.0 Darwin Kernel Version 18.7.0: Tue Nov 10 00:07:31 PST 2020; root:xnu-4903.278.51~1/RELEASE_X86_64 x86_64

% gcc -v
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/c++/4.2.1
Apple LLVM version 10.0.1 (clang-1001.0.46.4)
Target: x86_64-apple-darwin18.7.0
Thread model: posix

% pip install instagrapi
Collecting instagrapi
  Downloading instagrapi-1.13.3.tar.gz (72 kB)
     |████████████████████████████████| 72 kB 938 kB/s
Collecting requests<3.0,>=2.25.1
  Using cached requests-2.26.0-py2.py3-none-any.whl (62 kB)
Collecting PySocks==1.7.1
  Using cached PySocks-1.7.1-py3-none-any.whl (16 kB)
Collecting pydantic==1.8.2
  Downloading pydantic-1.8.2-cp39-cp39-macosx_10_9_x86_64.whl (2.7 MB)
     |████████████████████████████████| 2.7 MB 7.7 MB/s
Collecting pycryptodomex==3.9.9
  Downloading pycryptodomex-3.9.9.tar.gz (15.5 MB)
     |████████████████████████████████| 15.5 MB 4.5 MB/s
Collecting typing-extensions>=3.7.4.3
  Using cached typing_extensions-3.10.0.2-py3-none-any.whl (26 kB)
Collecting certifi>=2017.4.17
  Using cached certifi-2021.5.30-py2.py3-none-any.whl (145 kB)
Collecting charset-normalizer~=2.0.0
  Using cached charset_normalizer-2.0.4-py3-none-any.whl (36 kB)
Collecting urllib3<1.27,>=1.21.1
  Using cached urllib3-1.26.6-py2.py3-none-any.whl (138 kB)
Collecting idna<4,>=2.5
  Using cached idna-3.2-py3-none-any.whl (59 kB)
Building wheels for collected packages: instagrapi, pycryptodomex
  Building wheel for instagrapi (setup.py) ... done
  Created wheel for instagrapi: filename=instagrapi-1.13.3-py3-none-any.whl size=83570 sha256=004038874f71c44f0cb08618568a415e2bb5f590290d2fbd680ee6716a6baeb8
  Stored in directory: /Users/adw0rd/Library/Caches/pip/wheels/c5/7f/7e/e38c77986fbc13fc6ac248bea9a7bdb7b28b4c81cc60a89aba
  Building wheel for pycryptodomex (setup.py) ... done
  Created wheel for pycryptodomex: filename=pycryptodomex-3.9.9-cp39-cp39-macosx_10_14_x86_64.whl size=13328947 sha256=2f2cd9042427f8522539cfeb4f0822d7cce950ca8491d1c0be7e8ba36e4b40ec
  Stored in directory: /Users/adw0rd/Library/Caches/pip/wheels/5c/32/e1/57bb63b8af45375248987d6d84fb5d1fc0922929a8661697f9
Successfully built instagrapi pycryptodomex
Installing collected packages: urllib3, typing-extensions, idna, charset-normalizer, certifi, requests, PySocks, pydantic, pycryptodomex, instagrapi
Successfully installed PySocks-1.7.1 certifi-2021.5.30 charset-normalizer-2.0.4 idna-3.2 instagrapi-1.13.3 pycryptodomex-3.9.9 pydantic-1.8.2 requests-2.26.0 typing-extensions-3.10.0.2 urllib3-1.26.6

% python
Python 3.9.1 (default, Sep 14 2021, 13:38:32)
[Clang 10.0.1 (clang-1001.0.46.4)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> from instagrapi import Client
>>> Client
<class 'instagrapi.Client'>

You can use the same versions of the libraries as mine, maybe this will help you

Meerxn commented 1 year ago

Going through this error currently on my Mac as well. @Almopt did you find any fix by any chance