mirror of
https://github.com/morgan9e/noiseprotocol
synced 2026-04-14 00:14:05 +09:00
- Added readme - Updated setup.py - Removed pytest from requirements, added version of cryptography package - Small improvements in code: noise/noise_protocol.py: * removed unused one_way variable noise/patterns.py * fixed has_pre_messages - no longer a variable, but method - and now works properly noise/state.py * SymmetricState now holds reference to CipherState.
2 lines
20 B
Plaintext
2 lines
20 B
Plaintext
cryptography==2.0.3
|