OnedgeLee / simple-py-crypto

Simple toy implementation of crypto written in python
0 stars 0 forks source link

SHA-256 algorithm have to be implemented #10

Open OnedgeLee opened 2 years ago

OnedgeLee commented 2 years ago

SHA-256 is needed for hashing messages on ECDSA Also, It's commonly used hashing algorithm,(for Bitcoin, double SHA-256 is standard) so it need to be implemented.

OnedgeLee commented 2 years ago

Working on feature/sha256 branch