Moved Reticulum to Curve25519 for ECDH exchanges and signatures

This commit is contained in:
Mark Qvist 2021-05-17 14:05:13 +02:00
parent 4109cbc33d
commit 8478782c18
2 changed files with 36 additions and 17 deletions

View file

@ -18,6 +18,6 @@ setuptools.setup(
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
],
install_requires=['cryptography', 'pyserial'],
install_requires=['cryptography>=3.4.7', 'pyserial'],
python_requires='>=3.5',
)