>>> Building on exopi-1 under security/py-cryptodome-test-vectors,python3 BDEPENDS = [devel/py-build,python3;archivers/unzip;devel/py-wheel,python3;devel/py-installer,python3;lang/python/3.10;devel/py-setuptools,python3] DIST = [security/py-cryptodome-test-vectors,python3:pycryptodome-test-vectors-1.0.10.zip] FULLPKGNAME = py3-cryptodome-test-vectors-1.0.10p1 RDEPENDS = [lang/python/3.10] (Junk lock obtained for exopi-1 at 1714086578.72) >>> Running depends in security/py-cryptodome-test-vectors,python3 at 1714086578.76 last junk was in www/tuir /usr/sbin/pkg_add -aI -Drepair py3-build-1.1.1 py3-installer-0.7.0 py3-setuptools-68.0.0v0 py3-wheel-0.43.0 python-3.10.14p0 unzip-6.0p17 was: /usr/sbin/pkg_add -aI -Drepair py3-build-1.1.1 py3-installer-0.7.0 py3-setuptools-68.0.0v0 py3-wheel-0.43.0 python-3.10.14p0 unzip-6.0p17 /usr/sbin/pkg_add -aI -Drepair py3-build-1.1.1 py3-installer-0.7.0 py3-setuptools-68.0.0v0 py3-wheel-0.43.0 python-3.10.14p0 unzip-6.0p17 >>> Running show-prepare-results in security/py-cryptodome-test-vectors,python3 at 1714086580.67 ===> security/py-cryptodome-test-vectors,python3 ===> Building from scratch py3-cryptodome-test-vectors-1.0.10p1 ===> py3-cryptodome-test-vectors-1.0.10p1 depends on: python->=3.10,<3.11 -> python-3.10.14p0 ===> py3-cryptodome-test-vectors-1.0.10p1 depends on: py3-build-* -> py3-build-1.1.1 ===> py3-cryptodome-test-vectors-1.0.10p1 depends on: py3-installer-* -> py3-installer-0.7.0 ===> py3-cryptodome-test-vectors-1.0.10p1 depends on: py3-setuptools-* -> py3-setuptools-68.0.0v0 ===> py3-cryptodome-test-vectors-1.0.10p1 depends on: py3-wheel-* -> py3-wheel-0.43.0 ===> py3-cryptodome-test-vectors-1.0.10p1 depends on: unzip-* -> unzip-6.0p17 ===> Verifying specs: pthread ===> found pthread.27.1 py3-build-1.1.1 py3-installer-0.7.0 py3-setuptools-68.0.0v0 py3-wheel-0.43.0 python-3.10.14p0 unzip-6.0p17 (Junk lock released for exopi-1 at 1714086582.00) distfiles size=12161102 >>> Running build in security/py-cryptodome-test-vectors,python3 at 1714086582.03 ===> security/py-cryptodome-test-vectors,python3 ===> Checking files for py3-cryptodome-test-vectors-1.0.10p1 `/exopi-cvs/ports/distfiles/pycryptodome-test-vectors-1.0.10.zip' is up to date. >> (SHA256) pycryptodome-test-vectors-1.0.10.zip: OK ===> Extracting for py3-cryptodome-test-vectors-1.0.10p1 ===> Patching for py3-cryptodome-test-vectors-1.0.10p1 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for py3-cryptodome-test-vectors-1.0.10p1 ===> Configuring for py3-cryptodome-test-vectors-1.0.10p1 ===> Building for py3-cryptodome-test-vectors-1.0.10p1 * Getting build dependencies for wheel... running egg_info writing pycryptodome_test_vectors.egg-info/PKG-INFO writing dependency_links to pycryptodome_test_vectors.egg-info/dependency_links.txt writing top-level names to pycryptodome_test_vectors.egg-info/top_level.txt reading manifest file 'pycryptodome_test_vectors.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.h' under directory 'src' warning: no previously-included files matching '__pycache__' found anywhere in distribution warning: no previously-included files matching '*.pyc' found anywhere in distribution adding license file 'LICENSE.rst' writing manifest file 'pycryptodome_test_vectors.egg-info/SOURCES.txt' * Building wheel... running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/pycryptodome_test_vectors copying pycryptodome_test_vectors/__init__.py -> build/lib/pycryptodome_test_vectors running egg_info writing pycryptodome_test_vectors.egg-info/PKG-INFO writing dependency_links to pycryptodome_test_vectors.egg-info/dependency_links.txt writing top-level names to pycryptodome_test_vectors.egg-info/top_level.txt reading manifest file 'pycryptodome_test_vectors.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.h' under directory 'src' warning: no previously-included files matching '__pycache__' found anywhere in distribution warning: no previously-included files matching '*.pyc' found anywhere in distribution adding license file 'LICENSE.rst' writing manifest file 'pycryptodome_test_vectors.egg-info/SOURCES.txt' /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pycryptodome_test_vectors.Cipher.AES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycryptodome_test_vectors.Cipher.AES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pycryptodome_test_vectors.Cipher.AES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pycryptodome_test_vectors.Cipher.AES' to be distributed and are already explicitly excluding 'pycryptodome_test_vectors.Cipher.AES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pycryptodome_test_vectors.Cipher.TDES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycryptodome_test_vectors.Cipher.TDES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pycryptodome_test_vectors.Cipher.TDES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pycryptodome_test_vectors.Cipher.TDES' to be distributed and are already explicitly excluding 'pycryptodome_test_vectors.Cipher.TDES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pycryptodome_test_vectors.Cipher.wycheproof' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycryptodome_test_vectors.Cipher.wycheproof' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pycryptodome_test_vectors.Cipher.wycheproof' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pycryptodome_test_vectors.Cipher.wycheproof' to be distributed and are already explicitly excluding 'pycryptodome_test_vectors.Cipher.wycheproof' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pycryptodome_test_vectors.Hash.BLAKE2b' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycryptodome_test_vectors.Hash.BLAKE2b' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pycryptodome_test_vectors.Hash.BLAKE2b' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pycryptodome_test_vectors.Hash.BLAKE2b' to be distributed and are already explicitly excluding 'pycryptodome_test_vectors.Hash.BLAKE2b' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pycryptodome_test_vectors.Hash.BLAKE2s' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycryptodome_test_vectors.Hash.BLAKE2s' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pycryptodome_test_vectors.Hash.BLAKE2s' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pycryptodome_test_vectors.Hash.BLAKE2s' to be distributed and are already explicitly excluding 'pycryptodome_test_vectors.Hash.BLAKE2s' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pycryptodome_test_vectors.Hash.SHA1' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycryptodome_test_vectors.Hash.SHA1' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pycryptodome_test_vectors.Hash.SHA1' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pycryptodome_test_vectors.Hash.SHA1' to be distributed and are already explicitly excluding 'pycryptodome_test_vectors.Hash.SHA1' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pycryptodome_test_vectors.Hash.SHA2' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycryptodome_test_vectors.Hash.SHA2' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pycryptodome_test_vectors.Hash.SHA2' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pycryptodome_test_vectors.Hash.SHA2' to be distributed and are already explicitly excluding 'pycryptodome_test_vectors.Hash.SHA2' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pycryptodome_test_vectors.Hash.SHA3' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycryptodome_test_vectors.Hash.SHA3' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pycryptodome_test_vectors.Hash.SHA3' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pycryptodome_test_vectors.Hash.SHA3' to be distributed and are already explicitly excluding 'pycryptodome_test_vectors.Hash.SHA3' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pycryptodome_test_vectors.Hash.keccak' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycryptodome_test_vectors.Hash.keccak' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pycryptodome_test_vectors.Hash.keccak' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pycryptodome_test_vectors.Hash.keccak' to be distributed and are already explicitly excluding 'pycryptodome_test_vectors.Hash.keccak' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pycryptodome_test_vectors.Hash.wycheproof' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycryptodome_test_vectors.Hash.wycheproof' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pycryptodome_test_vectors.Hash.wycheproof' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pycryptodome_test_vectors.Hash.wycheproof' to be distributed and are already explicitly excluding 'pycryptodome_test_vectors.Hash.wycheproof' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pycryptodome_test_vectors.Protocol.wycheproof' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycryptodome_test_vectors.Protocol.wycheproof' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pycryptodome_test_vectors.Protocol.wycheproof' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pycryptodome_test_vectors.Protocol.wycheproof' to be distributed and are already explicitly excluding 'pycryptodome_test_vectors.Protocol.wycheproof' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pycryptodome_test_vectors.PublicKey.ECC' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycryptodome_test_vectors.PublicKey.ECC' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pycryptodome_test_vectors.PublicKey.ECC' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pycryptodome_test_vectors.PublicKey.ECC' to be distributed and are already explicitly excluding 'pycryptodome_test_vectors.PublicKey.ECC' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pycryptodome_test_vectors.PublicKey.RSA' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycryptodome_test_vectors.PublicKey.RSA' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pycryptodome_test_vectors.PublicKey.RSA' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pycryptodome_test_vectors.PublicKey.RSA' to be distributed and are already explicitly excluding 'pycryptodome_test_vectors.PublicKey.RSA' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pycryptodome_test_vectors.Signature.DSA' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycryptodome_test_vectors.Signature.DSA' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pycryptodome_test_vectors.Signature.DSA' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pycryptodome_test_vectors.Signature.DSA' to be distributed and are already explicitly excluding 'pycryptodome_test_vectors.Signature.DSA' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pycryptodome_test_vectors.Signature.ECDSA' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycryptodome_test_vectors.Signature.ECDSA' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pycryptodome_test_vectors.Signature.ECDSA' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pycryptodome_test_vectors.Signature.ECDSA' to be distributed and are already explicitly excluding 'pycryptodome_test_vectors.Signature.ECDSA' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pycryptodome_test_vectors.Signature' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycryptodome_test_vectors.Signature' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pycryptodome_test_vectors.Signature' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pycryptodome_test_vectors.Signature' to be distributed and are already explicitly excluding 'pycryptodome_test_vectors.Signature' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pycryptodome_test_vectors.Signature.wycheproof' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycryptodome_test_vectors.Signature.wycheproof' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pycryptodome_test_vectors.Signature.wycheproof' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pycryptodome_test_vectors.Signature.wycheproof' to be distributed and are already explicitly excluding 'pycryptodome_test_vectors.Signature.wycheproof' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) creating build/lib/pycryptodome_test_vectors/Cipher creating build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/CBCGFSbox128.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/CBCGFSbox192.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/CBCGFSbox256.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/CBCKeySbox128.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/CBCKeySbox192.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/CBCKeySbox256.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/CBCMCT128.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/CBCMCT192.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/CBCMCT256.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/CBCMMT128.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/CBCMMT192.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/CBCMMT256.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/CBCVarKey128.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/CBCVarKey192.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/CBCVarKey256.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/CBCVarTxt128.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/CBCVarTxt192.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/CBCVarTxt256.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/CFB128GFSbox128.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/CFB128GFSbox192.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/CFB128GFSbox256.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/CFB128KeySbox128.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/CFB128KeySbox192.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/CFB128KeySbox256.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/CFB128MCT128.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/CFB128MCT192.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/CFB128MCT256.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/CFB128MMT128.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/CFB128MMT192.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/CFB128MMT256.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/CFB128VarKey128.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/CFB128VarKey192.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/CFB128VarKey256.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/CFB128VarTxt128.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/CFB128VarTxt192.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/CFB128VarTxt256.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/CFB8GFSbox128.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/CFB8GFSbox192.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/CFB8GFSbox256.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/CFB8KeySbox128.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/CFB8KeySbox192.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/CFB8KeySbox256.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/CFB8MCT128.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/CFB8MCT192.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/CFB8MCT256.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/CFB8MMT128.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/CFB8MMT192.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/CFB8MMT256.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/CFB8VarKey128.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/CFB8VarKey192.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/CFB8VarKey256.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/CFB8VarTxt128.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/CFB8VarTxt192.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/CFB8VarTxt256.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/OFBGFSbox128.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/OFBGFSbox192.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/OFBGFSbox256.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/OFBKeySbox128.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/OFBKeySbox192.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/OFBKeySbox256.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/OFBMCT128.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/OFBMCT192.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/OFBMCT256.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/OFBMMT128.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/OFBMMT192.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/OFBMMT256.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/OFBVarKey128.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/OFBVarKey192.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/OFBVarKey256.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/OFBVarTxt128.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/OFBVarTxt192.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/OFBVarTxt256.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/README.txt -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/gcmDecrypt128.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/gcmEncryptExtIV128.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES creating build/lib/pycryptodome_test_vectors/Cipher/TDES copying pycryptodome_test_vectors/Cipher/TDES/README.txt -> build/lib/pycryptodome_test_vectors/Cipher/TDES copying pycryptodome_test_vectors/Cipher/TDES/TCBCMMT2.rsp -> build/lib/pycryptodome_test_vectors/Cipher/TDES copying pycryptodome_test_vectors/Cipher/TDES/TCBCMMT3.rsp -> build/lib/pycryptodome_test_vectors/Cipher/TDES copying pycryptodome_test_vectors/Cipher/TDES/TCBCinvperm.rsp -> build/lib/pycryptodome_test_vectors/Cipher/TDES copying pycryptodome_test_vectors/Cipher/TDES/TCBCpermop.rsp -> build/lib/pycryptodome_test_vectors/Cipher/TDES copying pycryptodome_test_vectors/Cipher/TDES/TCBCsubtab.rsp -> build/lib/pycryptodome_test_vectors/Cipher/TDES copying pycryptodome_test_vectors/Cipher/TDES/TCBCvarkey.rsp -> build/lib/pycryptodome_test_vectors/Cipher/TDES copying pycryptodome_test_vectors/Cipher/TDES/TCBCvartext.rsp -> build/lib/pycryptodome_test_vectors/Cipher/TDES copying pycryptodome_test_vectors/Cipher/TDES/TCFB64MMT2.rsp -> build/lib/pycryptodome_test_vectors/Cipher/TDES copying pycryptodome_test_vectors/Cipher/TDES/TCFB64MMT3.rsp -> build/lib/pycryptodome_test_vectors/Cipher/TDES copying pycryptodome_test_vectors/Cipher/TDES/TCFB64invperm.rsp -> build/lib/pycryptodome_test_vectors/Cipher/TDES copying pycryptodome_test_vectors/Cipher/TDES/TCFB64permop.rsp -> build/lib/pycryptodome_test_vectors/Cipher/TDES copying pycryptodome_test_vectors/Cipher/TDES/TCFB64subtab.rsp -> build/lib/pycryptodome_test_vectors/Cipher/TDES copying pycryptodome_test_vectors/Cipher/TDES/TCFB64varkey.rsp -> build/lib/pycryptodome_test_vectors/Cipher/TDES copying pycryptodome_test_vectors/Cipher/TDES/TCFB64vartext.rsp -> build/lib/pycryptodome_test_vectors/Cipher/TDES copying pycryptodome_test_vectors/Cipher/TDES/TCFB8MMT2.rsp -> build/lib/pycryptodome_test_vectors/Cipher/TDES copying pycryptodome_test_vectors/Cipher/TDES/TCFB8MMT3.rsp -> build/lib/pycryptodome_test_vectors/Cipher/TDES copying pycryptodome_test_vectors/Cipher/TDES/TCFB8invperm.rsp -> build/lib/pycryptodome_test_vectors/Cipher/TDES copying pycryptodome_test_vectors/Cipher/TDES/TCFB8permop.rsp -> build/lib/pycryptodome_test_vectors/Cipher/TDES copying pycryptodome_test_vectors/Cipher/TDES/TCFB8subtab.rsp -> build/lib/pycryptodome_test_vectors/Cipher/TDES copying pycryptodome_test_vectors/Cipher/TDES/TCFB8varkey.rsp -> build/lib/pycryptodome_test_vectors/Cipher/TDES copying pycryptodome_test_vectors/Cipher/TDES/TCFB8vartext.rsp -> build/lib/pycryptodome_test_vectors/Cipher/TDES copying pycryptodome_test_vectors/Cipher/TDES/TECBMMT2.rsp -> build/lib/pycryptodome_test_vectors/Cipher/TDES copying pycryptodome_test_vectors/Cipher/TDES/TECBMMT3.rsp -> build/lib/pycryptodome_test_vectors/Cipher/TDES copying pycryptodome_test_vectors/Cipher/TDES/TOFBMMT2.rsp -> build/lib/pycryptodome_test_vectors/Cipher/TDES copying pycryptodome_test_vectors/Cipher/TDES/TOFBMMT3.rsp -> build/lib/pycryptodome_test_vectors/Cipher/TDES copying pycryptodome_test_vectors/Cipher/TDES/TOFBinvperm.rsp -> build/lib/pycryptodome_test_vectors/Cipher/TDES copying pycryptodome_test_vectors/Cipher/TDES/TOFBpermop.rsp -> build/lib/pycryptodome_test_vectors/Cipher/TDES copying pycryptodome_test_vectors/Cipher/TDES/TOFBsubtab.rsp -> build/lib/pycryptodome_test_vectors/Cipher/TDES copying pycryptodome_test_vectors/Cipher/TDES/TOFBvarkey.rsp -> build/lib/pycryptodome_test_vectors/Cipher/TDES copying pycryptodome_test_vectors/Cipher/TDES/TOFBvartext.rsp -> build/lib/pycryptodome_test_vectors/Cipher/TDES creating build/lib/pycryptodome_test_vectors/Cipher/wycheproof copying pycryptodome_test_vectors/Cipher/wycheproof/aead_aes_siv_cmac_test.json -> build/lib/pycryptodome_test_vectors/Cipher/wycheproof copying pycryptodome_test_vectors/Cipher/wycheproof/aes_ccm_test.json -> build/lib/pycryptodome_test_vectors/Cipher/wycheproof copying pycryptodome_test_vectors/Cipher/wycheproof/aes_eax_test.json -> build/lib/pycryptodome_test_vectors/Cipher/wycheproof copying pycryptodome_test_vectors/Cipher/wycheproof/aes_gcm_test.json -> build/lib/pycryptodome_test_vectors/Cipher/wycheproof copying pycryptodome_test_vectors/Cipher/wycheproof/aes_siv_cmac_test.json -> build/lib/pycryptodome_test_vectors/Cipher/wycheproof copying pycryptodome_test_vectors/Cipher/wycheproof/chacha20_poly1305_test.json -> build/lib/pycryptodome_test_vectors/Cipher/wycheproof copying pycryptodome_test_vectors/Cipher/wycheproof/rsa_oaep_2048_sha1_mgf1sha1_test.json -> build/lib/pycryptodome_test_vectors/Cipher/wycheproof copying pycryptodome_test_vectors/Cipher/wycheproof/rsa_oaep_2048_sha224_mgf1sha1_test.json -> build/lib/pycryptodome_test_vectors/Cipher/wycheproof copying pycryptodome_test_vectors/Cipher/wycheproof/rsa_oaep_2048_sha224_mgf1sha224_test.json -> build/lib/pycryptodome_test_vectors/Cipher/wycheproof copying pycryptodome_test_vectors/Cipher/wycheproof/rsa_oaep_2048_sha256_mgf1sha1_test.json -> build/lib/pycryptodome_test_vectors/Cipher/wycheproof copying pycryptodome_test_vectors/Cipher/wycheproof/rsa_oaep_2048_sha256_mgf1sha256_test.json -> build/lib/pycryptodome_test_vectors/Cipher/wycheproof copying pycryptodome_test_vectors/Cipher/wycheproof/rsa_oaep_2048_sha384_mgf1sha1_test.json -> build/lib/pycryptodome_test_vectors/Cipher/wycheproof copying pycryptodome_test_vectors/Cipher/wycheproof/rsa_oaep_2048_sha384_mgf1sha384_test.json -> build/lib/pycryptodome_test_vectors/Cipher/wycheproof copying pycryptodome_test_vectors/Cipher/wycheproof/rsa_oaep_2048_sha512_mgf1sha1_test.json -> build/lib/pycryptodome_test_vectors/Cipher/wycheproof copying pycryptodome_test_vectors/Cipher/wycheproof/rsa_oaep_2048_sha512_mgf1sha512_test.json -> build/lib/pycryptodome_test_vectors/Cipher/wycheproof copying pycryptodome_test_vectors/Cipher/wycheproof/rsa_oaep_3072_sha256_mgf1sha1_test.json -> build/lib/pycryptodome_test_vectors/Cipher/wycheproof copying pycryptodome_test_vectors/Cipher/wycheproof/rsa_oaep_3072_sha256_mgf1sha256_test.json -> build/lib/pycryptodome_test_vectors/Cipher/wycheproof copying pycryptodome_test_vectors/Cipher/wycheproof/rsa_oaep_3072_sha512_mgf1sha1_test.json -> build/lib/pycryptodome_test_vectors/Cipher/wycheproof copying pycryptodome_test_vectors/Cipher/wycheproof/rsa_oaep_3072_sha512_mgf1sha512_test.json -> build/lib/pycryptodome_test_vectors/Cipher/wycheproof copying pycryptodome_test_vectors/Cipher/wycheproof/rsa_oaep_4096_sha256_mgf1sha1_test.json -> build/lib/pycryptodome_test_vectors/Cipher/wycheproof copying pycryptodome_test_vectors/Cipher/wycheproof/rsa_oaep_4096_sha256_mgf1sha256_test.json -> build/lib/pycryptodome_test_vectors/Cipher/wycheproof copying pycryptodome_test_vectors/Cipher/wycheproof/rsa_oaep_4096_sha512_mgf1sha1_test.json -> build/lib/pycryptodome_test_vectors/Cipher/wycheproof copying pycryptodome_test_vectors/Cipher/wycheproof/rsa_oaep_4096_sha512_mgf1sha512_test.json -> build/lib/pycryptodome_test_vectors/Cipher/wycheproof copying pycryptodome_test_vectors/Cipher/wycheproof/rsa_oaep_misc_test.json -> build/lib/pycryptodome_test_vectors/Cipher/wycheproof copying pycryptodome_test_vectors/Cipher/wycheproof/rsa_pkcs1_2048_test.json -> build/lib/pycryptodome_test_vectors/Cipher/wycheproof copying pycryptodome_test_vectors/Cipher/wycheproof/rsa_pkcs1_3072_test.json -> build/lib/pycryptodome_test_vectors/Cipher/wycheproof copying pycryptodome_test_vectors/Cipher/wycheproof/rsa_pkcs1_4096_test.json -> build/lib/pycryptodome_test_vectors/Cipher/wycheproof copying pycryptodome_test_vectors/Cipher/wycheproof/xchacha20_poly1305_test.json -> build/lib/pycryptodome_test_vectors/Cipher/wycheproof creating build/lib/pycryptodome_test_vectors/Hash creating build/lib/pycryptodome_test_vectors/Hash/BLAKE2b copying pycryptodome_test_vectors/Hash/BLAKE2b/blake2b-test.txt -> build/lib/pycryptodome_test_vectors/Hash/BLAKE2b copying pycryptodome_test_vectors/Hash/BLAKE2b/tv1.txt -> build/lib/pycryptodome_test_vectors/Hash/BLAKE2b copying pycryptodome_test_vectors/Hash/BLAKE2b/tv2.txt -> build/lib/pycryptodome_test_vectors/Hash/BLAKE2b creating build/lib/pycryptodome_test_vectors/Hash/BLAKE2s copying pycryptodome_test_vectors/Hash/BLAKE2s/blake2s-test.txt -> build/lib/pycryptodome_test_vectors/Hash/BLAKE2s copying pycryptodome_test_vectors/Hash/BLAKE2s/tv1.txt -> build/lib/pycryptodome_test_vectors/Hash/BLAKE2s copying pycryptodome_test_vectors/Hash/BLAKE2s/tv2.txt -> build/lib/pycryptodome_test_vectors/Hash/BLAKE2s creating build/lib/pycryptodome_test_vectors/Hash/SHA1 copying pycryptodome_test_vectors/Hash/SHA1/SHA1ShortMsg.rsp -> build/lib/pycryptodome_test_vectors/Hash/SHA1 creating build/lib/pycryptodome_test_vectors/Hash/SHA2 copying pycryptodome_test_vectors/Hash/SHA2/SHA512ShortMsg.rsp -> build/lib/pycryptodome_test_vectors/Hash/SHA2 copying pycryptodome_test_vectors/Hash/SHA2/SHA512_224ShortMsg.rsp -> build/lib/pycryptodome_test_vectors/Hash/SHA2 copying pycryptodome_test_vectors/Hash/SHA2/SHA512_256ShortMsg.rsp -> build/lib/pycryptodome_test_vectors/Hash/SHA2 creating build/lib/pycryptodome_test_vectors/Hash/SHA3 copying pycryptodome_test_vectors/Hash/SHA3/CustomMsgSamples_cSHAKE128.txt -> build/lib/pycryptodome_test_vectors/Hash/SHA3 copying pycryptodome_test_vectors/Hash/SHA3/CustomMsgSamples_cSHAKE256.txt -> build/lib/pycryptodome_test_vectors/Hash/SHA3 copying pycryptodome_test_vectors/Hash/SHA3/ShortMsgKAT_SHA3-224.txt -> build/lib/pycryptodome_test_vectors/Hash/SHA3 copying pycryptodome_test_vectors/Hash/SHA3/ShortMsgKAT_SHA3-256.txt -> build/lib/pycryptodome_test_vectors/Hash/SHA3 copying pycryptodome_test_vectors/Hash/SHA3/ShortMsgKAT_SHA3-384.txt -> build/lib/pycryptodome_test_vectors/Hash/SHA3 copying pycryptodome_test_vectors/Hash/SHA3/ShortMsgKAT_SHA3-512.txt -> build/lib/pycryptodome_test_vectors/Hash/SHA3 copying pycryptodome_test_vectors/Hash/SHA3/ShortMsgKAT_SHAKE128.txt -> build/lib/pycryptodome_test_vectors/Hash/SHA3 copying pycryptodome_test_vectors/Hash/SHA3/ShortMsgKAT_SHAKE256.txt -> build/lib/pycryptodome_test_vectors/Hash/SHA3 copying pycryptodome_test_vectors/Hash/SHA3/ShortMsgSamples_cSHAKE128.txt -> build/lib/pycryptodome_test_vectors/Hash/SHA3 copying pycryptodome_test_vectors/Hash/SHA3/ShortMsgSamples_cSHAKE256.txt -> build/lib/pycryptodome_test_vectors/Hash/SHA3 creating build/lib/pycryptodome_test_vectors/Hash/keccak copying pycryptodome_test_vectors/Hash/keccak/ExtremelyLongMsgKAT_224.txt -> build/lib/pycryptodome_test_vectors/Hash/keccak copying pycryptodome_test_vectors/Hash/keccak/ExtremelyLongMsgKAT_256.txt -> build/lib/pycryptodome_test_vectors/Hash/keccak copying pycryptodome_test_vectors/Hash/keccak/ExtremelyLongMsgKAT_384.txt -> build/lib/pycryptodome_test_vectors/Hash/keccak copying pycryptodome_test_vectors/Hash/keccak/ExtremelyLongMsgKAT_512.txt -> build/lib/pycryptodome_test_vectors/Hash/keccak copying pycryptodome_test_vectors/Hash/keccak/LongMsgKAT_224.txt -> build/lib/pycryptodome_test_vectors/Hash/keccak copying pycryptodome_test_vectors/Hash/keccak/LongMsgKAT_256.txt -> build/lib/pycryptodome_test_vectors/Hash/keccak copying pycryptodome_test_vectors/Hash/keccak/LongMsgKAT_384.txt -> build/lib/pycryptodome_test_vectors/Hash/keccak copying pycryptodome_test_vectors/Hash/keccak/LongMsgKAT_512.txt -> build/lib/pycryptodome_test_vectors/Hash/keccak copying pycryptodome_test_vectors/Hash/keccak/ShortMsgKAT_224.txt -> build/lib/pycryptodome_test_vectors/Hash/keccak copying pycryptodome_test_vectors/Hash/keccak/ShortMsgKAT_256.txt -> build/lib/pycryptodome_test_vectors/Hash/keccak copying pycryptodome_test_vectors/Hash/keccak/ShortMsgKAT_384.txt -> build/lib/pycryptodome_test_vectors/Hash/keccak copying pycryptodome_test_vectors/Hash/keccak/ShortMsgKAT_512.txt -> build/lib/pycryptodome_test_vectors/Hash/keccak copying pycryptodome_test_vectors/Hash/keccak/readme.txt -> build/lib/pycryptodome_test_vectors/Hash/keccak creating build/lib/pycryptodome_test_vectors/Hash/wycheproof copying pycryptodome_test_vectors/Hash/wycheproof/aes_cmac_test.json -> build/lib/pycryptodome_test_vectors/Hash/wycheproof creating build/lib/pycryptodome_test_vectors/Protocol creating build/lib/pycryptodome_test_vectors/Protocol/wycheproof copying pycryptodome_test_vectors/Protocol/wycheproof/hkdf_sha1_test.json -> build/lib/pycryptodome_test_vectors/Protocol/wycheproof copying pycryptodome_test_vectors/Protocol/wycheproof/hkdf_sha256_test.json -> build/lib/pycryptodome_test_vectors/Protocol/wycheproof copying pycryptodome_test_vectors/Protocol/wycheproof/hkdf_sha384_test.json -> build/lib/pycryptodome_test_vectors/Protocol/wycheproof copying pycryptodome_test_vectors/Protocol/wycheproof/hkdf_sha512_test.json -> build/lib/pycryptodome_test_vectors/Protocol/wycheproof creating build/lib/pycryptodome_test_vectors/PublicKey creating build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_ed25519.txt -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_ed25519_private.der -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_ed25519_private.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_ed25519_private_enc_aes128.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_ed25519_private_enc_aes192.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_ed25519_private_enc_aes256.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_ed25519_private_enc_des3.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_ed25519_private_openssh.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_ed25519_private_openssh_pwd.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_ed25519_private_p8.der -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_ed25519_private_p8.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_ed25519_public.der -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_ed25519_public.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_ed25519_public_openssh.txt -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_ed25519_x509.der -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_ed25519_x509.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_ed448.txt -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_ed448_private.der -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_ed448_private.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_ed448_private_enc_aes128.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_ed448_private_enc_aes192.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_ed448_private_enc_aes256.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_ed448_private_enc_des3.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_ed448_private_p8.der -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_ed448_private_p8.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_ed448_public.der -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_ed448_public.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_ed448_x509.der -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_ed448_x509.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p192.txt -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p192_private.der -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p192_private.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p192_private_enc_aes128.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p192_private_enc_aes192.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p192_private_enc_aes256.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p192_private_enc_aes256_gcm.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p192_private_enc_des3.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p192_private_p8.der -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p192_private_p8.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p192_private_p8_clear.der -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p192_private_p8_clear.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p192_public.der -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p192_public.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p192_public_compressed.der -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p192_public_compressed.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p192_x509.der -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p192_x509.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p224.txt -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p224_private.der -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p224_private.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p224_private_enc_aes128.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p224_private_enc_aes192.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p224_private_enc_aes256.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p224_private_enc_aes256_gcm.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p224_private_enc_des3.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p224_private_p8.der -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p224_private_p8.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p224_private_p8_clear.der -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p224_private_p8_clear.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p224_public.der -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p224_public.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p224_public_compressed.der -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p224_public_compressed.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p224_x509.der -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p224_x509.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p256.txt -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_private.der -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_private.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_private_ecparams.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_private_enc_aes128.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_private_enc_aes192.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_private_enc_aes256.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_private_enc_aes256_gcm.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_private_enc_des3.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_private_openssh.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_private_openssh_old.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_private_openssh_pwd.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_private_openssh_pwd_old.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_private_p8.der -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_private_p8.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_private_p8_clear.der -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_private_p8_clear.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_public.der -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_public.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_public_compressed.der -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_public_compressed.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_public_openssh.txt -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_x509.der -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_x509.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p384.txt -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_private.der -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_private.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_private_enc_aes128.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_private_enc_aes192.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_private_enc_aes256.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_private_enc_aes256_gcm.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_private_enc_des3.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_private_openssh.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_private_openssh_old.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_private_openssh_pwd.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_private_openssh_pwd_old.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_private_p8.der -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_private_p8.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_private_p8_clear.der -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_private_p8_clear.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_public.der -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_public.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_public_compressed.der -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_public_compressed.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_public_openssh.txt -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_x509.der -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_x509.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p521.txt -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_private.der -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_private.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_private_enc_aes128.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_private_enc_aes192.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_private_enc_aes256.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_private_enc_aes256_gcm.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_private_enc_des3.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_private_openssh.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_private_openssh_old.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_private_openssh_pwd.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_private_openssh_pwd_old.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_private_p8.der -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_private_p8.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_private_p8_clear.der -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_private_p8_clear.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_public.der -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_public.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_public_compressed.der -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_public_compressed.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_public_openssh.txt -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_x509.der -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_x509.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/gen_ecc_p192.sh -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/gen_ecc_p224.sh -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/gen_ecc_p256.sh -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/gen_ecc_p384.sh -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/gen_ecc_p521.sh -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/gen_ed25519.sh -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/gen_ed448.sh -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/openssl_version.txt -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/openssl_version_ed25519.txt -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/openssl_version_ed448.txt -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/openssl_version_p192.txt -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/openssl_version_p224.txt -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/openssl_version_p384.txt -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/openssl_version_p521.txt -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/point-at-infinity.org-P192.txt -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/point-at-infinity.org-P224.txt -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/point-at-infinity.org-P256.txt -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/point-at-infinity.org-P384.txt -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/point-at-infinity.org-P521.txt -> build/lib/pycryptodome_test_vectors/PublicKey/ECC creating build/lib/pycryptodome_test_vectors/PublicKey/RSA copying pycryptodome_test_vectors/PublicKey/RSA/gen_rsa_2048.sh -> build/lib/pycryptodome_test_vectors/PublicKey/RSA copying pycryptodome_test_vectors/PublicKey/RSA/openssl_version.txt -> build/lib/pycryptodome_test_vectors/PublicKey/RSA copying pycryptodome_test_vectors/PublicKey/RSA/rsa2048_private.pem -> build/lib/pycryptodome_test_vectors/PublicKey/RSA copying pycryptodome_test_vectors/PublicKey/RSA/rsa2048_private_openssh.pem -> build/lib/pycryptodome_test_vectors/PublicKey/RSA copying pycryptodome_test_vectors/PublicKey/RSA/rsa2048_private_openssh_old.pem -> build/lib/pycryptodome_test_vectors/PublicKey/RSA copying pycryptodome_test_vectors/PublicKey/RSA/rsa2048_private_openssh_pwd.pem -> build/lib/pycryptodome_test_vectors/PublicKey/RSA copying pycryptodome_test_vectors/PublicKey/RSA/rsa2048_private_openssh_pwd_old.pem -> build/lib/pycryptodome_test_vectors/PublicKey/RSA copying pycryptodome_test_vectors/PublicKey/RSA/rsa2048_public_openssh.txt -> build/lib/pycryptodome_test_vectors/PublicKey/RSA creating build/lib/pycryptodome_test_vectors/Signature creating build/lib/pycryptodome_test_vectors/Signature/DSA copying pycryptodome_test_vectors/Signature/DSA/FIPS_186_3_SigGen.txt -> build/lib/pycryptodome_test_vectors/Signature/DSA copying pycryptodome_test_vectors/Signature/DSA/FIPS_186_3_SigVer.rsp -> build/lib/pycryptodome_test_vectors/Signature/DSA creating build/lib/pycryptodome_test_vectors/Signature/ECDSA copying pycryptodome_test_vectors/Signature/ECDSA/README.txt -> build/lib/pycryptodome_test_vectors/Signature/ECDSA copying pycryptodome_test_vectors/Signature/ECDSA/SigGen.txt -> build/lib/pycryptodome_test_vectors/Signature/ECDSA copying pycryptodome_test_vectors/Signature/ECDSA/SigVer.rsp -> build/lib/pycryptodome_test_vectors/Signature/ECDSA copying pycryptodome_test_vectors/Signature/ECDSA/SigVer_TruncatedSHAs.rsp -> build/lib/pycryptodome_test_vectors/Signature/ECDSA creating build/lib/pycryptodome_test_vectors/Signature/PKCS1-PSS copying pycryptodome_test_vectors/Signature/PKCS1-PSS/SigGenPSS_186-2.txt -> build/lib/pycryptodome_test_vectors/Signature/PKCS1-PSS copying pycryptodome_test_vectors/Signature/PKCS1-PSS/SigGenPSS_186-3.txt -> build/lib/pycryptodome_test_vectors/Signature/PKCS1-PSS copying pycryptodome_test_vectors/Signature/PKCS1-PSS/SigVerPSS_186-3.rsp -> build/lib/pycryptodome_test_vectors/Signature/PKCS1-PSS creating build/lib/pycryptodome_test_vectors/Signature/PKCS1-v1.5 copying pycryptodome_test_vectors/Signature/PKCS1-v1.5/SigGen15_186-2.txt -> build/lib/pycryptodome_test_vectors/Signature/PKCS1-v1.5 copying pycryptodome_test_vectors/Signature/PKCS1-v1.5/SigGen15_186-3.txt -> build/lib/pycryptodome_test_vectors/Signature/PKCS1-v1.5 copying pycryptodome_test_vectors/Signature/PKCS1-v1.5/SigVer15_186-3.rsp -> build/lib/pycryptodome_test_vectors/Signature/PKCS1-v1.5 creating build/lib/pycryptodome_test_vectors/Signature/wycheproof copying pycryptodome_test_vectors/Signature/wycheproof/dsa_test.json -> build/lib/pycryptodome_test_vectors/Signature/wycheproof copying pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp224r1_sha224_p1363_test.json -> build/lib/pycryptodome_test_vectors/Signature/wycheproof copying pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp224r1_sha224_test.json -> build/lib/pycryptodome_test_vectors/Signature/wycheproof copying pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp224r1_sha256_p1363_test.json -> build/lib/pycryptodome_test_vectors/Signature/wycheproof copying pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp224r1_sha256_test.json -> build/lib/pycryptodome_test_vectors/Signature/wycheproof copying pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp224r1_sha3_224_test.json -> build/lib/pycryptodome_test_vectors/Signature/wycheproof copying pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp224r1_sha3_256_test.json -> build/lib/pycryptodome_test_vectors/Signature/wycheproof copying pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp224r1_sha3_512_test.json -> build/lib/pycryptodome_test_vectors/Signature/wycheproof copying pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp224r1_sha512_p1363_test.json -> build/lib/pycryptodome_test_vectors/Signature/wycheproof copying pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp224r1_sha512_test.json -> build/lib/pycryptodome_test_vectors/Signature/wycheproof copying pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp256r1_sha256_p1363_test.json -> build/lib/pycryptodome_test_vectors/Signature/wycheproof copying pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp256r1_sha256_test.json -> build/lib/pycryptodome_test_vectors/Signature/wycheproof copying pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp256r1_sha3_256_test.json -> build/lib/pycryptodome_test_vectors/Signature/wycheproof copying pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp256r1_sha3_512_test.json -> build/lib/pycryptodome_test_vectors/Signature/wycheproof copying pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp256r1_sha512_p1363_test.json -> build/lib/pycryptodome_test_vectors/Signature/wycheproof copying pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp256r1_sha512_test.json -> build/lib/pycryptodome_test_vectors/Signature/wycheproof copying pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp384r1_sha384_p1363_test.json -> build/lib/pycryptodome_test_vectors/Signature/wycheproof copying pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp384r1_sha384_test.json -> build/lib/pycryptodome_test_vectors/Signature/wycheproof copying pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp384r1_sha3_384_test.json -> build/lib/pycryptodome_test_vectors/Signature/wycheproof copying pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp384r1_sha3_512_test.json -> build/lib/pycryptodome_test_vectors/Signature/wycheproof copying pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp384r1_sha512_p1363_test.json -> build/lib/pycryptodome_test_vectors/Signature/wycheproof copying pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp384r1_sha512_test.json -> build/lib/pycryptodome_test_vectors/Signature/wycheproof copying pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp521r1_sha3_512_test.json -> build/lib/pycryptodome_test_vectors/Signature/wycheproof copying pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp521r1_sha512_p1363_test.json -> build/lib/pycryptodome_test_vectors/Signature/wycheproof copying pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp521r1_sha512_test.json -> build/lib/pycryptodome_test_vectors/Signature/wycheproof copying pycryptodome_test_vectors/Signature/wycheproof/ecdsa_test.json -> build/lib/pycryptodome_test_vectors/Signature/wycheproof copying pycryptodome_test_vectors/Signature/wycheproof/ecdsa_webcrypto_test.json -> build/lib/pycryptodome_test_vectors/Signature/wycheproof copying pycryptodome_test_vectors/Signature/wycheproof/ed448_test.json -> build/lib/pycryptodome_test_vectors/Signature/wycheproof copying pycryptodome_test_vectors/Signature/wycheproof/eddsa_test.json -> build/lib/pycryptodome_test_vectors/Signature/wycheproof copying pycryptodome_test_vectors/Signature/wycheproof/rsa_pss_2048_sha1_mgf1_20_test.json -> build/lib/pycryptodome_test_vectors/Signature/wycheproof copying pycryptodome_test_vectors/Signature/wycheproof/rsa_pss_2048_sha256_mgf1_0_test.json -> build/lib/pycryptodome_test_vectors/Signature/wycheproof copying pycryptodome_test_vectors/Signature/wycheproof/rsa_pss_2048_sha256_mgf1_32_test.json -> build/lib/pycryptodome_test_vectors/Signature/wycheproof copying pycryptodome_test_vectors/Signature/wycheproof/rsa_pss_2048_sha512_256_mgf1_28_test.json -> build/lib/pycryptodome_test_vectors/Signature/wycheproof copying pycryptodome_test_vectors/Signature/wycheproof/rsa_pss_2048_sha512_256_mgf1_32_test.json -> build/lib/pycryptodome_test_vectors/Signature/wycheproof copying pycryptodome_test_vectors/Signature/wycheproof/rsa_pss_3072_sha256_mgf1_32_test.json -> build/lib/pycryptodome_test_vectors/Signature/wycheproof copying pycryptodome_test_vectors/Signature/wycheproof/rsa_pss_4096_sha256_mgf1_32_test.json -> build/lib/pycryptodome_test_vectors/Signature/wycheproof copying pycryptodome_test_vectors/Signature/wycheproof/rsa_pss_4096_sha512_mgf1_32_test.json -> build/lib/pycryptodome_test_vectors/Signature/wycheproof copying pycryptodome_test_vectors/Signature/wycheproof/rsa_pss_misc_test.json -> build/lib/pycryptodome_test_vectors/Signature/wycheproof copying pycryptodome_test_vectors/Signature/wycheproof/rsa_sig_gen_misc_test.json -> build/lib/pycryptodome_test_vectors/Signature/wycheproof copying pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_2048_sha224_test.json -> build/lib/pycryptodome_test_vectors/Signature/wycheproof copying pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_2048_sha256_test.json -> build/lib/pycryptodome_test_vectors/Signature/wycheproof copying pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_2048_sha384_test.json -> build/lib/pycryptodome_test_vectors/Signature/wycheproof copying pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_2048_sha3_224_test.json -> build/lib/pycryptodome_test_vectors/Signature/wycheproof copying pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_2048_sha3_256_test.json -> build/lib/pycryptodome_test_vectors/Signature/wycheproof copying pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_2048_sha3_384_test.json -> build/lib/pycryptodome_test_vectors/Signature/wycheproof copying pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_2048_sha3_512_test.json -> build/lib/pycryptodome_test_vectors/Signature/wycheproof copying pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_2048_sha512_224_test.json -> build/lib/pycryptodome_test_vectors/Signature/wycheproof copying pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_2048_sha512_256_test.json -> build/lib/pycryptodome_test_vectors/Signature/wycheproof copying pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_2048_sha512_test.json -> build/lib/pycryptodome_test_vectors/Signature/wycheproof copying pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_3072_sha256_test.json -> build/lib/pycryptodome_test_vectors/Signature/wycheproof copying pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_3072_sha384_test.json -> build/lib/pycryptodome_test_vectors/Signature/wycheproof copying pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_3072_sha3_256_test.json -> build/lib/pycryptodome_test_vectors/Signature/wycheproof copying pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_3072_sha3_384_test.json -> build/lib/pycryptodome_test_vectors/Signature/wycheproof copying pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_3072_sha3_512_test.json -> build/lib/pycryptodome_test_vectors/Signature/wycheproof copying pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_3072_sha512_256_test.json -> build/lib/pycryptodome_test_vectors/Signature/wycheproof copying pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_3072_sha512_test.json -> build/lib/pycryptodome_test_vectors/Signature/wycheproof copying pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_4096_sha384_test.json -> build/lib/pycryptodome_test_vectors/Signature/wycheproof copying pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_4096_sha512_256_test.json -> build/lib/pycryptodome_test_vectors/Signature/wycheproof copying pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_4096_sha512_test.json -> build/lib/pycryptodome_test_vectors/Signature/wycheproof copying pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_test.json -> build/lib/pycryptodome_test_vectors/Signature/wycheproof installing to build/bdist.openbsd-7.5-amd64/wheel running install running install_lib creating build/bdist.openbsd-7.5-amd64 creating build/bdist.openbsd-7.5-amd64/wheel creating build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors copying build/lib/pycryptodome_test_vectors/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors creating build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher creating build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/CBCGFSbox128.rsp -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/CBCGFSbox192.rsp -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/CBCGFSbox256.rsp -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/CBCKeySbox128.rsp -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/CBCKeySbox192.rsp -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/CBCKeySbox256.rsp -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/CBCMCT128.rsp -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/CBCMCT192.rsp -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/CBCMCT256.rsp -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/CBCMMT128.rsp -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/CBCMMT192.rsp -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/CBCMMT256.rsp -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/CBCVarKey128.rsp -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/CBCVarKey192.rsp -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/CBCVarKey256.rsp -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/CBCVarTxt128.rsp -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/CBCVarTxt192.rsp -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/CBCVarTxt256.rsp -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/CFB128GFSbox128.rsp -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/CFB128GFSbox192.rsp -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/CFB128GFSbox256.rsp -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/CFB128KeySbox128.rsp -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/CFB128KeySbox192.rsp -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/CFB128KeySbox256.rsp -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/CFB128MCT128.rsp -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/CFB128MCT192.rsp -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/CFB128MCT256.rsp -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/CFB128MMT128.rsp -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/CFB128MMT192.rsp -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/CFB128MMT256.rsp -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/CFB128VarKey128.rsp -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/CFB128VarKey192.rsp -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/CFB128VarKey256.rsp -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/CFB128VarTxt128.rsp -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/CFB128VarTxt192.rsp -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/CFB8MCT128.rsp -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/CFB128VarTxt256.rsp -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/CFB8GFSbox128.rsp -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/CFB8GFSbox192.rsp -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/CFB8GFSbox256.rsp -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/CFB8KeySbox128.rsp -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/CFB8KeySbox192.rsp -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/CFB8KeySbox256.rsp -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/CFB8MCT192.rsp -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/CFB8MCT256.rsp -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/CFB8MMT128.rsp -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/CFB8MMT192.rsp -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/CFB8MMT256.rsp -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/CFB8VarKey128.rsp -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/CFB8VarKey192.rsp -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/CFB8VarKey256.rsp -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/CFB8VarTxt128.rsp -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/CFB8VarTxt192.rsp -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/CFB8VarTxt256.rsp -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/OFBGFSbox128.rsp -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/OFBGFSbox192.rsp -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/OFBGFSbox256.rsp -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/OFBKeySbox128.rsp -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/OFBKeySbox192.rsp -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/OFBKeySbox256.rsp -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/OFBMCT128.rsp -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/OFBMCT192.rsp -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/OFBMCT256.rsp -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/OFBMMT128.rsp -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/OFBMMT192.rsp -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/OFBMMT256.rsp -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/OFBVarKey128.rsp -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/OFBVarKey192.rsp -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/OFBVarKey256.rsp -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/OFBVarTxt128.rsp -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/OFBVarTxt192.rsp -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/OFBVarTxt256.rsp -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/README.txt -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/gcmDecrypt128.rsp -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/gcmEncryptExtIV128.rsp -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/AES creating build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/TDES copying build/lib/pycryptodome_test_vectors/Cipher/TDES/README.txt -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/TDES copying build/lib/pycryptodome_test_vectors/Cipher/TDES/TCBCMMT2.rsp -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/TDES copying build/lib/pycryptodome_test_vectors/Cipher/TDES/TCBCMMT3.rsp -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/TDES copying build/lib/pycryptodome_test_vectors/Cipher/TDES/TCBCinvperm.rsp -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/TDES copying build/lib/pycryptodome_test_vectors/Cipher/TDES/TCBCpermop.rsp -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/TDES copying build/lib/pycryptodome_test_vectors/Cipher/TDES/TCBCsubtab.rsp -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/TDES copying build/lib/pycryptodome_test_vectors/Cipher/TDES/TCBCvarkey.rsp -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/TDES copying build/lib/pycryptodome_test_vectors/Cipher/TDES/TCBCvartext.rsp -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/TDES copying build/lib/pycryptodome_test_vectors/Cipher/TDES/TCFB64MMT2.rsp -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/TDES copying build/lib/pycryptodome_test_vectors/Cipher/TDES/TCFB64MMT3.rsp -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/TDES copying build/lib/pycryptodome_test_vectors/Cipher/TDES/TCFB64invperm.rsp -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/TDES copying build/lib/pycryptodome_test_vectors/Cipher/TDES/TCFB64permop.rsp -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/TDES copying build/lib/pycryptodome_test_vectors/Cipher/TDES/TCFB64subtab.rsp -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/TDES copying build/lib/pycryptodome_test_vectors/Cipher/TDES/TCFB64varkey.rsp -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/TDES copying build/lib/pycryptodome_test_vectors/Cipher/TDES/TCFB64vartext.rsp -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/TDES copying build/lib/pycryptodome_test_vectors/Cipher/TDES/TCFB8MMT2.rsp -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/TDES copying build/lib/pycryptodome_test_vectors/Cipher/TDES/TCFB8MMT3.rsp -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/TDES copying build/lib/pycryptodome_test_vectors/Cipher/TDES/TCFB8invperm.rsp -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/TDES copying build/lib/pycryptodome_test_vectors/Cipher/TDES/TCFB8permop.rsp -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/TDES copying build/lib/pycryptodome_test_vectors/Cipher/TDES/TCFB8subtab.rsp -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/TDES copying build/lib/pycryptodome_test_vectors/Cipher/TDES/TCFB8varkey.rsp -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/TDES copying build/lib/pycryptodome_test_vectors/Cipher/TDES/TCFB8vartext.rsp -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/TDES copying build/lib/pycryptodome_test_vectors/Cipher/TDES/TECBMMT2.rsp -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/TDES copying build/lib/pycryptodome_test_vectors/Cipher/TDES/TECBMMT3.rsp -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/TDES copying build/lib/pycryptodome_test_vectors/Cipher/TDES/TOFBMMT2.rsp -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/TDES copying build/lib/pycryptodome_test_vectors/Cipher/TDES/TOFBMMT3.rsp -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/TDES copying build/lib/pycryptodome_test_vectors/Cipher/TDES/TOFBinvperm.rsp -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/TDES copying build/lib/pycryptodome_test_vectors/Cipher/TDES/TOFBpermop.rsp -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/TDES copying build/lib/pycryptodome_test_vectors/Cipher/TDES/TOFBsubtab.rsp -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/TDES copying build/lib/pycryptodome_test_vectors/Cipher/TDES/TOFBvarkey.rsp -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/TDES copying build/lib/pycryptodome_test_vectors/Cipher/TDES/TOFBvartext.rsp -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/TDES creating build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/wycheproof copying build/lib/pycryptodome_test_vectors/Cipher/wycheproof/aead_aes_siv_cmac_test.json -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/wycheproof copying build/lib/pycryptodome_test_vectors/Cipher/wycheproof/aes_ccm_test.json -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/wycheproof copying build/lib/pycryptodome_test_vectors/Cipher/wycheproof/aes_eax_test.json -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/wycheproof copying build/lib/pycryptodome_test_vectors/Cipher/wycheproof/aes_gcm_test.json -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/wycheproof copying build/lib/pycryptodome_test_vectors/Cipher/wycheproof/aes_siv_cmac_test.json -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/wycheproof copying build/lib/pycryptodome_test_vectors/Cipher/wycheproof/chacha20_poly1305_test.json -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/wycheproof copying build/lib/pycryptodome_test_vectors/Cipher/wycheproof/rsa_oaep_2048_sha1_mgf1sha1_test.json -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/wycheproof copying build/lib/pycryptodome_test_vectors/Cipher/wycheproof/rsa_oaep_2048_sha224_mgf1sha1_test.json -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/wycheproof copying build/lib/pycryptodome_test_vectors/Cipher/wycheproof/rsa_oaep_2048_sha224_mgf1sha224_test.json -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/wycheproof copying build/lib/pycryptodome_test_vectors/Cipher/wycheproof/rsa_oaep_2048_sha256_mgf1sha1_test.json -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/wycheproof copying build/lib/pycryptodome_test_vectors/Cipher/wycheproof/rsa_oaep_2048_sha256_mgf1sha256_test.json -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/wycheproof copying build/lib/pycryptodome_test_vectors/Cipher/wycheproof/rsa_oaep_2048_sha384_mgf1sha1_test.json -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/wycheproof copying build/lib/pycryptodome_test_vectors/Cipher/wycheproof/rsa_oaep_2048_sha384_mgf1sha384_test.json -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/wycheproof copying build/lib/pycryptodome_test_vectors/Cipher/wycheproof/rsa_oaep_2048_sha512_mgf1sha1_test.json -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/wycheproof copying build/lib/pycryptodome_test_vectors/Cipher/wycheproof/rsa_oaep_2048_sha512_mgf1sha512_test.json -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/wycheproof copying build/lib/pycryptodome_test_vectors/Cipher/wycheproof/rsa_oaep_3072_sha256_mgf1sha1_test.json -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/wycheproof copying build/lib/pycryptodome_test_vectors/Cipher/wycheproof/rsa_oaep_3072_sha256_mgf1sha256_test.json -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/wycheproof copying build/lib/pycryptodome_test_vectors/Cipher/wycheproof/rsa_oaep_3072_sha512_mgf1sha1_test.json -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/wycheproof copying build/lib/pycryptodome_test_vectors/Cipher/wycheproof/rsa_oaep_3072_sha512_mgf1sha512_test.json -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/wycheproof copying build/lib/pycryptodome_test_vectors/Cipher/wycheproof/rsa_oaep_4096_sha256_mgf1sha1_test.json -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/wycheproof copying build/lib/pycryptodome_test_vectors/Cipher/wycheproof/rsa_oaep_4096_sha256_mgf1sha256_test.json -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/wycheproof copying build/lib/pycryptodome_test_vectors/Cipher/wycheproof/rsa_oaep_4096_sha512_mgf1sha1_test.json -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/wycheproof copying build/lib/pycryptodome_test_vectors/Cipher/wycheproof/rsa_oaep_4096_sha512_mgf1sha512_test.json -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/wycheproof copying build/lib/pycryptodome_test_vectors/Cipher/wycheproof/rsa_oaep_misc_test.json -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/wycheproof copying build/lib/pycryptodome_test_vectors/Cipher/wycheproof/rsa_pkcs1_2048_test.json -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/wycheproof copying build/lib/pycryptodome_test_vectors/Cipher/wycheproof/rsa_pkcs1_3072_test.json -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/wycheproof copying build/lib/pycryptodome_test_vectors/Cipher/wycheproof/rsa_pkcs1_4096_test.json -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/wycheproof copying build/lib/pycryptodome_test_vectors/Cipher/wycheproof/xchacha20_poly1305_test.json -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Cipher/wycheproof creating build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Hash creating build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Hash/BLAKE2b copying build/lib/pycryptodome_test_vectors/Hash/BLAKE2b/blake2b-test.txt -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Hash/BLAKE2b copying build/lib/pycryptodome_test_vectors/Hash/BLAKE2b/tv1.txt -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Hash/BLAKE2b copying build/lib/pycryptodome_test_vectors/Hash/BLAKE2b/tv2.txt -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Hash/BLAKE2b creating build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Hash/BLAKE2s copying build/lib/pycryptodome_test_vectors/Hash/BLAKE2s/blake2s-test.txt -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Hash/BLAKE2s copying build/lib/pycryptodome_test_vectors/Hash/BLAKE2s/tv1.txt -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Hash/BLAKE2s copying build/lib/pycryptodome_test_vectors/Hash/BLAKE2s/tv2.txt -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Hash/BLAKE2s creating build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Hash/SHA1 copying build/lib/pycryptodome_test_vectors/Hash/SHA1/SHA1ShortMsg.rsp -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Hash/SHA1 creating build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Hash/SHA2 copying build/lib/pycryptodome_test_vectors/Hash/SHA2/SHA512ShortMsg.rsp -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Hash/SHA2 copying build/lib/pycryptodome_test_vectors/Hash/SHA2/SHA512_224ShortMsg.rsp -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Hash/SHA2 copying build/lib/pycryptodome_test_vectors/Hash/SHA2/SHA512_256ShortMsg.rsp -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Hash/SHA2 creating build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Hash/SHA3 copying build/lib/pycryptodome_test_vectors/Hash/SHA3/CustomMsgSamples_cSHAKE128.txt -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Hash/SHA3 copying build/lib/pycryptodome_test_vectors/Hash/SHA3/CustomMsgSamples_cSHAKE256.txt -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Hash/SHA3 copying build/lib/pycryptodome_test_vectors/Hash/SHA3/ShortMsgKAT_SHA3-224.txt -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Hash/SHA3 copying build/lib/pycryptodome_test_vectors/Hash/SHA3/ShortMsgKAT_SHA3-256.txt -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Hash/SHA3 copying build/lib/pycryptodome_test_vectors/Hash/SHA3/ShortMsgKAT_SHA3-384.txt -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Hash/SHA3 copying build/lib/pycryptodome_test_vectors/Hash/SHA3/ShortMsgKAT_SHA3-512.txt -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Hash/SHA3 copying build/lib/pycryptodome_test_vectors/Hash/SHA3/ShortMsgKAT_SHAKE128.txt -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Hash/SHA3 copying build/lib/pycryptodome_test_vectors/Hash/SHA3/ShortMsgKAT_SHAKE256.txt -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Hash/SHA3 copying build/lib/pycryptodome_test_vectors/Hash/SHA3/ShortMsgSamples_cSHAKE128.txt -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Hash/SHA3 copying build/lib/pycryptodome_test_vectors/Hash/SHA3/ShortMsgSamples_cSHAKE256.txt -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Hash/SHA3 creating build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Hash/keccak copying build/lib/pycryptodome_test_vectors/Hash/keccak/ExtremelyLongMsgKAT_224.txt -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Hash/keccak copying build/lib/pycryptodome_test_vectors/Hash/keccak/ExtremelyLongMsgKAT_256.txt -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Hash/keccak copying build/lib/pycryptodome_test_vectors/Hash/keccak/ExtremelyLongMsgKAT_384.txt -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Hash/keccak copying build/lib/pycryptodome_test_vectors/Hash/keccak/ExtremelyLongMsgKAT_512.txt -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Hash/keccak copying build/lib/pycryptodome_test_vectors/Hash/keccak/LongMsgKAT_224.txt -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Hash/keccak copying build/lib/pycryptodome_test_vectors/Hash/keccak/LongMsgKAT_256.txt -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Hash/keccak copying build/lib/pycryptodome_test_vectors/Hash/keccak/LongMsgKAT_384.txt -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Hash/keccak copying build/lib/pycryptodome_test_vectors/Hash/keccak/LongMsgKAT_512.txt -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Hash/keccak copying build/lib/pycryptodome_test_vectors/Hash/keccak/ShortMsgKAT_224.txt -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Hash/keccak copying build/lib/pycryptodome_test_vectors/Hash/keccak/ShortMsgKAT_256.txt -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Hash/keccak copying build/lib/pycryptodome_test_vectors/Hash/keccak/ShortMsgKAT_384.txt -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Hash/keccak copying build/lib/pycryptodome_test_vectors/Hash/keccak/ShortMsgKAT_512.txt -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Hash/keccak copying build/lib/pycryptodome_test_vectors/Hash/keccak/readme.txt -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Hash/keccak creating build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Hash/wycheproof copying build/lib/pycryptodome_test_vectors/Hash/wycheproof/aes_cmac_test.json -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Hash/wycheproof creating build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Protocol creating build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Protocol/wycheproof copying build/lib/pycryptodome_test_vectors/Protocol/wycheproof/hkdf_sha1_test.json -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Protocol/wycheproof copying build/lib/pycryptodome_test_vectors/Protocol/wycheproof/hkdf_sha256_test.json -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Protocol/wycheproof copying build/lib/pycryptodome_test_vectors/Protocol/wycheproof/hkdf_sha384_test.json -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Protocol/wycheproof copying build/lib/pycryptodome_test_vectors/Protocol/wycheproof/hkdf_sha512_test.json -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Protocol/wycheproof creating build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey creating build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_ed25519.txt -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_ed25519_private.der -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_ed25519_private.pem -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_ed25519_private_enc_aes128.pem -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_ed25519_private_enc_aes192.pem -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_ed25519_private_enc_aes256.pem -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_ed25519_private_enc_des3.pem -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_ed25519_private_openssh.pem -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_ed25519_private_openssh_pwd.pem -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_ed25519_private_p8.der -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_ed25519_private_p8.pem -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_ed25519_public.der -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_ed25519_public.pem -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_ed25519_public_openssh.txt -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_ed25519_x509.der -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_ed25519_x509.pem -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_ed448.txt -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_ed448_private.der -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_ed448_private.pem -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_ed448_private_enc_aes128.pem -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_ed448_private_enc_aes192.pem -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_ed448_private_enc_aes256.pem -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_ed448_private_enc_des3.pem -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_ed448_private_p8.der -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_ed448_private_p8.pem -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_ed448_public.der -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_ed448_public.pem -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_ed448_x509.der -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_ed448_x509.pem -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p192.txt -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p192_private.der -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p192_private.pem -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p192_private_enc_aes128.pem -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p192_private_enc_aes192.pem -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p192_private_enc_aes256.pem -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p192_private_enc_aes256_gcm.pem -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p192_private_enc_des3.pem -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p192_private_p8.der -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p192_private_p8.pem -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p192_private_p8_clear.der -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p192_private_p8_clear.pem -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p192_public.der -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p192_public.pem -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p192_public_compressed.der -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p192_public_compressed.pem -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p192_x509.der -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p192_x509.pem -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p224.txt -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p224_private.der -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p224_private.pem -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p224_private_enc_aes128.pem -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p224_private_enc_aes192.pem -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p224_private_enc_aes256.pem -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p224_private_enc_aes256_gcm.pem -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p224_private_enc_des3.pem -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p224_public.der -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p224_private_p8.der -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p224_private_p8.pem -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p224_private_p8_clear.der -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p224_private_p8_clear.pem -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p224_public.pem -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p224_public_compressed.der -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p224_public_compressed.pem -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p224_x509.der -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p224_x509.pem -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p256.txt -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_private.der -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_private.pem -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_private_ecparams.pem -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_private_enc_aes128.pem -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_private_p8.der -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_private_enc_aes192.pem -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_private_enc_aes256.pem -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_private_enc_aes256_gcm.pem -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_private_enc_des3.pem -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_private_openssh.pem -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_private_openssh_old.pem -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_private_openssh_pwd.pem -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_private_openssh_pwd_old.pem -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_private_p8.pem -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_private_p8_clear.der -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_private_p8_clear.pem -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_public.der -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_public.pem -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_public_compressed.der -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_public_compressed.pem -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_public_openssh.txt -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_x509.der -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_x509.pem -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p384.txt -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_private.der -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_private.pem -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_private_enc_aes128.pem -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_private_enc_aes192.pem -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_private_enc_aes256.pem -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_private_enc_aes256_gcm.pem -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_private_enc_des3.pem -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_private_openssh.pem -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_private_openssh_old.pem -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_private_openssh_pwd.pem -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_private_openssh_pwd_old.pem -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_private_p8.der -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_private_p8.pem -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_private_p8_clear.der -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_private_p8_clear.pem -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_public.der -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_public.pem -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_public_compressed.der -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_public_compressed.pem -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_public_openssh.txt -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_x509.der -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_x509.pem -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p521.txt -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_private.der -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_private.pem -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_private_enc_aes128.pem -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_private_enc_aes192.pem -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_private_enc_aes256.pem -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_private_enc_aes256_gcm.pem -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_private_enc_des3.pem -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_private_openssh.pem -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_private_openssh_old.pem -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_private_openssh_pwd.pem -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_private_openssh_pwd_old.pem -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_private_p8.der -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_private_p8.pem -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_private_p8_clear.der -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_private_p8_clear.pem -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_public.der -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_public.pem -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_public_compressed.der -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_public_compressed.pem -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_public_openssh.txt -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_x509.der -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_x509.pem -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/gen_ecc_p192.sh -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/gen_ecc_p224.sh -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/gen_ecc_p256.sh -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/gen_ecc_p384.sh -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/gen_ecc_p521.sh -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/gen_ed25519.sh -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/gen_ed448.sh -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/openssl_version.txt -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/openssl_version_ed25519.txt -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/openssl_version_ed448.txt -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/openssl_version_p192.txt -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/openssl_version_p224.txt -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/openssl_version_p384.txt -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/openssl_version_p521.txt -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/point-at-infinity.org-P192.txt -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/point-at-infinity.org-P224.txt -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/point-at-infinity.org-P256.txt -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/point-at-infinity.org-P384.txt -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/point-at-infinity.org-P521.txt -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/ECC creating build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/RSA copying build/lib/pycryptodome_test_vectors/PublicKey/RSA/gen_rsa_2048.sh -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/RSA copying build/lib/pycryptodome_test_vectors/PublicKey/RSA/openssl_version.txt -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/RSA copying build/lib/pycryptodome_test_vectors/PublicKey/RSA/rsa2048_private.pem -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/RSA copying build/lib/pycryptodome_test_vectors/PublicKey/RSA/rsa2048_private_openssh.pem -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/RSA copying build/lib/pycryptodome_test_vectors/PublicKey/RSA/rsa2048_private_openssh_old.pem -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/RSA copying build/lib/pycryptodome_test_vectors/PublicKey/RSA/rsa2048_private_openssh_pwd.pem -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/RSA copying build/lib/pycryptodome_test_vectors/PublicKey/RSA/rsa2048_private_openssh_pwd_old.pem -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/RSA copying build/lib/pycryptodome_test_vectors/PublicKey/RSA/rsa2048_public_openssh.txt -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/PublicKey/RSA creating build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Signature creating build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Signature/DSA copying build/lib/pycryptodome_test_vectors/Signature/DSA/FIPS_186_3_SigGen.txt -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Signature/DSA copying build/lib/pycryptodome_test_vectors/Signature/DSA/FIPS_186_3_SigVer.rsp -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Signature/DSA creating build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Signature/ECDSA copying build/lib/pycryptodome_test_vectors/Signature/ECDSA/README.txt -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Signature/ECDSA copying build/lib/pycryptodome_test_vectors/Signature/ECDSA/SigGen.txt -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Signature/ECDSA copying build/lib/pycryptodome_test_vectors/Signature/ECDSA/SigVer.rsp -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Signature/ECDSA copying build/lib/pycryptodome_test_vectors/Signature/ECDSA/SigVer_TruncatedSHAs.rsp -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Signature/ECDSA creating build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Signature/PKCS1-PSS copying build/lib/pycryptodome_test_vectors/Signature/PKCS1-PSS/SigGenPSS_186-2.txt -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Signature/PKCS1-PSS copying build/lib/pycryptodome_test_vectors/Signature/PKCS1-PSS/SigGenPSS_186-3.txt -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Signature/PKCS1-PSS copying build/lib/pycryptodome_test_vectors/Signature/PKCS1-PSS/SigVerPSS_186-3.rsp -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Signature/PKCS1-PSS creating build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Signature/PKCS1-v1.5 copying build/lib/pycryptodome_test_vectors/Signature/PKCS1-v1.5/SigGen15_186-2.txt -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Signature/PKCS1-v1.5 copying build/lib/pycryptodome_test_vectors/Signature/PKCS1-v1.5/SigGen15_186-3.txt -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Signature/PKCS1-v1.5 copying build/lib/pycryptodome_test_vectors/Signature/PKCS1-v1.5/SigVer15_186-3.rsp -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Signature/PKCS1-v1.5 creating build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Signature/wycheproof copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/dsa_test.json -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Signature/wycheproof copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp224r1_sha224_p1363_test.json -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Signature/wycheproof copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp224r1_sha224_test.json -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Signature/wycheproof copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp224r1_sha256_p1363_test.json -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Signature/wycheproof copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp224r1_sha256_test.json -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Signature/wycheproof copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp224r1_sha3_224_test.json -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Signature/wycheproof copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp224r1_sha3_256_test.json -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Signature/wycheproof copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp224r1_sha3_512_test.json -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Signature/wycheproof copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp224r1_sha512_p1363_test.json -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Signature/wycheproof copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp224r1_sha512_test.json -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Signature/wycheproof copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp256r1_sha256_p1363_test.json -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Signature/wycheproof copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp256r1_sha256_test.json -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Signature/wycheproof copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp256r1_sha3_256_test.json -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Signature/wycheproof copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp256r1_sha3_512_test.json -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Signature/wycheproof copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp256r1_sha512_p1363_test.json -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Signature/wycheproof copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp256r1_sha512_test.json -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Signature/wycheproof copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp384r1_sha384_p1363_test.json -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Signature/wycheproof copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp384r1_sha384_test.json -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Signature/wycheproof copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp384r1_sha3_384_test.json -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Signature/wycheproof copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp384r1_sha3_512_test.json -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Signature/wycheproof copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp384r1_sha512_p1363_test.json -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Signature/wycheproof copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp384r1_sha512_test.json -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Signature/wycheproof copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp521r1_sha3_512_test.json -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Signature/wycheproof copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp521r1_sha512_p1363_test.json -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Signature/wycheproof copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp521r1_sha512_test.json -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Signature/wycheproof copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/ecdsa_test.json -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Signature/wycheproof copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/ecdsa_webcrypto_test.json -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Signature/wycheproof copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/ed448_test.json -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Signature/wycheproof copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/eddsa_test.json -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Signature/wycheproof copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/rsa_pss_2048_sha1_mgf1_20_test.json -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Signature/wycheproof copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/rsa_pss_2048_sha256_mgf1_0_test.json -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Signature/wycheproof copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/rsa_pss_2048_sha256_mgf1_32_test.json -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Signature/wycheproof copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/rsa_pss_2048_sha512_256_mgf1_28_test.json -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Signature/wycheproof copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/rsa_pss_2048_sha512_256_mgf1_32_test.json -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Signature/wycheproof copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/rsa_pss_3072_sha256_mgf1_32_test.json -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Signature/wycheproof copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/rsa_pss_4096_sha256_mgf1_32_test.json -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Signature/wycheproof copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/rsa_pss_4096_sha512_mgf1_32_test.json -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Signature/wycheproof copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/rsa_pss_misc_test.json -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Signature/wycheproof copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/rsa_sig_gen_misc_test.json -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Signature/wycheproof copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_2048_sha224_test.json -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Signature/wycheproof copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_2048_sha256_test.json -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Signature/wycheproof copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_2048_sha384_test.json -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Signature/wycheproof copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_2048_sha3_224_test.json -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Signature/wycheproof copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_2048_sha3_256_test.json -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Signature/wycheproof copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_2048_sha3_384_test.json -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Signature/wycheproof copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_2048_sha3_512_test.json -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Signature/wycheproof copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_2048_sha512_224_test.json -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Signature/wycheproof copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_2048_sha512_256_test.json -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Signature/wycheproof copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_2048_sha512_test.json -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Signature/wycheproof copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_3072_sha256_test.json -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Signature/wycheproof copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_3072_sha384_test.json -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Signature/wycheproof copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_3072_sha3_256_test.json -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Signature/wycheproof copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_3072_sha3_384_test.json -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Signature/wycheproof copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_3072_sha3_512_test.json -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Signature/wycheproof copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_3072_sha512_256_test.json -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Signature/wycheproof copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_3072_sha512_test.json -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Signature/wycheproof copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_4096_sha384_test.json -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Signature/wycheproof copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_4096_sha512_256_test.json -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Signature/wycheproof copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_4096_sha512_test.json -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Signature/wycheproof copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_test.json -> build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors/Signature/wycheproof running install_egg_info Copying pycryptodome_test_vectors.egg-info to build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors-1.0.10-py3.10.egg-info running install_scripts creating build/bdist.openbsd-7.5-amd64/wheel/pycryptodome_test_vectors-1.0.10.dist-info/WHEEL creating '/exopi-obj/pobj/py-cryptodome-test-vectors-1.0.10-python3/pycryptodome-test-vectors-1.0.10/dist/.tmp-1xgqz_cv/pycryptodome_test_vectors-1.0.10-py2.py3-none-any.whl' and adding 'build/bdist.openbsd-7.5-amd64/wheel' to it adding 'pycryptodome_test_vectors/__init__.py' adding 'pycryptodome_test_vectors/Cipher/AES/CBCGFSbox128.rsp' adding 'pycryptodome_test_vectors/Cipher/AES/CBCGFSbox192.rsp' adding 'pycryptodome_test_vectors/Cipher/AES/CBCGFSbox256.rsp' adding 'pycryptodome_test_vectors/Cipher/AES/CBCKeySbox128.rsp' adding 'pycryptodome_test_vectors/Cipher/AES/CBCKeySbox192.rsp' adding 'pycryptodome_test_vectors/Cipher/AES/CBCKeySbox256.rsp' adding 'pycryptodome_test_vectors/Cipher/AES/CBCMCT128.rsp' adding 'pycryptodome_test_vectors/Cipher/AES/CBCMCT192.rsp' adding 'pycryptodome_test_vectors/Cipher/AES/CBCMCT256.rsp' adding 'pycryptodome_test_vectors/Cipher/AES/CBCMMT128.rsp' adding 'pycryptodome_test_vectors/Cipher/AES/CBCMMT192.rsp' adding 'pycryptodome_test_vectors/Cipher/AES/CBCMMT256.rsp' adding 'pycryptodome_test_vectors/Cipher/AES/CBCVarKey128.rsp' adding 'pycryptodome_test_vectors/Cipher/AES/CBCVarKey192.rsp' adding 'pycryptodome_test_vectors/Cipher/AES/CBCVarKey256.rsp' adding 'pycryptodome_test_vectors/Cipher/AES/CBCVarTxt128.rsp' adding 'pycryptodome_test_vectors/Cipher/AES/CBCVarTxt192.rsp' adding 'pycryptodome_test_vectors/Cipher/AES/CBCVarTxt256.rsp' adding 'pycryptodome_test_vectors/Cipher/AES/CFB128GFSbox128.rsp' adding 'pycryptodome_test_vectors/Cipher/AES/CFB128GFSbox192.rsp' adding 'pycryptodome_test_vectors/Cipher/AES/CFB128GFSbox256.rsp' adding 'pycryptodome_test_vectors/Cipher/AES/CFB128KeySbox128.rsp' adding 'pycryptodome_test_vectors/Cipher/AES/CFB128KeySbox192.rsp' adding 'pycryptodome_test_vectors/Cipher/AES/CFB128KeySbox256.rsp' adding 'pycryptodome_test_vectors/Cipher/AES/CFB128MCT128.rsp' adding 'pycryptodome_test_vectors/Cipher/AES/CFB128MCT192.rsp' adding 'pycryptodome_test_vectors/Cipher/AES/CFB128MCT256.rsp' adding 'pycryptodome_test_vectors/Cipher/AES/CFB128MMT128.rsp' adding 'pycryptodome_test_vectors/Cipher/AES/CFB128MMT192.rsp' adding 'pycryptodome_test_vectors/Cipher/AES/CFB128MMT256.rsp' adding 'pycryptodome_test_vectors/Cipher/AES/CFB128VarKey128.rsp' adding 'pycryptodome_test_vectors/Cipher/AES/CFB128VarKey192.rsp' adding 'pycryptodome_test_vectors/Cipher/AES/CFB128VarKey256.rsp' adding 'pycryptodome_test_vectors/Cipher/AES/CFB128VarTxt128.rsp' adding 'pycryptodome_test_vectors/Cipher/AES/CFB128VarTxt192.rsp' adding 'pycryptodome_test_vectors/Cipher/AES/CFB128VarTxt256.rsp' adding 'pycryptodome_test_vectors/Cipher/AES/CFB8GFSbox128.rsp' adding 'pycryptodome_test_vectors/Cipher/AES/CFB8GFSbox192.rsp' adding 'pycryptodome_test_vectors/Cipher/AES/CFB8GFSbox256.rsp' adding 'pycryptodome_test_vectors/Cipher/AES/CFB8KeySbox128.rsp' adding 'pycryptodome_test_vectors/Cipher/AES/CFB8KeySbox192.rsp' adding 'pycryptodome_test_vectors/Cipher/AES/CFB8KeySbox256.rsp' adding 'pycryptodome_test_vectors/Cipher/AES/CFB8MCT128.rsp' adding 'pycryptodome_test_vectors/Cipher/AES/CFB8MCT192.rsp' adding 'pycryptodome_test_vectors/Cipher/AES/CFB8MCT256.rsp' adding 'pycryptodome_test_vectors/Cipher/AES/CFB8MMT128.rsp' adding 'pycryptodome_test_vectors/Cipher/AES/CFB8MMT192.rsp' adding 'pycryptodome_test_vectors/Cipher/AES/CFB8MMT256.rsp' adding 'pycryptodome_test_vectors/Cipher/AES/CFB8VarKey128.rsp' adding 'pycryptodome_test_vectors/Cipher/AES/CFB8VarKey192.rsp' adding 'pycryptodome_test_vectors/Cipher/AES/CFB8VarKey256.rsp' adding 'pycryptodome_test_vectors/Cipher/AES/CFB8VarTxt128.rsp' adding 'pycryptodome_test_vectors/Cipher/AES/CFB8VarTxt192.rsp' adding 'pycryptodome_test_vectors/Cipher/AES/CFB8VarTxt256.rsp' adding 'pycryptodome_test_vectors/Cipher/AES/OFBGFSbox128.rsp' adding 'pycryptodome_test_vectors/Cipher/AES/OFBGFSbox192.rsp' adding 'pycryptodome_test_vectors/Cipher/AES/OFBGFSbox256.rsp' adding 'pycryptodome_test_vectors/Cipher/AES/OFBKeySbox128.rsp' adding 'pycryptodome_test_vectors/Cipher/AES/OFBKeySbox192.rsp' adding 'pycryptodome_test_vectors/Cipher/AES/OFBKeySbox256.rsp' adding 'pycryptodome_test_vectors/Cipher/AES/OFBMCT128.rsp' adding 'pycryptodome_test_vectors/Cipher/AES/OFBMCT192.rsp' adding 'pycryptodome_test_vectors/Cipher/AES/OFBMCT256.rsp' adding 'pycryptodome_test_vectors/Cipher/AES/OFBMMT128.rsp' adding 'pycryptodome_test_vectors/Cipher/AES/OFBMMT192.rsp' adding 'pycryptodome_test_vectors/Cipher/AES/OFBMMT256.rsp' adding 'pycryptodome_test_vectors/Cipher/AES/OFBVarKey128.rsp' adding 'pycryptodome_test_vectors/Cipher/AES/OFBVarKey192.rsp' adding 'pycryptodome_test_vectors/Cipher/AES/OFBVarKey256.rsp' adding 'pycryptodome_test_vectors/Cipher/AES/OFBVarTxt128.rsp' adding 'pycryptodome_test_vectors/Cipher/AES/OFBVarTxt192.rsp' adding 'pycryptodome_test_vectors/Cipher/AES/OFBVarTxt256.rsp' adding 'pycryptodome_test_vectors/Cipher/AES/README.txt' adding 'pycryptodome_test_vectors/Cipher/AES/gcmDecrypt128.rsp' adding 'pycryptodome_test_vectors/Cipher/AES/gcmEncryptExtIV128.rsp' adding 'pycryptodome_test_vectors/Cipher/TDES/README.txt' adding 'pycryptodome_test_vectors/Cipher/TDES/TCBCMMT2.rsp' adding 'pycryptodome_test_vectors/Cipher/TDES/TCBCMMT3.rsp' adding 'pycryptodome_test_vectors/Cipher/TDES/TCBCinvperm.rsp' adding 'pycryptodome_test_vectors/Cipher/TDES/TCBCpermop.rsp' adding 'pycryptodome_test_vectors/Cipher/TDES/TCBCsubtab.rsp' adding 'pycryptodome_test_vectors/Cipher/TDES/TCBCvarkey.rsp' adding 'pycryptodome_test_vectors/Cipher/TDES/TCBCvartext.rsp' adding 'pycryptodome_test_vectors/Cipher/TDES/TCFB64MMT2.rsp' adding 'pycryptodome_test_vectors/Cipher/TDES/TCFB64MMT3.rsp' adding 'pycryptodome_test_vectors/Cipher/TDES/TCFB64invperm.rsp' adding 'pycryptodome_test_vectors/Cipher/TDES/TCFB64permop.rsp' adding 'pycryptodome_test_vectors/Cipher/TDES/TCFB64subtab.rsp' adding 'pycryptodome_test_vectors/Cipher/TDES/TCFB64varkey.rsp' adding 'pycryptodome_test_vectors/Cipher/TDES/TCFB64vartext.rsp' adding 'pycryptodome_test_vectors/Cipher/TDES/TCFB8MMT2.rsp' adding 'pycryptodome_test_vectors/Cipher/TDES/TCFB8MMT3.rsp' adding 'pycryptodome_test_vectors/Cipher/TDES/TCFB8invperm.rsp' adding 'pycryptodome_test_vectors/Cipher/TDES/TCFB8permop.rsp' adding 'pycryptodome_test_vectors/Cipher/TDES/TCFB8subtab.rsp' adding 'pycryptodome_test_vectors/Cipher/TDES/TCFB8varkey.rsp' adding 'pycryptodome_test_vectors/Cipher/TDES/TCFB8vartext.rsp' adding 'pycryptodome_test_vectors/Cipher/TDES/TECBMMT2.rsp' adding 'pycryptodome_test_vectors/Cipher/TDES/TECBMMT3.rsp' adding 'pycryptodome_test_vectors/Cipher/TDES/TOFBMMT2.rsp' adding 'pycryptodome_test_vectors/Cipher/TDES/TOFBMMT3.rsp' adding 'pycryptodome_test_vectors/Cipher/TDES/TOFBinvperm.rsp' adding 'pycryptodome_test_vectors/Cipher/TDES/TOFBpermop.rsp' adding 'pycryptodome_test_vectors/Cipher/TDES/TOFBsubtab.rsp' adding 'pycryptodome_test_vectors/Cipher/TDES/TOFBvarkey.rsp' adding 'pycryptodome_test_vectors/Cipher/TDES/TOFBvartext.rsp' adding 'pycryptodome_test_vectors/Cipher/wycheproof/aead_aes_siv_cmac_test.json' adding 'pycryptodome_test_vectors/Cipher/wycheproof/aes_ccm_test.json' adding 'pycryptodome_test_vectors/Cipher/wycheproof/aes_eax_test.json' adding 'pycryptodome_test_vectors/Cipher/wycheproof/aes_gcm_test.json' adding 'pycryptodome_test_vectors/Cipher/wycheproof/aes_siv_cmac_test.json' adding 'pycryptodome_test_vectors/Cipher/wycheproof/chacha20_poly1305_test.json' adding 'pycryptodome_test_vectors/Cipher/wycheproof/rsa_oaep_2048_sha1_mgf1sha1_test.json' adding 'pycryptodome_test_vectors/Cipher/wycheproof/rsa_oaep_2048_sha224_mgf1sha1_test.json' adding 'pycryptodome_test_vectors/Cipher/wycheproof/rsa_oaep_2048_sha224_mgf1sha224_test.json' adding 'pycryptodome_test_vectors/Cipher/wycheproof/rsa_oaep_2048_sha256_mgf1sha1_test.json' adding 'pycryptodome_test_vectors/Cipher/wycheproof/rsa_oaep_2048_sha256_mgf1sha256_test.json' adding 'pycryptodome_test_vectors/Cipher/wycheproof/rsa_oaep_2048_sha384_mgf1sha1_test.json' adding 'pycryptodome_test_vectors/Cipher/wycheproof/rsa_oaep_2048_sha384_mgf1sha384_test.json' adding 'pycryptodome_test_vectors/Cipher/wycheproof/rsa_oaep_2048_sha512_mgf1sha1_test.json' adding 'pycryptodome_test_vectors/Cipher/wycheproof/rsa_oaep_2048_sha512_mgf1sha512_test.json' adding 'pycryptodome_test_vectors/Cipher/wycheproof/rsa_oaep_3072_sha256_mgf1sha1_test.json' adding 'pycryptodome_test_vectors/Cipher/wycheproof/rsa_oaep_3072_sha256_mgf1sha256_test.json' adding 'pycryptodome_test_vectors/Cipher/wycheproof/rsa_oaep_3072_sha512_mgf1sha1_test.json' adding 'pycryptodome_test_vectors/Cipher/wycheproof/rsa_oaep_3072_sha512_mgf1sha512_test.json' adding 'pycryptodome_test_vectors/Cipher/wycheproof/rsa_oaep_4096_sha256_mgf1sha1_test.json' adding 'pycryptodome_test_vectors/Cipher/wycheproof/rsa_oaep_4096_sha256_mgf1sha256_test.json' adding 'pycryptodome_test_vectors/Cipher/wycheproof/rsa_oaep_4096_sha512_mgf1sha1_test.json' adding 'pycryptodome_test_vectors/Cipher/wycheproof/rsa_oaep_4096_sha512_mgf1sha512_test.json' adding 'pycryptodome_test_vectors/Cipher/wycheproof/rsa_oaep_misc_test.json' adding 'pycryptodome_test_vectors/Cipher/wycheproof/rsa_pkcs1_2048_test.json' adding 'pycryptodome_test_vectors/Cipher/wycheproof/rsa_pkcs1_3072_test.json' adding 'pycryptodome_test_vectors/Cipher/wycheproof/rsa_pkcs1_4096_test.json' adding 'pycryptodome_test_vectors/Cipher/wycheproof/xchacha20_poly1305_test.json' adding 'pycryptodome_test_vectors/Hash/BLAKE2b/blake2b-test.txt' adding 'pycryptodome_test_vectors/Hash/BLAKE2b/tv1.txt' adding 'pycryptodome_test_vectors/Hash/BLAKE2b/tv2.txt' adding 'pycryptodome_test_vectors/Hash/BLAKE2s/blake2s-test.txt' adding 'pycryptodome_test_vectors/Hash/BLAKE2s/tv1.txt' adding 'pycryptodome_test_vectors/Hash/BLAKE2s/tv2.txt' adding 'pycryptodome_test_vectors/Hash/SHA1/SHA1ShortMsg.rsp' adding 'pycryptodome_test_vectors/Hash/SHA2/SHA512ShortMsg.rsp' adding 'pycryptodome_test_vectors/Hash/SHA2/SHA512_224ShortMsg.rsp' adding 'pycryptodome_test_vectors/Hash/SHA2/SHA512_256ShortMsg.rsp' adding 'pycryptodome_test_vectors/Hash/SHA3/CustomMsgSamples_cSHAKE128.txt' adding 'pycryptodome_test_vectors/Hash/SHA3/CustomMsgSamples_cSHAKE256.txt' adding 'pycryptodome_test_vectors/Hash/SHA3/ShortMsgKAT_SHA3-224.txt' adding 'pycryptodome_test_vectors/Hash/SHA3/ShortMsgKAT_SHA3-256.txt' adding 'pycryptodome_test_vectors/Hash/SHA3/ShortMsgKAT_SHA3-384.txt' adding 'pycryptodome_test_vectors/Hash/SHA3/ShortMsgKAT_SHA3-512.txt' adding 'pycryptodome_test_vectors/Hash/SHA3/ShortMsgKAT_SHAKE128.txt' adding 'pycryptodome_test_vectors/Hash/SHA3/ShortMsgKAT_SHAKE256.txt' adding 'pycryptodome_test_vectors/Hash/SHA3/ShortMsgSamples_cSHAKE128.txt' adding 'pycryptodome_test_vectors/Hash/SHA3/ShortMsgSamples_cSHAKE256.txt' adding 'pycryptodome_test_vectors/Hash/keccak/ExtremelyLongMsgKAT_224.txt' adding 'pycryptodome_test_vectors/Hash/keccak/ExtremelyLongMsgKAT_256.txt' adding 'pycryptodome_test_vectors/Hash/keccak/ExtremelyLongMsgKAT_384.txt' adding 'pycryptodome_test_vectors/Hash/keccak/ExtremelyLongMsgKAT_512.txt' adding 'pycryptodome_test_vectors/Hash/keccak/LongMsgKAT_224.txt' adding 'pycryptodome_test_vectors/Hash/keccak/LongMsgKAT_256.txt' adding 'pycryptodome_test_vectors/Hash/keccak/LongMsgKAT_384.txt' adding 'pycryptodome_test_vectors/Hash/keccak/LongMsgKAT_512.txt' adding 'pycryptodome_test_vectors/Hash/keccak/ShortMsgKAT_224.txt' adding 'pycryptodome_test_vectors/Hash/keccak/ShortMsgKAT_256.txt' adding 'pycryptodome_test_vectors/Hash/keccak/ShortMsgKAT_384.txt' adding 'pycryptodome_test_vectors/Hash/keccak/ShortMsgKAT_512.txt' adding 'pycryptodome_test_vectors/Hash/keccak/readme.txt' adding 'pycryptodome_test_vectors/Hash/wycheproof/aes_cmac_test.json' adding 'pycryptodome_test_vectors/Protocol/wycheproof/hkdf_sha1_test.json' adding 'pycryptodome_test_vectors/Protocol/wycheproof/hkdf_sha256_test.json' adding 'pycryptodome_test_vectors/Protocol/wycheproof/hkdf_sha384_test.json' adding 'pycryptodome_test_vectors/Protocol/wycheproof/hkdf_sha512_test.json' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_ed25519.txt' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_ed25519_private.der' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_ed25519_private.pem' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_ed25519_private_enc_aes128.pem' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_ed25519_private_enc_aes192.pem' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_ed25519_private_enc_aes256.pem' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_ed25519_private_enc_des3.pem' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_ed25519_private_openssh.pem' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_ed25519_private_openssh_pwd.pem' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_ed25519_private_p8.der' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_ed25519_private_p8.pem' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_ed25519_public.der' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_ed25519_public.pem' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_ed25519_public_openssh.txt' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_ed25519_x509.der' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_ed25519_x509.pem' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_ed448.txt' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_ed448_private.der' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_ed448_private.pem' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_ed448_private_enc_aes128.pem' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_ed448_private_enc_aes192.pem' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_ed448_private_enc_aes256.pem' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_ed448_private_enc_des3.pem' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_ed448_private_p8.der' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_ed448_private_p8.pem' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_ed448_public.der' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_ed448_public.pem' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_ed448_x509.der' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_ed448_x509.pem' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_p192.txt' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_p192_private.der' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_p192_private.pem' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_p192_private_enc_aes128.pem' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_p192_private_enc_aes192.pem' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_p192_private_enc_aes256.pem' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_p192_private_enc_aes256_gcm.pem' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_p192_private_enc_des3.pem' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_p192_private_p8.der' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_p192_private_p8.pem' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_p192_private_p8_clear.der' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_p192_private_p8_clear.pem' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_p192_public.der' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_p192_public.pem' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_p192_public_compressed.der' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_p192_public_compressed.pem' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_p192_x509.der' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_p192_x509.pem' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_p224.txt' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_p224_private.der' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_p224_private.pem' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_p224_private_enc_aes128.pem' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_p224_private_enc_aes192.pem' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_p224_private_enc_aes256.pem' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_p224_private_enc_aes256_gcm.pem' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_p224_private_enc_des3.pem' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_p224_private_p8.der' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_p224_private_p8.pem' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_p224_private_p8_clear.der' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_p224_private_p8_clear.pem' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_p224_public.der' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_p224_public.pem' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_p224_public_compressed.der' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_p224_public_compressed.pem' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_p224_x509.der' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_p224_x509.pem' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_p256.txt' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_private.der' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_private.pem' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_private_ecparams.pem' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_private_enc_aes128.pem' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_private_enc_aes192.pem' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_private_enc_aes256.pem' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_private_enc_aes256_gcm.pem' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_private_enc_des3.pem' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_private_openssh.pem' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_private_openssh_old.pem' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_private_openssh_pwd.pem' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_private_openssh_pwd_old.pem' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_private_p8.der' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_private_p8.pem' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_private_p8_clear.der' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_private_p8_clear.pem' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_public.der' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_public.pem' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_public_compressed.der' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_public_compressed.pem' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_public_openssh.txt' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_x509.der' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_x509.pem' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_p384.txt' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_private.der' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_private.pem' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_private_enc_aes128.pem' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_private_enc_aes192.pem' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_private_enc_aes256.pem' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_private_enc_aes256_gcm.pem' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_private_enc_des3.pem' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_private_openssh.pem' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_private_openssh_old.pem' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_private_openssh_pwd.pem' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_private_openssh_pwd_old.pem' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_private_p8.der' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_private_p8.pem' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_private_p8_clear.der' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_private_p8_clear.pem' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_public.der' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_public.pem' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_public_compressed.der' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_public_compressed.pem' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_public_openssh.txt' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_x509.der' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_x509.pem' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_p521.txt' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_private.der' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_private.pem' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_private_enc_aes128.pem' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_private_enc_aes192.pem' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_private_enc_aes256.pem' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_private_enc_aes256_gcm.pem' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_private_enc_des3.pem' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_private_openssh.pem' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_private_openssh_old.pem' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_private_openssh_pwd.pem' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_private_openssh_pwd_old.pem' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_private_p8.der' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_private_p8.pem' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_private_p8_clear.der' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_private_p8_clear.pem' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_public.der' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_public.pem' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_public_compressed.der' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_public_compressed.pem' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_public_openssh.txt' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_x509.der' adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_x509.pem' adding 'pycryptodome_test_vectors/PublicKey/ECC/gen_ecc_p192.sh' adding 'pycryptodome_test_vectors/PublicKey/ECC/gen_ecc_p224.sh' adding 'pycryptodome_test_vectors/PublicKey/ECC/gen_ecc_p256.sh' adding 'pycryptodome_test_vectors/PublicKey/ECC/gen_ecc_p384.sh' adding 'pycryptodome_test_vectors/PublicKey/ECC/gen_ecc_p521.sh' adding 'pycryptodome_test_vectors/PublicKey/ECC/gen_ed25519.sh' adding 'pycryptodome_test_vectors/PublicKey/ECC/gen_ed448.sh' adding 'pycryptodome_test_vectors/PublicKey/ECC/openssl_version.txt' adding 'pycryptodome_test_vectors/PublicKey/ECC/openssl_version_ed25519.txt' adding 'pycryptodome_test_vectors/PublicKey/ECC/openssl_version_ed448.txt' adding 'pycryptodome_test_vectors/PublicKey/ECC/openssl_version_p192.txt' adding 'pycryptodome_test_vectors/PublicKey/ECC/openssl_version_p224.txt' adding 'pycryptodome_test_vectors/PublicKey/ECC/openssl_version_p384.txt' adding 'pycryptodome_test_vectors/PublicKey/ECC/openssl_version_p521.txt' adding 'pycryptodome_test_vectors/PublicKey/ECC/point-at-infinity.org-P192.txt' adding 'pycryptodome_test_vectors/PublicKey/ECC/point-at-infinity.org-P224.txt' adding 'pycryptodome_test_vectors/PublicKey/ECC/point-at-infinity.org-P256.txt' adding 'pycryptodome_test_vectors/PublicKey/ECC/point-at-infinity.org-P384.txt' adding 'pycryptodome_test_vectors/PublicKey/ECC/point-at-infinity.org-P521.txt' adding 'pycryptodome_test_vectors/PublicKey/RSA/gen_rsa_2048.sh' adding 'pycryptodome_test_vectors/PublicKey/RSA/openssl_version.txt' adding 'pycryptodome_test_vectors/PublicKey/RSA/rsa2048_private.pem' adding 'pycryptodome_test_vectors/PublicKey/RSA/rsa2048_private_openssh.pem' adding 'pycryptodome_test_vectors/PublicKey/RSA/rsa2048_private_openssh_old.pem' adding 'pycryptodome_test_vectors/PublicKey/RSA/rsa2048_private_openssh_pwd.pem' adding 'pycryptodome_test_vectors/PublicKey/RSA/rsa2048_private_openssh_pwd_old.pem' adding 'pycryptodome_test_vectors/PublicKey/RSA/rsa2048_public_openssh.txt' adding 'pycryptodome_test_vectors/Signature/DSA/FIPS_186_3_SigGen.txt' adding 'pycryptodome_test_vectors/Signature/DSA/FIPS_186_3_SigVer.rsp' adding 'pycryptodome_test_vectors/Signature/ECDSA/README.txt' adding 'pycryptodome_test_vectors/Signature/ECDSA/SigGen.txt' adding 'pycryptodome_test_vectors/Signature/ECDSA/SigVer.rsp' adding 'pycryptodome_test_vectors/Signature/ECDSA/SigVer_TruncatedSHAs.rsp' adding 'pycryptodome_test_vectors/Signature/PKCS1-PSS/SigGenPSS_186-2.txt' adding 'pycryptodome_test_vectors/Signature/PKCS1-PSS/SigGenPSS_186-3.txt' adding 'pycryptodome_test_vectors/Signature/PKCS1-PSS/SigVerPSS_186-3.rsp' adding 'pycryptodome_test_vectors/Signature/PKCS1-v1.5/SigGen15_186-2.txt' adding 'pycryptodome_test_vectors/Signature/PKCS1-v1.5/SigGen15_186-3.txt' adding 'pycryptodome_test_vectors/Signature/PKCS1-v1.5/SigVer15_186-3.rsp' adding 'pycryptodome_test_vectors/Signature/wycheproof/dsa_test.json' adding 'pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp224r1_sha224_p1363_test.json' adding 'pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp224r1_sha224_test.json' adding 'pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp224r1_sha256_p1363_test.json' adding 'pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp224r1_sha256_test.json' adding 'pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp224r1_sha3_224_test.json' adding 'pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp224r1_sha3_256_test.json' adding 'pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp224r1_sha3_512_test.json' adding 'pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp224r1_sha512_p1363_test.json' adding 'pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp224r1_sha512_test.json' adding 'pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp256r1_sha256_p1363_test.json' adding 'pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp256r1_sha256_test.json' adding 'pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp256r1_sha3_256_test.json' adding 'pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp256r1_sha3_512_test.json' adding 'pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp256r1_sha512_p1363_test.json' adding 'pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp256r1_sha512_test.json' adding 'pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp384r1_sha384_p1363_test.json' adding 'pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp384r1_sha384_test.json' adding 'pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp384r1_sha3_384_test.json' adding 'pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp384r1_sha3_512_test.json' adding 'pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp384r1_sha512_p1363_test.json' adding 'pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp384r1_sha512_test.json' adding 'pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp521r1_sha3_512_test.json' adding 'pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp521r1_sha512_p1363_test.json' adding 'pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp521r1_sha512_test.json' adding 'pycryptodome_test_vectors/Signature/wycheproof/ecdsa_test.json' adding 'pycryptodome_test_vectors/Signature/wycheproof/ecdsa_webcrypto_test.json' adding 'pycryptodome_test_vectors/Signature/wycheproof/ed448_test.json' adding 'pycryptodome_test_vectors/Signature/wycheproof/eddsa_test.json' adding 'pycryptodome_test_vectors/Signature/wycheproof/rsa_pss_2048_sha1_mgf1_20_test.json' adding 'pycryptodome_test_vectors/Signature/wycheproof/rsa_pss_2048_sha256_mgf1_0_test.json' adding 'pycryptodome_test_vectors/Signature/wycheproof/rsa_pss_2048_sha256_mgf1_32_test.json' adding 'pycryptodome_test_vectors/Signature/wycheproof/rsa_pss_2048_sha512_256_mgf1_28_test.json' adding 'pycryptodome_test_vectors/Signature/wycheproof/rsa_pss_2048_sha512_256_mgf1_32_test.json' adding 'pycryptodome_test_vectors/Signature/wycheproof/rsa_pss_3072_sha256_mgf1_32_test.json' adding 'pycryptodome_test_vectors/Signature/wycheproof/rsa_pss_4096_sha256_mgf1_32_test.json' adding 'pycryptodome_test_vectors/Signature/wycheproof/rsa_pss_4096_sha512_mgf1_32_test.json' adding 'pycryptodome_test_vectors/Signature/wycheproof/rsa_pss_misc_test.json' adding 'pycryptodome_test_vectors/Signature/wycheproof/rsa_sig_gen_misc_test.json' adding 'pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_2048_sha224_test.json' adding 'pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_2048_sha256_test.json' adding 'pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_2048_sha384_test.json' adding 'pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_2048_sha3_224_test.json' adding 'pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_2048_sha3_256_test.json' adding 'pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_2048_sha3_384_test.json' adding 'pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_2048_sha3_512_test.json' adding 'pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_2048_sha512_224_test.json' adding 'pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_2048_sha512_256_test.json' adding 'pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_2048_sha512_test.json' adding 'pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_3072_sha256_test.json' adding 'pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_3072_sha384_test.json' adding 'pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_3072_sha3_256_test.json' adding 'pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_3072_sha3_384_test.json' adding 'pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_3072_sha3_512_test.json' adding 'pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_3072_sha512_256_test.json' adding 'pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_3072_sha512_test.json' adding 'pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_4096_sha384_test.json' adding 'pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_4096_sha512_256_test.json' adding 'pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_4096_sha512_test.json' adding 'pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_test.json' adding 'pycryptodome_test_vectors-1.0.10.dist-info/LICENSE.rst' adding 'pycryptodome_test_vectors-1.0.10.dist-info/METADATA' adding 'pycryptodome_test_vectors-1.0.10.dist-info/WHEEL' adding 'pycryptodome_test_vectors-1.0.10.dist-info/top_level.txt' adding 'pycryptodome_test_vectors-1.0.10.dist-info/RECORD' removing build/bdist.openbsd-7.5-amd64/wheel Successfully built pycryptodome_test_vectors-1.0.10-py2.py3-none-any.whl >>> Running package in security/py-cryptodome-test-vectors,python3 at 1714086587.79 ===> security/py-cryptodome-test-vectors,python3 ===> Faking installation for py3-cryptodome-test-vectors-1.0.10p1 ===> Building package for py3-cryptodome-test-vectors-1.0.10p1 Create /exopi-cvs/ports/packages/amd64/all/py3-cryptodome-test-vectors-1.0.10p1.tgz Creating package py3-cryptodome-test-vectors-1.0.10p1 reading plist| checking dependencies| checking dependencies|lang/python/3.10,-main checksumming| checksumming| | 0% checksumming| | 1% checksumming|* | 1% checksumming|* | 2% checksumming|** | 3% checksumming|** | 4% checksumming|*** | 4% checksumming|*** | 5% checksumming|*** | 6% checksumming|**** | 6% checksumming|**** | 7% checksumming|***** | 8% checksumming|***** | 9% checksumming|****** | 9% checksumming|****** | 10% checksumming|******* | 11% checksumming|******* | 12% checksumming|******** | 12% checksumming|******** | 13% checksumming|******** | 14% checksumming|********* | 14% checksumming|********* | 15% checksumming|********** | 16% checksumming|********** | 17% checksumming|*********** | 17% checksumming|*********** | 18% checksumming|*********** | 19% checksumming|************ | 19% checksumming|************ | 20% checksumming|************* | 21% checksumming|************* | 22% checksumming|************** | 22% checksumming|************** | 23% checksumming|************** | 24% checksumming|*************** | 24% checksumming|*************** | 25% checksumming|**************** | 26% checksumming|**************** | 27% checksumming|***************** | 27% checksumming|***************** | 28% checksumming|***************** | 29% checksumming|****************** | 29% checksumming|****************** | 30% checksumming|******************* | 31% checksumming|******************* | 32% checksumming|******************** | 32% checksumming|******************** | 33% checksumming|********************* | 34% checksumming|********************* | 35% checksumming|********************** | 35% checksumming|********************** | 36% checksumming|********************** | 37% checksumming|*********************** | 37% checksumming|*********************** | 38% checksumming|************************ | 39% checksumming|************************ | 40% checksumming|************************* | 40% checksumming|************************* | 41% checksumming|************************* | 42% checksumming|************************** | 42% checksumming|************************** | 43% checksumming|*************************** | 44% checksumming|*************************** | 45% checksumming|**************************** | 45% checksumming|**************************** | 46% checksumming|**************************** | 47% checksumming|***************************** | 47% checksumming|***************************** | 48% checksumming|****************************** | 49% checksumming|****************************** | 50% checksumming|******************************* | 50% checksumming|******************************* | 51% checksumming|******************************** | 52% checksumming|******************************** | 53% checksumming|********************************* | 53% checksumming|********************************* | 54% checksumming|********************************* | 55% checksumming|********************************** | 55% checksumming|********************************** | 56% checksumming|*********************************** | 57% checksumming|*********************************** | 58% checksumming|************************************ | 58% checksumming|************************************ | 59% checksumming|************************************ | 60% checksumming|************************************* | 60% checksumming|************************************* | 61% checksumming|************************************** | 62% checksumming|************************************** | 63% checksumming|*************************************** | 63% checksumming|*************************************** | 64% checksumming|*************************************** | 65% checksumming|**************************************** | 65% checksumming|**************************************** | 66% checksumming|***************************************** | 67% checksumming|***************************************** | 68% checksumming|****************************************** | 68% checksumming|****************************************** | 69% checksumming|******************************************* | 70% checksumming|******************************************* | 71% checksumming|******************************************** | 71% checksumming|******************************************** | 72% checksumming|******************************************** | 73% checksumming|********************************************* | 73% checksumming|********************************************* | 74% checksumming|********************************************** | 75% checksumming|********************************************** | 76% checksumming|*********************************************** | 76% checksumming|*********************************************** | 77% checksumming|*********************************************** | 78% checksumming|************************************************ | 78% checksumming|************************************************ | 79% checksumming|************************************************* | 80% checksumming|************************************************* | 81% checksumming|************************************************** | 81% checksumming|************************************************** | 82% checksumming|************************************************** | 83% checksumming|*************************************************** | 83% checksumming|*************************************************** | 84% checksumming|**************************************************** | 85% checksumming|**************************************************** | 86% checksumming|***************************************************** | 86% checksumming|***************************************************** | 87% checksumming|***************************************************** | 88% checksumming|****************************************************** | 88% checksumming|****************************************************** | 89% checksumming|******************************************************* | 90% checksumming|******************************************************* | 91% checksumming|******************************************************** | 91% checksumming|******************************************************** | 92% checksumming|********************************************************* | 93% checksumming|********************************************************* | 94% checksumming|********************************************************** | 94% checksumming|********************************************************** | 95% checksumming|********************************************************** | 96% checksumming|*********************************************************** | 96% checksumming|*********************************************************** | 97% checksumming|************************************************************ | 98% checksumming|************************************************************ | 99% checksumming|*************************************************************| 99% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving| | 1% archiving|* | 1% archiving|* | 2% archiving|** | 2% archiving|** | 3% archiving|** | 4% archiving|*** | 4% archiving|*** | 5% archiving|**** | 5% archiving|**** | 6% archiving|**** | 7% archiving|***** | 7% archiving|********* | 14% archiving|********** | 16% archiving|************** | 22% archiving|**************** | 24% archiving|**************** | 25% archiving|***************** | 27% archiving|****************** | 28% archiving|******************* | 29% archiving|******************* | 30% archiving|******************** | 31% archiving|********************** | 35% archiving|*********************** | 36% archiving|************************ | 37% archiving|************************* | 39% archiving|************************* | 40% archiving|************************** | 40% archiving|************************** | 41% archiving|*************************** | 42% archiving|*************************** | 43% archiving|**************************** | 44% archiving|***************************** | 45% archiving|****************************** | 46% archiving|****************************** | 47% archiving|****************************** | 48% archiving|******************************* | 48% archiving|******************************* | 49% archiving|******************************** | 49% archiving|******************************** | 50% archiving|********************************* | 51% archiving|********************************** | 52% archiving|********************************** | 53% archiving|********************************** | 54% archiving|*********************************** | 54% archiving|*********************************** | 55% archiving|************************************ | 57% archiving|************************************* | 57% archiving|************************************* | 58% archiving|************************************** | 60% archiving|*************************************** | 61% archiving|*************************************** | 62% archiving|**************************************** | 62% archiving|**************************************** | 63% archiving|***************************************** | 63% archiving|***************************************** | 64% archiving|****************************************** | 65% archiving|****************************************** | 66% archiving|******************************************* | 67% archiving|******************************************* | 68% archiving|******************************************** | 68% archiving|******************************************** | 69% archiving|********************************************* | 70% archiving|********************************************** | 71% archiving|********************************************** | 72% archiving|*********************************************** | 73% archiving|*********************************************** | 74% archiving|************************************************ | 75% archiving|*************************************************** | 80% archiving|**************************************************** | 81% archiving|**************************************************** | 82% archiving|***************************************************** | 82% archiving|***************************************************** | 83% archiving|****************************************************** | 84% archiving|******************************************************* | 85% archiving|******************************************************* | 86% archiving|******************************************************* | 87% archiving|******************************************************** | 87% archiving|******************************************************** | 88% archiving|********************************************************* | 89% archiving|********************************************************** | 90% archiving|********************************************************** | 91% archiving|*********************************************************** | 92% archiving|************************************************************ | 93% archiving|************************************************************ | 94% archiving|************************************************************* | 95% archiving|************************************************************** | 96% archiving|************************************************************** | 97% archiving|*************************************************************** | 98% archiving|*************************************************************** | 99% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/py3-cryptodome-test-vectors-1.0.10p1.tgz >>> Running clean in security/py-cryptodome-test-vectors,python3 at 1714086595.54 ===> security/py-cryptodome-test-vectors,python3 ===> Cleaning for py3-cryptodome-test-vectors-1.0.10p1 >>> Ended at 1714086595.91 max_stuck=1.33/depends=1.86/show-prepare-results=1.42/build=5.76/package=7.74/clean=0.40