.gitignore
.isort.cfg
.pre-commit-config.yaml
LICENSE
MANIFEST.in
Makefile
README.md
SPECIFICATION.md
pyproject.toml
pytest.ini
requirements-dev.txt
requirements-docs.txt
requirements-opt.txt
requirements.txt
setup.cfg
setup.py
tox.ini
.github/workflows/release.yml
.github/workflows/tests.yml
certificates/.gitignore
certificates/zxtx_root_cert.pem
certificates/zxtx_root_public_key.pem
docs/Makefile
docs/make.bat
docs/source/api.rst
docs/source/conf.py
docs/source/index.rst
docs/source/modules.rst
docs/source/specification.rst
docs/source/usage.rst
src/zxtx/__init__.py
src/zxtx/__main__.py
src/zxtx/cli.py
src/zxtx/constants.py
src/zxtx/decryption.py
src/zxtx/dtypes.py
src/zxtx/encryption.py
src/zxtx/highlevel.py
src/zxtx/parser.py
src/zxtx/signer.py
src/zxtx/utils.py
src/zxtx/verifier.py
src/zxtx/writer.py
src/zxtx.egg-info/PKG-INFO
src/zxtx.egg-info/SOURCES.txt
src/zxtx.egg-info/dependency_links.txt
src/zxtx.egg-info/entry_points.txt
src/zxtx.egg-info/requires.txt
src/zxtx.egg-info/top_level.txt
tests/__init__.py
tests/test_ed25519.py
tests/test_highlevel.py
tests/test_rsa.py
tests/test_verify.py