INFO: not using any hashes in /data/userland-archives/hashes for pycryptodome_test_vectors-1.0.22.tar.gz (overridden with --hash)
Source /data/userland-archives/pycryptodome_test_vectors-1.0.22.tar.gz... not found, skipping file copy
Source https://files.pythonhosted.org/packages/source/p/pycryptodome_test_vectors/pycryptodome_test_vectors-1.0.22.tar.gz... 
    downloading... ok
    validating signature... checking local signature... not found
    signature validation failed

    validating hash... ok
copy cloning /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/pycryptodome_test_vectors-1.0.22 to /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/amd64-3.9
* 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
warning: no previously-included files matching '*.swp' found anywhere in distribution
adding license file 'LICENSE.rst'
writing manifest file 'pycryptodome_test_vectors.egg-info/SOURCES.txt'
* Building wheel...
running bdist_wheel
/usr/lib/python3.9/vendor-packages/setuptools/_distutils/cmd.py:135: SetuptoolsDeprecationWarning: bdist_wheel.universal is deprecated
!!

        ********************************************************************************
        With Python 2.7 end-of-life, support for building universal wheels
        (i.e., wheels that support both Python 2 and Python 3)
        is being obviated.
        Please discontinue using this option, or if you still need it,
        file an issue with pypa/setuptools describing your use case.

        By 2025-Aug-30, you need to update your project and remove deprecated calls
        or your builds will no longer be supported.
        ********************************************************************************

!!
  self.finalize_options()
running build
running build_py
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
warning: no previously-included files matching '*.swp' found anywhere in distribution
adding license file 'LICENSE.rst'
writing manifest file 'pycryptodome_test_vectors.egg-info/SOURCES.txt'
/usr/lib/python3.9/vendor-packages/setuptools/command/build_py.py:212: _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/lib/python3.9/vendor-packages/setuptools/command/build_py.py:212: _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/lib/python3.9/vendor-packages/setuptools/command/build_py.py:212: _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/lib/python3.9/vendor-packages/setuptools/command/build_py.py:212: _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/lib/python3.9/vendor-packages/setuptools/command/build_py.py:212: _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/lib/python3.9/vendor-packages/setuptools/command/build_py.py:212: _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/lib/python3.9/vendor-packages/setuptools/command/build_py.py:212: _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/lib/python3.9/vendor-packages/setuptools/command/build_py.py:212: _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/lib/python3.9/vendor-packages/setuptools/command/build_py.py:212: _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/lib/python3.9/vendor-packages/setuptools/command/build_py.py:212: _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/lib/python3.9/vendor-packages/setuptools/command/build_py.py:212: _Warning: Package 'pycryptodome_test_vectors.Protocol' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'pycryptodome_test_vectors.Protocol' 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' 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' to be distributed and are
        already explicitly excluding 'pycryptodome_test_vectors.Protocol' 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/lib/python3.9/vendor-packages/setuptools/command/build_py.py:212: _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/lib/python3.9/vendor-packages/setuptools/command/build_py.py:212: _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/lib/python3.9/vendor-packages/setuptools/command/build_py.py:212: _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/lib/python3.9/vendor-packages/setuptools/command/build_py.py:212: _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/lib/python3.9/vendor-packages/setuptools/command/build_py.py:212: _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/lib/python3.9/vendor-packages/setuptools/command/build_py.py:212: _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/lib/python3.9/vendor-packages/setuptools/command/build_py.py:212: _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/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
