Metadata-Version: 2.4
Name: python-ztidentity
Version: 0.0.2
Summary: Pythonic Implementation of the ZeroTier Identity Cryptography
Author-email: David Elliott <david.elliott3040@gmail.com>
License-Expression: BSD-2-Clause
Project-URL: Homepage, https://github.com/blitztide/python-ztidentity
Project-URL: Issues, https://github.com/blitztide/python-ztidentity/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: PyCryptodome
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: build; extra == "test"
Requires-Dist: twine; extra == "test"
Dynamic: license-file

# python-ztidentity
Pythonic implementation of the ZeroTier Identity Keys

This is very slow and will not be useful for large scale key generation

## Help needed

This version uses a python based Salsa20 encryption algorithm to closely match the go code
Waiting on better library support or compiled extensions, this code is EXTREMELY slow but matches expected output
