Get rid of PyNaCl and use base58 module
hashlib.sha256
stdlib and base58
Use proper libraries: -
Remove Base58 code, use base58
Python module-
Add base58
as 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 removebase58
from Silkaj'spyproject.toml
whenbase58
is not longer directly used.
-
-
Remove direct PyNaCl
dependency from Poetry and theREADME.md
. -
Instead, use sha256
fromhashlib
stdlib
Edited by Moul