OnedgeLee / simple-py-crypto

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

Input validity check for public key generation is needed #9

Open OnedgeLee opened 2 years ago

OnedgeLee commented 2 years ago

keygen_public does not check validity of private_key. It's opened to users, so crucial error can be arised. With error statement, have to prevent invalid private_key.

OnedgeLee commented 2 years ago

Working on feature/keygen branch

OnedgeLee commented 2 years ago

Implemented, and waiting for PR merging