copying pycryptodome_test_vectors/Cipher/AES/test-vector-1-nonce104.txt -> build/lib/pycryptodome_test_vectors/Cipher/AES
copying pycryptodome_test_vectors/Cipher/AES/test-vector-1-nonce112.txt -> build/lib/pycryptodome_test_vectors/Cipher/AES
copying pycryptodome_test_vectors/Cipher/AES/test-vector-1-nonce120.txt -> build/lib/pycryptodome_test_vectors/Cipher/AES
copying pycryptodome_test_vectors/Cipher/AES/test-vector-2-nonce104.txt -> build/lib/pycryptodome_test_vectors/Cipher/AES
copying pycryptodome_test_vectors/Cipher/AES/test-vector-2-nonce112.txt -> build/lib/pycryptodome_test_vectors/Cipher/AES
copying pycryptodome_test_vectors/Cipher/AES/test-vector-2-nonce120.txt -> 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/kw_test.json -> build/lib/pycryptodome_test_vectors/Cipher/wycheproof
copying pycryptodome_test_vectors/Cipher/wycheproof/kwp_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/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
copying pycryptodome_test_vectors/Protocol/KAS_ECC_CDH_PrimitiveTest.txt -> build/lib/pycryptodome_test_vectors/Protocol
copying pycryptodome_test_vectors/Protocol/KDF_SP800_108_COUNTER.txt -> build/lib/pycryptodome_test_vectors/Protocol
creating build/lib/pycryptodome_test_vectors/Protocol/wycheproof
copying pycryptodome_test_vectors/Protocol/wycheproof/HPKE-test-vectors.json -> build/lib/pycryptodome_test_vectors/Protocol/wycheproof
copying pycryptodome_test_vectors/Protocol/wycheproof/ecdh_secp224r1_ecpoint_test.json -> build/lib/pycryptodome_test_vectors/Protocol/wycheproof
copying pycryptodome_test_vectors/Protocol/wycheproof/ecdh_secp224r1_test.json -> build/lib/pycryptodome_test_vectors/Protocol/wycheproof
copying pycryptodome_test_vectors/Protocol/wycheproof/ecdh_secp256r1_ecpoint_test.json -> build/lib/pycryptodome_test_vectors/Protocol/wycheproof
copying pycryptodome_test_vectors/Protocol/wycheproof/ecdh_secp256r1_test.json -> build/lib/pycryptodome_test_vectors/Protocol/wycheproof
copying pycryptodome_test_vectors/Protocol/wycheproof/ecdh_secp384r1_ecpoint_test.json -> build/lib/pycryptodome_test_vectors/Protocol/wycheproof
copying pycryptodome_test_vectors/Protocol/wycheproof/ecdh_secp384r1_test.json -> build/lib/pycryptodome_test_vectors/Protocol/wycheproof
copying pycryptodome_test_vectors/Protocol/wycheproof/ecdh_secp521r1_ecpoint_test.json -> build/lib/pycryptodome_test_vectors/Protocol/wycheproof
copying pycryptodome_test_vectors/Protocol/wycheproof/ecdh_secp521r1_test.json -> 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
copying pycryptodome_test_vectors/Protocol/wycheproof/x25519_asn_test.json -> build/lib/pycryptodome_test_vectors/Protocol/wycheproof
copying pycryptodome_test_vectors/Protocol/wycheproof/x25519_jwk_test.json -> build/lib/pycryptodome_test_vectors/Protocol/wycheproof
copying pycryptodome_test_vectors/Protocol/wycheproof/x25519_pem_test.json -> build/lib/pycryptodome_test_vectors/Protocol/wycheproof
copying pycryptodome_test_vectors/Protocol/wycheproof/x25519_test.json -> build/lib/pycryptodome_test_vectors/Protocol/wycheproof
copying pycryptodome_test_vectors/Protocol/wycheproof/x448_asn_test.json -> build/lib/pycryptodome_test_vectors/Protocol/wycheproof
copying pycryptodome_test_vectors/Protocol/wycheproof/x448_jwk_test.json -> build/lib/pycryptodome_test_vectors/Protocol/wycheproof
copying pycryptodome_test_vectors/Protocol/wycheproof/x448_pem_test.json -> build/lib/pycryptodome_test_vectors/Protocol/wycheproof
copying pycryptodome_test_vectors/Protocol/wycheproof/x448_test.json -> build/lib/pycryptodome_test_vectors/Protocol/wycheproof
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_private_p8_2.der -> 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_private_p8_2.der -> 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_2.der -> 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_2.der -> 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_2.der -> 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_2.der -> 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_2.der -> 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/ecc_x25519.txt -> build/lib/pycryptodome_test_vectors/PublicKey/ECC
copying pycryptodome_test_vectors/PublicKey/ECC/ecc_x25519_private.der -> build/lib/pycryptodome_test_vectors/PublicKey/ECC
copying pycryptodome_test_vectors/PublicKey/ECC/ecc_x25519_private.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC
copying pycryptodome_test_vectors/PublicKey/ECC/ecc_x25519_private_enc_aes128.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC
copying pycryptodome_test_vectors/PublicKey/ECC/ecc_x25519_private_enc_aes192.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC
copying pycryptodome_test_vectors/PublicKey/ECC/ecc_x25519_private_enc_aes256.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC
copying pycryptodome_test_vectors/PublicKey/ECC/ecc_x25519_private_enc_des3.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC
copying pycryptodome_test_vectors/PublicKey/ECC/ecc_x25519_private_p8.der -> build/lib/pycryptodome_test_vectors/PublicKey/ECC
copying pycryptodome_test_vectors/PublicKey/ECC/ecc_x25519_private_p8.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC
copying pycryptodome_test_vectors/PublicKey/ECC/ecc_x25519_private_p8_2.der -> build/lib/pycryptodome_test_vectors/PublicKey/ECC
copying pycryptodome_test_vectors/PublicKey/ECC/ecc_x25519_public.der -> build/lib/pycryptodome_test_vectors/PublicKey/ECC
copying pycryptodome_test_vectors/PublicKey/ECC/ecc_x25519_public.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC
copying pycryptodome_test_vectors/PublicKey/ECC/ecc_x25519_x509.der -> build/lib/pycryptodome_test_vectors/PublicKey/ECC
copying pycryptodome_test_vectors/PublicKey/ECC/ecc_x25519_x509.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC
copying pycryptodome_test_vectors/PublicKey/ECC/ecc_x448.txt -> build/lib/pycryptodome_test_vectors/PublicKey/ECC
copying pycryptodome_test_vectors/PublicKey/ECC/ecc_x448_private.der -> build/lib/pycryptodome_test_vectors/PublicKey/ECC
copying pycryptodome_test_vectors/PublicKey/ECC/ecc_x448_private.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC
copying pycryptodome_test_vectors/PublicKey/ECC/ecc_x448_private_enc_aes128.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC
copying pycryptodome_test_vectors/PublicKey/ECC/ecc_x448_private_enc_aes192.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC
copying pycryptodome_test_vectors/PublicKey/ECC/ecc_x448_private_enc_aes256.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC
copying pycryptodome_test_vectors/PublicKey/ECC/ecc_x448_private_enc_des3.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC
copying pycryptodome_test_vectors/PublicKey/ECC/ecc_x448_private_p8.der -> build/lib/pycryptodome_test_vectors/PublicKey/ECC
copying pycryptodome_test_vectors/PublicKey/ECC/ecc_x448_private_p8.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC
copying pycryptodome_test_vectors/PublicKey/ECC/ecc_x448_private_p8_2.der -> build/lib/pycryptodome_test_vectors/PublicKey/ECC
copying pycryptodome_test_vectors/PublicKey/ECC/ecc_x448_public.der -> build/lib/pycryptodome_test_vectors/PublicKey/ECC
copying pycryptodome_test_vectors/PublicKey/ECC/ecc_x448_public.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC
copying pycryptodome_test_vectors/PublicKey/ECC/ecc_x448_x509.der -> build/lib/pycryptodome_test_vectors/PublicKey/ECC
copying pycryptodome_test_vectors/PublicKey/ECC/ecc_x448_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/gen_x25519.sh -> build/lib/pycryptodome_test_vectors/PublicKey/ECC
copying pycryptodome_test_vectors/PublicKey/ECC/gen_x448.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/openssl_version_x25519.txt -> build/lib/pycryptodome_test_vectors/PublicKey/ECC
copying pycryptodome_test_vectors/PublicKey/ECC/openssl_version_x448.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.pem.pub -> 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.pem.pub -> 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_private_p8.der -> build/lib/pycryptodome_test_vectors/PublicKey/RSA
copying pycryptodome_test_vectors/PublicKey/RSA/rsa2048_pss_private.pem -> build/lib/pycryptodome_test_vectors/PublicKey/RSA
copying pycryptodome_test_vectors/PublicKey/RSA/rsa2048_pss_public.pem -> build/lib/pycryptodome_test_vectors/PublicKey/RSA
copying pycryptodome_test_vectors/PublicKey/RSA/rsa2048_public.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/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.solaris-2.11-i86pc.64bit/wheel
running install
running install_lib
creating build/bdist.solaris-2.11-i86pc.64bit/wheel
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pycryptodome_test_vectors
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pycryptodome_test_vectors/Hash
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pycryptodome_test_vectors/Hash/BLAKE2s
copying build/lib/pycryptodome_test_vectors/Hash/BLAKE2s/tv2.txt -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Hash/BLAKE2s
copying build/lib/pycryptodome_test_vectors/Hash/BLAKE2s/blake2s-test.txt -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Hash/BLAKE2s
copying build/lib/pycryptodome_test_vectors/Hash/BLAKE2s/tv1.txt -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Hash/BLAKE2s
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pycryptodome_test_vectors/Hash/SHA3
copying build/lib/pycryptodome_test_vectors/Hash/SHA3/CustomMsgSamples_cSHAKE256.txt -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Hash/SHA3
copying build/lib/pycryptodome_test_vectors/Hash/SHA3/ShortMsgSamples_cSHAKE128.txt -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Hash/SHA3
copying build/lib/pycryptodome_test_vectors/Hash/SHA3/ShortMsgKAT_SHAKE128.txt -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Hash/SHA3
copying build/lib/pycryptodome_test_vectors/Hash/SHA3/ShortMsgKAT_SHA3-384.txt -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Hash/SHA3
copying build/lib/pycryptodome_test_vectors/Hash/SHA3/ShortMsgKAT_SHA3-224.txt -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Hash/SHA3
copying build/lib/pycryptodome_test_vectors/Hash/SHA3/ShortMsgKAT_SHA3-256.txt -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Hash/SHA3
copying build/lib/pycryptodome_test_vectors/Hash/SHA3/ShortMsgKAT_SHA3-512.txt -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Hash/SHA3
copying build/lib/pycryptodome_test_vectors/Hash/SHA3/ShortMsgSamples_cSHAKE256.txt -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Hash/SHA3
copying build/lib/pycryptodome_test_vectors/Hash/SHA3/CustomMsgSamples_cSHAKE128.txt -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Hash/SHA3
copying build/lib/pycryptodome_test_vectors/Hash/SHA3/ShortMsgKAT_SHAKE256.txt -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Hash/SHA3
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pycryptodome_test_vectors/Hash/SHA1
copying build/lib/pycryptodome_test_vectors/Hash/SHA1/SHA1ShortMsg.rsp -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Hash/SHA1
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pycryptodome_test_vectors/Hash/BLAKE2b
copying build/lib/pycryptodome_test_vectors/Hash/BLAKE2b/blake2b-test.txt -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Hash/BLAKE2b
copying build/lib/pycryptodome_test_vectors/Hash/BLAKE2b/tv1.txt -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Hash/BLAKE2b
copying build/lib/pycryptodome_test_vectors/Hash/BLAKE2b/tv2.txt -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Hash/BLAKE2b
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pycryptodome_test_vectors/Hash/SHA2
copying build/lib/pycryptodome_test_vectors/Hash/SHA2/SHA512_256ShortMsg.rsp -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Hash/SHA2
copying build/lib/pycryptodome_test_vectors/Hash/SHA2/SHA512_224ShortMsg.rsp -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Hash/SHA2
copying build/lib/pycryptodome_test_vectors/Hash/SHA2/SHA512ShortMsg.rsp -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Hash/SHA2
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pycryptodome_test_vectors/Hash/wycheproof
copying build/lib/pycryptodome_test_vectors/Hash/wycheproof/aes_cmac_test.json -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Hash/wycheproof
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pycryptodome_test_vectors/Hash/keccak
copying build/lib/pycryptodome_test_vectors/Hash/keccak/ShortMsgKAT_256.txt -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Hash/keccak
copying build/lib/pycryptodome_test_vectors/Hash/keccak/ShortMsgKAT_224.txt -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Hash/keccak
copying build/lib/pycryptodome_test_vectors/Hash/keccak/ExtremelyLongMsgKAT_384.txt -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Hash/keccak
copying build/lib/pycryptodome_test_vectors/Hash/keccak/ShortMsgKAT_512.txt -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Hash/keccak
copying build/lib/pycryptodome_test_vectors/Hash/keccak/LongMsgKAT_384.txt -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Hash/keccak
copying build/lib/pycryptodome_test_vectors/Hash/keccak/readme.txt -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Hash/keccak
copying build/lib/pycryptodome_test_vectors/Hash/keccak/ShortMsgKAT_384.txt -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Hash/keccak
copying build/lib/pycryptodome_test_vectors/Hash/keccak/ExtremelyLongMsgKAT_512.txt -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Hash/keccak
copying build/lib/pycryptodome_test_vectors/Hash/keccak/ExtremelyLongMsgKAT_256.txt -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Hash/keccak
copying build/lib/pycryptodome_test_vectors/Hash/keccak/ExtremelyLongMsgKAT_224.txt -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Hash/keccak
copying build/lib/pycryptodome_test_vectors/Hash/keccak/LongMsgKAT_512.txt -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Hash/keccak
copying build/lib/pycryptodome_test_vectors/Hash/keccak/LongMsgKAT_256.txt -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Hash/keccak
copying build/lib/pycryptodome_test_vectors/Hash/keccak/LongMsgKAT_224.txt -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Hash/keccak
copying build/lib/pycryptodome_test_vectors/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pycryptodome_test_vectors/PublicKey
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_private_enc_aes256.pem -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_public.pem -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_private.der -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_x448_private.pem -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_private_enc_aes256.pem -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/openssl_version_p521.txt -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_public_compressed.der -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p224_private.der -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_x25519_x509.der -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_ed448_private_p8.der -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_public_compressed.pem -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p192_private_enc_aes256_gcm.pem -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p192_private.pem -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p384.txt -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_private_enc_des3.pem -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_ed25519_public_openssh.txt -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_private.pem -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p224_private_enc_aes256_gcm.pem -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p224_public.der -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_ed25519_x509.der -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/gen_ecc_p192.sh -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p192_public.pem -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p192_private_p8_2.der -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p224_public_compressed.der -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_private_p8_clear.pem -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/openssl_version.txt -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_private_enc_aes256_gcm.pem -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_x25519_private_p8.pem -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_private_p8_clear.der -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p192_private_enc_aes256.pem -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p192_private_p8.pem -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p224_private_enc_aes128.pem -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_private_enc_aes128.pem -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_public_compressed.pem -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_ed448_public.der -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_private_enc_aes256_gcm.pem -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/point-at-infinity.org-P521.txt -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_ed25519_public.der -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_x448_public.der -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_public_openssh.txt -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_ed25519_private_p8.pem -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_ed448_private_enc_des3.pem -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_x509.pem -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p192_public_compressed.der -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_private_p8_clear.der -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_public.der -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_x448_x509.pem -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_private_p8.pem -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/gen_ecc_p224.sh -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_private_p8.der -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_x25519_private_enc_aes256.pem -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_x448_private_enc_aes256.pem -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_private_enc_aes192.pem -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p192_private_p8_clear.der -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_private_openssh.pem -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/gen_ed25519.sh -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_x509.pem -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_ed448_x509.der -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p224_private_enc_aes192.pem -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_private_openssh_pwd.pem -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_private_openssh_pwd.pem -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p224_private_enc_des3.pem -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_x448_private_p8.pem -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/openssl_version_p224.txt -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/openssl_version_ed25519.txt -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_ed25519_private_enc_aes256.pem -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/gen_x25519.sh -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p224_x509.der -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_x509.pem -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_private_p8.der -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_private_openssh_old.pem -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_ed25519.txt -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_x448_private_p8_2.der -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/point-at-infinity.org-P224.txt -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/openssl_version_x448.txt -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/point-at-infinity.org-P256.txt -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p224_private_p8.pem -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_public.pem -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p224_private_p8_clear.der -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_private_p8_2.der -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p192.txt -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_public_openssh.txt -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_ed25519_private.der -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_private_ecparams.pem -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_x25519_public.der -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_private_enc_des3.pem -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_ed25519_private_openssh.pem -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p192_x509.pem -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p192_private_enc_des3.pem -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_ed448_private_p8_2.der -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_ed448_private.der -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/gen_ecc_p256.sh -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_private.pem -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_public_openssh.txt -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_x25519_private.pem -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_private_openssh.pem -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_private_openssh_old.pem -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_ed448_private_enc_aes256.pem -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p192_public.der -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_ed25519_private_enc_aes128.pem -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_private_openssh_pwd_old.pem -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_ed25519_x509.pem -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p224_public.pem -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_private.der -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p521.txt -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/openssl_version_ed448.txt -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_private_enc_des3.pem -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p192_private.der -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_x448_private_enc_des3.pem -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p192_private_enc_aes192.pem -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_ed448_private_p8.pem -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_public_compressed.der -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p224_private.pem -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/openssl_version_p384.txt -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_x25519_x509.pem -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_x25519_private_enc_aes128.pem -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_public_compressed.pem -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_x448_private_enc_aes128.pem -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_private_p8_2.der -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_x448_private.der -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_private_openssh_old.pem -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_private.pem -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/gen_ecc_p521.sh -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_public.der -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_ed448_private_enc_aes128.pem -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_private_openssh_pwd_old.pem -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_ed25519_public.pem -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_ed25519_private_p8.der -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_x448_public.pem -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_x25519.txt -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_private_p8_2.der -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_ed448.txt -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/point-at-infinity.org-P384.txt -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_public_compressed.der -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_ed448_public.pem -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_private_openssh_pwd.pem -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p192_private_p8.der -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_private_p8_clear.pem -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_x25519_private_p8.der -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_private_enc_aes192.pem -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_private_enc_aes256_gcm.pem -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p224_public_compressed.pem -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_private_enc_aes192.pem -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_private_p8_clear.der -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p224_private_p8_2.der -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/openssl_version_x25519.txt -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/gen_ed448.sh -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_x448_private_p8.der -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_ed25519_private_openssh_pwd.pem -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_ed448_private_enc_aes192.pem -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/gen_ecc_p384.sh -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_ed448_x509.pem -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_x509.der -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/point-at-infinity.org-P192.txt -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p192_private_p8_clear.pem -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p256.txt -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_private_p8.pem -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_private_p8.der -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p224.txt -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_x25519_private_enc_des3.pem -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_private_enc_aes128.pem -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_x448_x509.der -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_private_openssh_pwd_old.pem -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_ed25519_private_p8_2.der -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_public.pem -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p192_public_compressed.pem -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_x509.der -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_x25519_private_p8_2.der -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_private_enc_aes128.pem -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_private_p8_clear.pem -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/gen_x448.sh -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_x25519_private.der -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_ed448_private.pem -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_private.der -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_ed25519_private_enc_aes192.pem -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_private_openssh.pem -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p192_x509.der -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_x448.txt -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_x25519_public.pem -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/openssl_version_p192.txt -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_ed25519_private_enc_des3.pem -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_ed25519_private.pem -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_x25519_private_enc_aes192.pem -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_x448_private_enc_aes192.pem -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p224_private_p8_clear.pem -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_private_enc_aes256.pem -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_public.der -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p192_private_enc_aes128.pem -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p224_private_p8.der -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p224_private_enc_aes256.pem -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_private_p8.pem -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_x509.der -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p224_x509.pem -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/ECC
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pycryptodome_test_vectors/PublicKey/RSA
copying build/lib/pycryptodome_test_vectors/PublicKey/RSA/rsa2048_private_openssh.pem.pub -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/RSA
copying build/lib/pycryptodome_test_vectors/PublicKey/RSA/rsa2048_pss_private.pem -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/RSA
copying build/lib/pycryptodome_test_vectors/PublicKey/RSA/openssl_version.txt -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/RSA
copying build/lib/pycryptodome_test_vectors/PublicKey/RSA/rsa2048_private_openssh.pem -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/RSA
copying build/lib/pycryptodome_test_vectors/PublicKey/RSA/rsa2048_private_openssh_pwd.pem.pub -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/RSA
copying build/lib/pycryptodome_test_vectors/PublicKey/RSA/rsa2048_private_openssh_pwd_old.pem -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/RSA
copying build/lib/pycryptodome_test_vectors/PublicKey/RSA/rsa2048_public_openssh.txt -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/RSA
copying build/lib/pycryptodome_test_vectors/PublicKey/RSA/rsa2048_private.pem -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/RSA
copying build/lib/pycryptodome_test_vectors/PublicKey/RSA/gen_rsa_2048.sh -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/RSA
copying build/lib/pycryptodome_test_vectors/PublicKey/RSA/rsa2048_public.pem -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/RSA
copying build/lib/pycryptodome_test_vectors/PublicKey/RSA/rsa2048_private_openssh_pwd.pem -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/RSA
copying build/lib/pycryptodome_test_vectors/PublicKey/RSA/rsa2048_private_p8.der -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/RSA
copying build/lib/pycryptodome_test_vectors/PublicKey/RSA/rsa2048_pss_public.pem -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/RSA
copying build/lib/pycryptodome_test_vectors/PublicKey/RSA/rsa2048_private_openssh_old.pem -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/PublicKey/RSA
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pycryptodome_test_vectors/Protocol
copying build/lib/pycryptodome_test_vectors/Protocol/KAS_ECC_CDH_PrimitiveTest.txt -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Protocol
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pycryptodome_test_vectors/Protocol/wycheproof
copying build/lib/pycryptodome_test_vectors/Protocol/wycheproof/ecdh_secp384r1_test.json -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Protocol/wycheproof
copying build/lib/pycryptodome_test_vectors/Protocol/wycheproof/x25519_jwk_test.json -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Protocol/wycheproof
copying build/lib/pycryptodome_test_vectors/Protocol/wycheproof/hkdf_sha1_test.json -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Protocol/wycheproof
copying build/lib/pycryptodome_test_vectors/Protocol/wycheproof/x25519_test.json -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Protocol/wycheproof
copying build/lib/pycryptodome_test_vectors/Protocol/wycheproof/x448_pem_test.json -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Protocol/wycheproof
copying build/lib/pycryptodome_test_vectors/Protocol/wycheproof/ecdh_secp521r1_test.json -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Protocol/wycheproof
copying build/lib/pycryptodome_test_vectors/Protocol/wycheproof/ecdh_secp384r1_ecpoint_test.json -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Protocol/wycheproof
copying build/lib/pycryptodome_test_vectors/Protocol/wycheproof/ecdh_secp224r1_ecpoint_test.json -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Protocol/wycheproof
copying build/lib/pycryptodome_test_vectors/Protocol/wycheproof/x448_asn_test.json -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Protocol/wycheproof
copying build/lib/pycryptodome_test_vectors/Protocol/wycheproof/hkdf_sha256_test.json -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Protocol/wycheproof
copying build/lib/pycryptodome_test_vectors/Protocol/wycheproof/ecdh_secp256r1_test.json -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Protocol/wycheproof
copying build/lib/pycryptodome_test_vectors/Protocol/wycheproof/x448_jwk_test.json -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Protocol/wycheproof
copying build/lib/pycryptodome_test_vectors/Protocol/wycheproof/ecdh_secp224r1_test.json -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Protocol/wycheproof
copying build/lib/pycryptodome_test_vectors/Protocol/wycheproof/hkdf_sha384_test.json -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Protocol/wycheproof
copying build/lib/pycryptodome_test_vectors/Protocol/wycheproof/hkdf_sha512_test.json -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Protocol/wycheproof
copying build/lib/pycryptodome_test_vectors/Protocol/wycheproof/x25519_asn_test.json -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Protocol/wycheproof
copying build/lib/pycryptodome_test_vectors/Protocol/wycheproof/x448_test.json -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Protocol/wycheproof
copying build/lib/pycryptodome_test_vectors/Protocol/wycheproof/ecdh_secp521r1_ecpoint_test.json -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Protocol/wycheproof
copying build/lib/pycryptodome_test_vectors/Protocol/wycheproof/HPKE-test-vectors.json -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Protocol/wycheproof
copying build/lib/pycryptodome_test_vectors/Protocol/wycheproof/x25519_pem_test.json -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Protocol/wycheproof
copying build/lib/pycryptodome_test_vectors/Protocol/wycheproof/ecdh_secp256r1_ecpoint_test.json -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Protocol/wycheproof
copying build/lib/pycryptodome_test_vectors/Protocol/KDF_SP800_108_COUNTER.txt -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Protocol
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pycryptodome_test_vectors/Signature
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pycryptodome_test_vectors/Signature/DSA
copying build/lib/pycryptodome_test_vectors/Signature/DSA/FIPS_186_3_SigVer.rsp -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Signature/DSA
copying build/lib/pycryptodome_test_vectors/Signature/DSA/FIPS_186_3_SigGen.txt -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Signature/DSA
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pycryptodome_test_vectors/Signature/PKCS1-v1.5
copying build/lib/pycryptodome_test_vectors/Signature/PKCS1-v1.5/SigGen15_186-2.txt -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Signature/PKCS1-v1.5
copying build/lib/pycryptodome_test_vectors/Signature/PKCS1-v1.5/SigVer15_186-3.rsp -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Signature/PKCS1-v1.5
copying build/lib/pycryptodome_test_vectors/Signature/PKCS1-v1.5/SigGen15_186-3.txt -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Signature/PKCS1-v1.5
creating build/bdist.solaris-2.11-i86pc.64bit/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.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Signature/wycheproof
copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp384r1_sha512_p1363_test.json -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Signature/wycheproof
copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp521r1_sha3_512_test.json -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Signature/wycheproof
copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp256r1_sha256_test.json -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Signature/wycheproof
copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/rsa_pss_2048_sha256_mgf1_32_test.json -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Signature/wycheproof
copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp256r1_sha512_test.json -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Signature/wycheproof
copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/rsa_sig_gen_misc_test.json -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Signature/wycheproof
copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_4096_sha512_test.json -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Signature/wycheproof
copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_test.json -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Signature/wycheproof
copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/ecdsa_webcrypto_test.json -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Signature/wycheproof
copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_4096_sha384_test.json -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Signature/wycheproof
copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp224r1_sha256_test.json -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Signature/wycheproof
copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_2048_sha224_test.json -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Signature/wycheproof
copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp384r1_sha384_test.json -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Signature/wycheproof
copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_3072_sha3_512_test.json -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Signature/wycheproof
copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp521r1_sha512_test.json -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Signature/wycheproof
copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp224r1_sha3_512_test.json -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Signature/wycheproof
copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp224r1_sha512_p1363_test.json -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Signature/wycheproof
copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_3072_sha3_256_test.json -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Signature/wycheproof
copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp224r1_sha512_test.json -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Signature/wycheproof
copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/ecdsa_test.json -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Signature/wycheproof
copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp224r1_sha3_256_test.json -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Signature/wycheproof
copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_3072_sha3_384_test.json -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Signature/wycheproof
copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp384r1_sha512_test.json -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Signature/wycheproof
copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp384r1_sha3_512_test.json -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Signature/wycheproof
copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_2048_sha256_test.json -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Signature/wycheproof
copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp224r1_sha224_test.json -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Signature/wycheproof
copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/ed448_test.json -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Signature/wycheproof
copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp384r1_sha384_p1363_test.json -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Signature/wycheproof
copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_2048_sha384_test.json -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Signature/wycheproof
copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp256r1_sha256_p1363_test.json -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Signature/wycheproof
copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_2048_sha512_test.json -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Signature/wycheproof
copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/eddsa_test.json -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Signature/wycheproof
copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp224r1_sha3_224_test.json -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Signature/wycheproof
copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp384r1_sha3_384_test.json -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Signature/wycheproof
copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/rsa_pss_4096_sha256_mgf1_32_test.json -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Signature/wycheproof
copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_2048_sha512_256_test.json -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Signature/wycheproof
copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_2048_sha3_512_test.json -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Signature/wycheproof
copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_3072_sha384_test.json -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Signature/wycheproof
copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_3072_sha256_test.json -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Signature/wycheproof
copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp256r1_sha3_256_test.json -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Signature/wycheproof
copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/dsa_test.json -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Signature/wycheproof
copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_2048_sha3_256_test.json -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Signature/wycheproof
copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/rsa_pss_2048_sha256_mgf1_0_test.json -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Signature/wycheproof
copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_3072_sha512_test.json -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Signature/wycheproof
copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_2048_sha3_384_test.json -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Signature/wycheproof
copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp256r1_sha3_512_test.json -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Signature/wycheproof
copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_3072_sha512_256_test.json -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Signature/wycheproof
copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_2048_sha512_224_test.json -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Signature/wycheproof
copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/rsa_pss_4096_sha512_mgf1_32_test.json -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Signature/wycheproof
copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/rsa_pss_3072_sha256_mgf1_32_test.json -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Signature/wycheproof
copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_2048_sha3_224_test.json -> build/bdist.solaris-2.11-i86pc.64bit/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.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Signature/wycheproof
copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/rsa_pss_misc_test.json -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Signature/wycheproof
copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/rsa_pss_2048_sha1_mgf1_20_test.json -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Signature/wycheproof
copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp224r1_sha256_p1363_test.json -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Signature/wycheproof
copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp521r1_sha512_p1363_test.json -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Signature/wycheproof
copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_4096_sha512_256_test.json -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Signature/wycheproof
copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp224r1_sha224_p1363_test.json -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Signature/wycheproof
copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp256r1_sha512_p1363_test.json -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Signature/wycheproof
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pycryptodome_test_vectors/Signature/PKCS1-PSS
copying build/lib/pycryptodome_test_vectors/Signature/PKCS1-PSS/SigGenPSS_186-3.txt -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Signature/PKCS1-PSS
copying build/lib/pycryptodome_test_vectors/Signature/PKCS1-PSS/SigGenPSS_186-2.txt -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Signature/PKCS1-PSS
copying build/lib/pycryptodome_test_vectors/Signature/PKCS1-PSS/SigVerPSS_186-3.rsp -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Signature/PKCS1-PSS
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pycryptodome_test_vectors/Signature/ECDSA
copying build/lib/pycryptodome_test_vectors/Signature/ECDSA/SigVer.rsp -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Signature/ECDSA
copying build/lib/pycryptodome_test_vectors/Signature/ECDSA/SigVer_TruncatedSHAs.rsp -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Signature/ECDSA
copying build/lib/pycryptodome_test_vectors/Signature/ECDSA/SigGen.txt -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Signature/ECDSA
copying build/lib/pycryptodome_test_vectors/Signature/ECDSA/README.txt -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Signature/ECDSA
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pycryptodome_test_vectors/Cipher
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pycryptodome_test_vectors/Cipher/wycheproof
copying build/lib/pycryptodome_test_vectors/Cipher/wycheproof/kw_test.json -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/wycheproof
copying build/lib/pycryptodome_test_vectors/Cipher/wycheproof/rsa_oaep_4096_sha256_mgf1sha256_test.json -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/wycheproof
copying build/lib/pycryptodome_test_vectors/Cipher/wycheproof/rsa_oaep_2048_sha512_mgf1sha512_test.json -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/wycheproof
copying build/lib/pycryptodome_test_vectors/Cipher/wycheproof/rsa_oaep_3072_sha512_mgf1sha512_test.json -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/wycheproof
copying build/lib/pycryptodome_test_vectors/Cipher/wycheproof/rsa_oaep_4096_sha256_mgf1sha1_test.json -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/wycheproof
copying build/lib/pycryptodome_test_vectors/Cipher/wycheproof/rsa_pkcs1_3072_test.json -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/wycheproof
copying build/lib/pycryptodome_test_vectors/Cipher/wycheproof/aes_ccm_test.json -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/wycheproof
copying build/lib/pycryptodome_test_vectors/Cipher/wycheproof/rsa_oaep_2048_sha384_mgf1sha384_test.json -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/wycheproof
copying build/lib/pycryptodome_test_vectors/Cipher/wycheproof/aes_siv_cmac_test.json -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/wycheproof
copying build/lib/pycryptodome_test_vectors/Cipher/wycheproof/rsa_oaep_2048_sha224_mgf1sha224_test.json -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/wycheproof
copying build/lib/pycryptodome_test_vectors/Cipher/wycheproof/rsa_oaep_misc_test.json -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/wycheproof
copying build/lib/pycryptodome_test_vectors/Cipher/wycheproof/rsa_oaep_3072_sha512_mgf1sha1_test.json -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/wycheproof
copying build/lib/pycryptodome_test_vectors/Cipher/wycheproof/rsa_pkcs1_4096_test.json -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/wycheproof
copying build/lib/pycryptodome_test_vectors/Cipher/wycheproof/rsa_oaep_2048_sha512_mgf1sha1_test.json -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/wycheproof
copying build/lib/pycryptodome_test_vectors/Cipher/wycheproof/aes_gcm_test.json -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/wycheproof
copying build/lib/pycryptodome_test_vectors/Cipher/wycheproof/kwp_test.json -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/wycheproof
copying build/lib/pycryptodome_test_vectors/Cipher/wycheproof/rsa_oaep_4096_sha512_mgf1sha512_test.json -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/wycheproof
copying build/lib/pycryptodome_test_vectors/Cipher/wycheproof/rsa_oaep_4096_sha512_mgf1sha1_test.json -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/wycheproof
copying build/lib/pycryptodome_test_vectors/Cipher/wycheproof/chacha20_poly1305_test.json -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/wycheproof
copying build/lib/pycryptodome_test_vectors/Cipher/wycheproof/rsa_oaep_2048_sha1_mgf1sha1_test.json -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/wycheproof
copying build/lib/pycryptodome_test_vectors/Cipher/wycheproof/rsa_oaep_2048_sha384_mgf1sha1_test.json -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/wycheproof
copying build/lib/pycryptodome_test_vectors/Cipher/wycheproof/aes_eax_test.json -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/wycheproof
copying build/lib/pycryptodome_test_vectors/Cipher/wycheproof/rsa_oaep_2048_sha224_mgf1sha1_test.json -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/wycheproof
copying build/lib/pycryptodome_test_vectors/Cipher/wycheproof/rsa_oaep_3072_sha256_mgf1sha256_test.json -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/wycheproof
copying build/lib/pycryptodome_test_vectors/Cipher/wycheproof/rsa_oaep_2048_sha256_mgf1sha256_test.json -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/wycheproof
copying build/lib/pycryptodome_test_vectors/Cipher/wycheproof/rsa_pkcs1_2048_test.json -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/wycheproof
copying build/lib/pycryptodome_test_vectors/Cipher/wycheproof/xchacha20_poly1305_test.json -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/wycheproof
copying build/lib/pycryptodome_test_vectors/Cipher/wycheproof/aead_aes_siv_cmac_test.json -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/wycheproof
copying build/lib/pycryptodome_test_vectors/Cipher/wycheproof/rsa_oaep_2048_sha256_mgf1sha1_test.json -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/wycheproof
copying build/lib/pycryptodome_test_vectors/Cipher/wycheproof/rsa_oaep_3072_sha256_mgf1sha1_test.json -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/wycheproof
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pycryptodome_test_vectors/Cipher/TDES
copying build/lib/pycryptodome_test_vectors/Cipher/TDES/README.txt -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/TDES
copying build/lib/pycryptodome_test_vectors/Cipher/TDES/TCBCpermop.rsp -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/TDES
copying build/lib/pycryptodome_test_vectors/Cipher/TDES/TECBMMT3.rsp -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/TDES
copying build/lib/pycryptodome_test_vectors/Cipher/TDES/TCFB64MMT3.rsp -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/TDES
copying build/lib/pycryptodome_test_vectors/Cipher/TDES/TCBCMMT3.rsp -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/TDES
copying build/lib/pycryptodome_test_vectors/Cipher/TDES/TCFB64subtab.rsp -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/TDES
copying build/lib/pycryptodome_test_vectors/Cipher/TDES/TOFBvarkey.rsp -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/TDES
copying build/lib/pycryptodome_test_vectors/Cipher/TDES/TCFB8permop.rsp -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/TDES
copying build/lib/pycryptodome_test_vectors/Cipher/TDES/TECBMMT2.rsp -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/TDES
copying build/lib/pycryptodome_test_vectors/Cipher/TDES/TCFB64MMT2.rsp -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/TDES
copying build/lib/pycryptodome_test_vectors/Cipher/TDES/TCBCMMT2.rsp -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/TDES
copying build/lib/pycryptodome_test_vectors/Cipher/TDES/TCFB8vartext.rsp -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/TDES
copying build/lib/pycryptodome_test_vectors/Cipher/TDES/TCFB64vartext.rsp -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/TDES
copying build/lib/pycryptodome_test_vectors/Cipher/TDES/TCBCvarkey.rsp -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/TDES
copying build/lib/pycryptodome_test_vectors/Cipher/TDES/TOFBinvperm.rsp -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/TDES
copying build/lib/pycryptodome_test_vectors/Cipher/TDES/TOFBpermop.rsp -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/TDES
copying build/lib/pycryptodome_test_vectors/Cipher/TDES/TCFB8varkey.rsp -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/TDES
copying build/lib/pycryptodome_test_vectors/Cipher/TDES/TCBCvartext.rsp -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/TDES
copying build/lib/pycryptodome_test_vectors/Cipher/TDES/TCBCinvperm.rsp -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/TDES
copying build/lib/pycryptodome_test_vectors/Cipher/TDES/TCBCsubtab.rsp -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/TDES
copying build/lib/pycryptodome_test_vectors/Cipher/TDES/TOFBvartext.rsp -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/TDES
copying build/lib/pycryptodome_test_vectors/Cipher/TDES/TCFB8MMT3.rsp -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/TDES
copying build/lib/pycryptodome_test_vectors/Cipher/TDES/TOFBMMT2.rsp -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/TDES
copying build/lib/pycryptodome_test_vectors/Cipher/TDES/TCFB64invperm.rsp -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/TDES
copying build/lib/pycryptodome_test_vectors/Cipher/TDES/TCFB64permop.rsp -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/TDES
copying build/lib/pycryptodome_test_vectors/Cipher/TDES/TCFB8invperm.rsp -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/TDES
copying build/lib/pycryptodome_test_vectors/Cipher/TDES/TCFB8subtab.rsp -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/TDES
copying build/lib/pycryptodome_test_vectors/Cipher/TDES/TOFBMMT3.rsp -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/TDES
copying build/lib/pycryptodome_test_vectors/Cipher/TDES/TCFB8MMT2.rsp -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/TDES
copying build/lib/pycryptodome_test_vectors/Cipher/TDES/TOFBsubtab.rsp -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/TDES
copying build/lib/pycryptodome_test_vectors/Cipher/TDES/TCFB64varkey.rsp -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/TDES
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pycryptodome_test_vectors/Cipher/AES
copying build/lib/pycryptodome_test_vectors/Cipher/AES/OFBMCT192.rsp -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/AES
copying build/lib/pycryptodome_test_vectors/Cipher/AES/OFBVarTxt192.rsp -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/AES
copying build/lib/pycryptodome_test_vectors/Cipher/AES/test-vector-2-nonce120.txt -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/AES
copying build/lib/pycryptodome_test_vectors/Cipher/AES/test-vector-1-nonce112.txt -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/AES
copying build/lib/pycryptodome_test_vectors/Cipher/AES/CFB8MCT128.rsp -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/AES
copying build/lib/pycryptodome_test_vectors/Cipher/AES/CBCMCT128.rsp -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/AES
copying build/lib/pycryptodome_test_vectors/Cipher/AES/CFB8VarTxt192.rsp -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/AES
copying build/lib/pycryptodome_test_vectors/Cipher/AES/CFB8KeySbox256.rsp -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/AES
copying build/lib/pycryptodome_test_vectors/Cipher/AES/test-vector-1-nonce120.txt -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/AES
copying build/lib/pycryptodome_test_vectors/Cipher/AES/CBCVarKey256.rsp -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/AES
copying build/lib/pycryptodome_test_vectors/Cipher/AES/CFB8MMT256.rsp -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/AES
copying build/lib/pycryptodome_test_vectors/Cipher/AES/CBCMMT256.rsp -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/AES
copying build/lib/pycryptodome_test_vectors/Cipher/AES/CBCGFSbox256.rsp -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/AES
copying build/lib/pycryptodome_test_vectors/Cipher/AES/test-vector-2-nonce112.txt -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/AES
copying build/lib/pycryptodome_test_vectors/Cipher/AES/CFB128MCT256.rsp -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/AES
copying build/lib/pycryptodome_test_vectors/Cipher/AES/README.txt -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/AES
copying build/lib/pycryptodome_test_vectors/Cipher/AES/test-vector-2-nonce104.txt -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/AES
copying build/lib/pycryptodome_test_vectors/Cipher/AES/CBCVarTxt256.rsp -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/AES
copying build/lib/pycryptodome_test_vectors/Cipher/AES/CFB128MMT128.rsp -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/AES
copying build/lib/pycryptodome_test_vectors/Cipher/AES/OFBGFSbox192.rsp -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/AES
copying build/lib/pycryptodome_test_vectors/Cipher/AES/test-vector-1-nonce104.txt -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/AES
copying build/lib/pycryptodome_test_vectors/Cipher/AES/OFBVarKey192.rsp -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/AES
copying build/lib/pycryptodome_test_vectors/Cipher/AES/CFB8VarKey192.rsp -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/AES
copying build/lib/pycryptodome_test_vectors/Cipher/AES/CFB8GFSbox192.rsp -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/AES
copying build/lib/pycryptodome_test_vectors/Cipher/AES/OFBKeySbox256.rsp -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/AES
copying build/lib/pycryptodome_test_vectors/Cipher/AES/CFB128VarTxt256.rsp -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/AES
copying build/lib/pycryptodome_test_vectors/Cipher/AES/OFBVarKey128.rsp -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/AES
copying build/lib/pycryptodome_test_vectors/Cipher/AES/CFB128MMT192.rsp -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/AES
copying build/lib/pycryptodome_test_vectors/Cipher/AES/OFBGFSbox128.rsp -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/AES
copying build/lib/pycryptodome_test_vectors/Cipher/AES/CBCKeySbox256.rsp -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/AES
copying build/lib/pycryptodome_test_vectors/Cipher/AES/CFB8GFSbox128.rsp -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/AES
copying build/lib/pycryptodome_test_vectors/Cipher/AES/CFB8VarKey128.rsp -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/AES
copying build/lib/pycryptodome_test_vectors/Cipher/AES/OFBMCT128.rsp -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/AES
copying build/lib/pycryptodome_test_vectors/Cipher/AES/OFBVarTxt128.rsp -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/AES
copying build/lib/pycryptodome_test_vectors/Cipher/AES/CBCMCT192.rsp -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/AES
copying build/lib/pycryptodome_test_vectors/Cipher/AES/CFB8VarTxt128.rsp -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/AES
copying build/lib/pycryptodome_test_vectors/Cipher/AES/CFB8MCT192.rsp -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/AES
copying build/lib/pycryptodome_test_vectors/Cipher/AES/CFB128KeySbox256.rsp -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/AES
copying build/lib/pycryptodome_test_vectors/Cipher/AES/gcmDecrypt128.rsp -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/AES
copying build/lib/pycryptodome_test_vectors/Cipher/AES/gcmEncryptExtIV128.rsp -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/AES
copying build/lib/pycryptodome_test_vectors/Cipher/AES/OFBMMT256.rsp -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/AES
copying build/lib/pycryptodome_test_vectors/Cipher/AES/CFB128GFSbox256.rsp -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/AES
copying build/lib/pycryptodome_test_vectors/Cipher/AES/CFB128VarKey256.rsp -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/AES
copying build/lib/pycryptodome_test_vectors/Cipher/AES/CFB8VarKey256.rsp -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/AES
copying build/lib/pycryptodome_test_vectors/Cipher/AES/CBCKeySbox128.rsp -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/AES
copying build/lib/pycryptodome_test_vectors/Cipher/AES/CFB8GFSbox256.rsp -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/AES
copying build/lib/pycryptodome_test_vectors/Cipher/AES/OFBGFSbox256.rsp -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/AES
copying build/lib/pycryptodome_test_vectors/Cipher/AES/OFBVarKey256.rsp -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/AES
copying build/lib/pycryptodome_test_vectors/Cipher/AES/CBCVarTxt192.rsp -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/AES
copying build/lib/pycryptodome_test_vectors/Cipher/AES/CFB128VarTxt128.rsp -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/AES
copying build/lib/pycryptodome_test_vectors/Cipher/AES/CFB128MCT192.rsp -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/AES
copying build/lib/pycryptodome_test_vectors/Cipher/AES/OFBKeySbox128.rsp -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/AES
copying build/lib/pycryptodome_test_vectors/Cipher/AES/CFB128VarKey128.rsp -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/AES
copying build/lib/pycryptodome_test_vectors/Cipher/AES/CBCVarKey192.rsp -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/AES
copying build/lib/pycryptodome_test_vectors/Cipher/AES/CFB8MMT192.rsp -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/AES
copying build/lib/pycryptodome_test_vectors/Cipher/AES/CBCMMT192.rsp -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/AES
copying build/lib/pycryptodome_test_vectors/Cipher/AES/CBCGFSbox192.rsp -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/AES
copying build/lib/pycryptodome_test_vectors/Cipher/AES/CFB128GFSbox128.rsp -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/AES
copying build/lib/pycryptodome_test_vectors/Cipher/AES/OFBMMT128.rsp -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/AES
copying build/lib/pycryptodome_test_vectors/Cipher/AES/CFB128KeySbox128.rsp -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/AES
copying build/lib/pycryptodome_test_vectors/Cipher/AES/CFB8VarTxt256.rsp -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/AES
copying build/lib/pycryptodome_test_vectors/Cipher/AES/CFB8KeySbox192.rsp -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/AES
copying build/lib/pycryptodome_test_vectors/Cipher/AES/OFBMCT256.rsp -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/AES
copying build/lib/pycryptodome_test_vectors/Cipher/AES/OFBVarTxt256.rsp -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/AES
copying build/lib/pycryptodome_test_vectors/Cipher/AES/CBCGFSbox128.rsp -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/AES
copying build/lib/pycryptodome_test_vectors/Cipher/AES/CBCMMT128.rsp -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/AES
copying build/lib/pycryptodome_test_vectors/Cipher/AES/CFB128GFSbox192.rsp -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/AES
copying build/lib/pycryptodome_test_vectors/Cipher/AES/CFB128VarKey192.rsp -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/AES
copying build/lib/pycryptodome_test_vectors/Cipher/AES/CFB8MMT128.rsp -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/AES
copying build/lib/pycryptodome_test_vectors/Cipher/AES/CBCVarKey128.rsp -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/AES
copying build/lib/pycryptodome_test_vectors/Cipher/AES/CFB128KeySbox192.rsp -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/AES
copying build/lib/pycryptodome_test_vectors/Cipher/AES/OFBMMT192.rsp -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/AES
copying build/lib/pycryptodome_test_vectors/Cipher/AES/CBCMCT256.rsp -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/AES
copying build/lib/pycryptodome_test_vectors/Cipher/AES/CFB8KeySbox128.rsp -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/AES
copying build/lib/pycryptodome_test_vectors/Cipher/AES/CFB8MCT256.rsp -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/AES
copying build/lib/pycryptodome_test_vectors/Cipher/AES/CBCKeySbox192.rsp -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/AES
copying build/lib/pycryptodome_test_vectors/Cipher/AES/CFB128MMT256.rsp -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/AES
copying build/lib/pycryptodome_test_vectors/Cipher/AES/CBCVarTxt128.rsp -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/AES
copying build/lib/pycryptodome_test_vectors/Cipher/AES/CFB128VarTxt192.rsp -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/AES
copying build/lib/pycryptodome_test_vectors/Cipher/AES/OFBKeySbox192.rsp -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/AES
copying build/lib/pycryptodome_test_vectors/Cipher/AES/CFB128MCT128.rsp -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors/Cipher/AES
running install_egg_info
Copying pycryptodome_test_vectors.egg-info to build/bdist.solaris-2.11-i86pc.64bit/wheel/./pycryptodome_test_vectors-1.0.22-py3.9.egg-info
running install_scripts
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pycryptodome_test_vectors-1.0.22.dist-info/WHEEL
creating '/jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/amd64-3.9/dist/.tmp-mbmpacje/pycryptodome_test_vectors-1.0.22-py2.py3-none-any.whl' and adding 'build/bdist.solaris-2.11-i86pc.64bit/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/AES/test-vector-1-nonce104.txt'
adding 'pycryptodome_test_vectors/Cipher/AES/test-vector-1-nonce112.txt'
adding 'pycryptodome_test_vectors/Cipher/AES/test-vector-1-nonce120.txt'
adding 'pycryptodome_test_vectors/Cipher/AES/test-vector-2-nonce104.txt'
adding 'pycryptodome_test_vectors/Cipher/AES/test-vector-2-nonce112.txt'
adding 'pycryptodome_test_vectors/Cipher/AES/test-vector-2-nonce120.txt'
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/kw_test.json'
adding 'pycryptodome_test_vectors/Cipher/wycheproof/kwp_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/KAS_ECC_CDH_PrimitiveTest.txt'
adding 'pycryptodome_test_vectors/Protocol/KDF_SP800_108_COUNTER.txt'
adding 'pycryptodome_test_vectors/Protocol/wycheproof/HPKE-test-vectors.json'
adding 'pycryptodome_test_vectors/Protocol/wycheproof/ecdh_secp224r1_ecpoint_test.json'
adding 'pycryptodome_test_vectors/Protocol/wycheproof/ecdh_secp224r1_test.json'
adding 'pycryptodome_test_vectors/Protocol/wycheproof/ecdh_secp256r1_ecpoint_test.json'
adding 'pycryptodome_test_vectors/Protocol/wycheproof/ecdh_secp256r1_test.json'
adding 'pycryptodome_test_vectors/Protocol/wycheproof/ecdh_secp384r1_ecpoint_test.json'
adding 'pycryptodome_test_vectors/Protocol/wycheproof/ecdh_secp384r1_test.json'
adding 'pycryptodome_test_vectors/Protocol/wycheproof/ecdh_secp521r1_ecpoint_test.json'
adding 'pycryptodome_test_vectors/Protocol/wycheproof/ecdh_secp521r1_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/Protocol/wycheproof/x25519_asn_test.json'
adding 'pycryptodome_test_vectors/Protocol/wycheproof/x25519_jwk_test.json'
adding 'pycryptodome_test_vectors/Protocol/wycheproof/x25519_pem_test.json'
adding 'pycryptodome_test_vectors/Protocol/wycheproof/x25519_test.json'
adding 'pycryptodome_test_vectors/Protocol/wycheproof/x448_asn_test.json'
adding 'pycryptodome_test_vectors/Protocol/wycheproof/x448_jwk_test.json'
adding 'pycryptodome_test_vectors/Protocol/wycheproof/x448_pem_test.json'
adding 'pycryptodome_test_vectors/Protocol/wycheproof/x448_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_private_p8_2.der'
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_private_p8_2.der'
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_2.der'
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_2.der'
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_2.der'
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_2.der'
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_2.der'
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/ecc_x25519.txt'
adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_x25519_private.der'
adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_x25519_private.pem'
adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_x25519_private_enc_aes128.pem'
adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_x25519_private_enc_aes192.pem'
adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_x25519_private_enc_aes256.pem'
adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_x25519_private_enc_des3.pem'
adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_x25519_private_p8.der'
adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_x25519_private_p8.pem'
adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_x25519_private_p8_2.der'
adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_x25519_public.der'
adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_x25519_public.pem'
adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_x25519_x509.der'
adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_x25519_x509.pem'
adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_x448.txt'
adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_x448_private.der'
adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_x448_private.pem'
adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_x448_private_enc_aes128.pem'
adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_x448_private_enc_aes192.pem'
adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_x448_private_enc_aes256.pem'
adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_x448_private_enc_des3.pem'
adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_x448_private_p8.der'
adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_x448_private_p8.pem'
adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_x448_private_p8_2.der'
adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_x448_public.der'
adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_x448_public.pem'
adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_x448_x509.der'
adding 'pycryptodome_test_vectors/PublicKey/ECC/ecc_x448_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/gen_x25519.sh'
adding 'pycryptodome_test_vectors/PublicKey/ECC/gen_x448.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/openssl_version_x25519.txt'
adding 'pycryptodome_test_vectors/PublicKey/ECC/openssl_version_x448.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.pem.pub'
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.pem.pub'
adding 'pycryptodome_test_vectors/PublicKey/RSA/rsa2048_private_openssh_pwd_old.pem'
adding 'pycryptodome_test_vectors/PublicKey/RSA/rsa2048_private_p8.der'
adding 'pycryptodome_test_vectors/PublicKey/RSA/rsa2048_pss_private.pem'
adding 'pycryptodome_test_vectors/PublicKey/RSA/rsa2048_pss_public.pem'
adding 'pycryptodome_test_vectors/PublicKey/RSA/rsa2048_public.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.22.dist-info/licenses/LICENSE.rst'
adding 'pycryptodome_test_vectors-1.0.22.dist-info/METADATA'
adding 'pycryptodome_test_vectors-1.0.22.dist-info/WHEEL'
adding 'pycryptodome_test_vectors-1.0.22.dist-info/top_level.txt'
adding 'pycryptodome_test_vectors-1.0.22.dist-info/RECORD'
removing build/bdist.solaris-2.11-i86pc.64bit/wheel
Successfully built pycryptodome_test_vectors-1.0.22-py2.py3-none-any.whl
VALIDATING MANIFEST CONTENT: /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/manifest-i386-pycryptodome_test_vectors-39.depend.res /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/manifest-i386-pycryptodome_test_vectors.depend.res
NEW PACKAGE CONTENTS ARE LOCALLY VALIDATED AND READY TO GO
NEW PACKAGE CONTENTS ARE LOCALLY VALIDATED AND READY TO GO
generating metadata: python/pycryptodome-test-vectors
pkg://openindiana.org/library/python/pycryptodome-test-vectors-39@1.0.22,5.11-2025.0.0.0:20250413T071653Z
PUBLISHED
pkg://openindiana.org/library/python/pycryptodome-test-vectors@1.0.22,5.11-2025.0.0.0:20250413T071708Z
PUBLISHED
pkg://openindiana.org/library/python/pycryptodome-test-vectors-37@1.0.12,5.11-2023.0.0.2:20250413T071717Z
PUBLISHED