Get rid of PyNaCl and use base58 module
Use proper libraries: hashlib.sha256 stdlib and base58
-
Remove Base58 code, use base58Python module-
Add base58as a direct dependency to Silkaj? It is already a dependency of DuniterPy. Silkaj will still use DuniterPy and DuniterPy will still usebase58. Should allow to not have to removebase58from Silkaj'spyproject.tomlwhenbase58is not longer directly used.
-
-
Remove direct PyNaCldependency from Poetry and theREADME.md. -
Instead, use sha256fromhashlibstdlib
Edited by Moul