python-ztidentity 0.0.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,29 @@
1
+ Metadata-Version: 2.4
2
+ Name: python-ztidentity
3
+ Version: 0.0.1
4
+ Summary: Pythonic Implementation of the ZeroTier Identity Cryptography
5
+ Author-email: David Elliott <david.elliott3040@gmail.com>
6
+ License-Expression: BSD-2-Clause
7
+ Project-URL: Homepage, https://github.com/blitztide/python-ztidentity
8
+ Project-URL: Issues, https://github.com/blitztide/python-ztidentity/issues
9
+ Classifier: Programming Language :: Python :: 3
10
+ Classifier: Operating System :: OS Independent
11
+ Requires-Python: >=3.9
12
+ Description-Content-Type: text/markdown
13
+ License-File: LICENSE
14
+ Requires-Dist: PyCryptodome
15
+ Provides-Extra: test
16
+ Requires-Dist: pytest; extra == "test"
17
+ Requires-Dist: build; extra == "test"
18
+ Requires-Dist: twine; extra == "test"
19
+ Dynamic: license-file
20
+
21
+ # python-ztidentity
22
+ Pythonic implementation of the ZeroTier Identity Keys
23
+
24
+ This is very slow and will not be useful for large scale key generation
25
+
26
+ ## Help needed
27
+
28
+ This version uses a python based Salsa20 encryption algorithm to closely match the go code
29
+ Waiting on better library support or compiled extensions, this code is EXTREMELY slow but matches expected output
@@ -0,0 +1,5 @@
1
+ python_ztidentity-0.0.1.dist-info/licenses/LICENSE,sha256=-dQnp0c2pjmaWRtujzSHBxp38gD9WtuPNWYFwRLx7P0,1298
2
+ python_ztidentity-0.0.1.dist-info/METADATA,sha256=9iv0AzCq8QDNAoNVuIqPlfXqMAy3tVas9zPWNk--iB8,1104
3
+ python_ztidentity-0.0.1.dist-info/WHEEL,sha256=YCfwYGOYMi5Jhw2fU4yNgwErybb2IX5PEwBKV4ZbdBo,91
4
+ python_ztidentity-0.0.1.dist-info/top_level.txt,sha256=LPg2gM3XUOQZad69Xa-1_m5Z17FzXTWfi0DxmnQIPtI,11
5
+ python_ztidentity-0.0.1.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (82.0.0)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1,24 @@
1
+ BSD 2-Clause License
2
+
3
+ Copyright (c) 2026, blitztide
4
+
5
+ Redistribution and use in source and binary forms, with or without
6
+ modification, are permitted provided that the following conditions are met:
7
+
8
+ 1. Redistributions of source code must retain the above copyright notice, this
9
+ list of conditions and the following disclaimer.
10
+
11
+ 2. Redistributions in binary form must reproduce the above copyright notice,
12
+ this list of conditions and the following disclaimer in the documentation
13
+ and/or other materials provided with the distribution.
14
+
15
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
16
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
17
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
18
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
19
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
20
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
21
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
22
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
23
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
24
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
@@ -0,0 +1 @@
1
+ ztidentity