Metadata-Version: 2.1
Name: lnoise
Version: 0.1.1
Summary: Noise Protocol Framework library compatible with bitcoin lightning transport protocol
Home-page: https://github.com/WTRMQDev/lnoise
Author: Crez Khansick
Author-email: TetsuwanAtomu@tuta.io
License: UNKNOWN
Description: lnoise
        =====
        
        Python implementation of the [Noise Protocol Framework](https://noiseprotocol.org/) for bitcoin lightning.
        
        Based on [effigies implementation of NPF](https://github.com/effigies/noise).
        
        Dependencies
        ------------
        * [chacha20poly1305](https://github.com/ph4r05/py-chacha20poly1305) for CHACHA20_POLY1305
        * [secp256k1-py](https://github.com/ludbb/secp256k1-py) for elliptic cryptography
        * standart library for sha256 and hmac
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
