norkator / cryptography

Cryptography Android application code samples / cipher collection for app users
https://play.google.com/store/apps/details?id=com.nitramite.cryptography
MIT License
184 stars 32 forks source link

Koblitz Encoding is added #37, And basis for ECC #38

Closed SKR301 closed 3 years ago

SKR301 commented 3 years ago

Koblitz encoding is added, which is a helper for ECC #32 coming soon!

SKR301 commented 3 years ago

EC is added also. You can close Issue #32. It works but not efficient for keys and parameters > 99999. Might update that later.

norkator commented 3 years ago

I take a look at the weekend.