mirror of
https://github.com/morgan9e/noiseprotocol
synced 2026-04-15 00:44:10 +09:00
tests/vectors/*: - removed noise-c-basic.txt test vectors tests/test_vectors.py: - removed workarounds related to noise-c test vectors noise/builder.py: - added some more type hinting noise/state.py: - CipherState is now consistent in raising NoiseMaxNonceError and using MAX_NONCE constant for encrypt and decrypt methods noise/functions.py: - Keypair constructors now guarded from invalid length of given public/private bytes - _25519_generate_keypair now returns proper class instance requirements.txt: - specified versions of packages that are compatible with currently used source code
3 lines
34 B
Plaintext
3 lines
34 B
Plaintext
pytest>=3.2.2
|
|
cryptography==2.0.3
|