Piotr Lizonczyk 2fa2f03d90 Various small fixes and cleanups
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
2017-09-12 00:49:24 +02:00
2017-09-03 19:42:14 +02:00
2017-09-12 00:49:24 +02:00
2017-09-12 00:49:24 +02:00
2016-02-18 18:30:47 +01:00
2017-09-03 22:52:28 +02:00
Description
No description provided
Readme MIT 815 KiB
Languages
Python 100%