OnedgeLee / simple-py-crypto

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

✨ Update features about signature, validation #11

Open OnedgeLee opened 2 years ago

OnedgeLee commented 2 years ago

Describe your changes

Add private key validation on public key generation Add signature generation method Add signature validation method Add single key pair generation method

Issue ticket number and link

Closes https://github.com/OnedgeLee/simple-py-crypto/issues/6 Closes https://github.com/OnedgeLee/simple-py-crypto/issues/7 Closes https://github.com/OnedgeLee/simple-py-crypto/issues/8 Closes https://github.com/OnedgeLee/simple-py-crypto/issues/9