.pre-commit-config.yaml
CHANGES.rst
CODE_OF_CONDUCT.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
tox.ini
docs/Makefile
docs/api.rst
docs/changes.rst
docs/conf.py
docs/index.rst
docs/installation.rst
docs/usage.rst
pyseto/__init__.py
pyseto/exceptions.py
pyseto/key.py
pyseto/key_interface.py
pyseto/pyseto.py
pyseto/token.py
pyseto/utils.py
pyseto.egg-info/PKG-INFO
pyseto.egg-info/SOURCES.txt
pyseto.egg-info/dependency_links.txt
pyseto.egg-info/not-zip-safe
pyseto.egg-info/requires.txt
pyseto.egg-info/top_level.txt
pyseto/versions/__init__.py
pyseto/versions/v1.py
pyseto/versions/v2.py
pyseto/versions/v3.py
pyseto/versions/v4.py
tests/__init__.py
tests/test_key.py
tests/test_utils.py
tests/test_with_test_vectors.py
tests/utils.py
tests/keys/private_key_ecdsa_p384.json
tests/keys/private_key_ecdsa_p384.pem
tests/keys/private_key_ed25519.json
tests/keys/private_key_ed25519.pem
tests/keys/private_key_rsa.json
tests/keys/private_key_rsa.pem
tests/keys/public_key_ecdsa_p384.json
tests/keys/public_key_ecdsa_p384.pem
tests/keys/public_key_ed25519.json
tests/keys/public_key_ed25519.pem
tests/keys/public_key_rsa.json
tests/keys/public_key_rsa.pem
tests/vectors/v1.json
tests/vectors/v2.json
tests/vectors/v3.json
tests/vectors/v4.json