mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-05-04 23:45:37 -04:00
Moved Reticulum to Curve25519 for ECDH exchanges and signatures
This commit is contained in:
parent
4109cbc33d
commit
8478782c18
2 changed files with 36 additions and 17 deletions
2
setup.py
2
setup.py
|
@ -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',
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue