mirror of
https://github.com/morgan9e/noiseprotocol
synced 2026-04-14 00:14:05 +09:00
Update readme
This commit is contained in:
committed by
Piotr Lizończyk
parent
944622214a
commit
d0ec43c7c0
@@ -1,9 +1,8 @@
|
||||
noiseprotocol
|
||||
=============
|
||||
[](https://travis-ci.org/plizonczyk/noiseprotocol)
|
||||
[](https://circleci.com/gh/plizonczyk/noiseprotocol)
|
||||
[](https://pypi.python.org/pypi/noiseprotocol)
|
||||
[](http://noiseprotocol.readthedocs.io/)
|
||||
[](https://ci.appveyor.com/project/plizonczyk/noiseprotocol)
|
||||
|
||||
This repository contains source code of **noiseprotocol** - a Python 3 implementation of [Noise Protocol Framework](http://www.noiseprotocol.org/).
|
||||
Compatible with revisions 32 and 33.
|
||||
@@ -15,14 +14,14 @@ Available on [Read the Docs](https://noiseprotocol.readthedocs.io). For now it p
|
||||
HandshakeState, CipherState and SymmetricState. Refer to the rest of the README below for more information.
|
||||
|
||||
## Installation and prerequisites
|
||||
For now, only Python 3.5+ is supported.
|
||||
The author provides support for Linux systems only. Although the CI systems perform testing on **Windows and OS X**, consider their support even **more experimental** than the whole package, though OS X usage should not differ from Linux.
|
||||
Only Python 3.5+ is supported.
|
||||
The author provides support for Linux systems only. Theoretically, package should work under Windows and OS X too, but those systems are not included in CI workflow.
|
||||
|
||||
Install via pip:
|
||||
```
|
||||
pip install noiseprotocol
|
||||
```
|
||||
*noiseprotocol* depends on [Cryptography](https://github.com/pyca/cryptography/) package (and its' pre-packaged OpenSSL v1.1) as a source of crypto-primitives.
|
||||
*noiseprotocol* depends on [Cryptography](https://github.com/pyca/cryptography/) package (and its' pre-packaged OpenSSL v1.1) as a source of crypto-primitives. Usage of non-default crypto backend is possible as of version 0.3.0.
|
||||
|
||||
## Usage
|
||||
|
||||
|
||||
Reference in New Issue
Block a user