Metadata-Version: 2.4
Name: shamir-ss
Version: 0.1.5
Summary: Shamir's Secret Sharing implementation using Cython
Author-email: peplxx <91543105+peplxx@users.noreply.github.com>
License: MIT
Keywords: cryptography,shamir,secret sharing
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Topic :: Security :: Cryptography
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENCE
Dynamic: license-file


## References & Resources
 - [Cython C libraries usage](https://cython.readthedocs.io/en/latest/src/tutorial/clibraries.html)
 - [Cython & GIL](https://cython.readthedocs.io/en/latest/src/userguide/nogil.html)
