somesocks / lua-lockbox

A collection of cryptographic primitives written in pure Lua
MIT License
357 stars 74 forks source link

Elliptic Curve Digital Signature Algorithm #2

Open jturner opened 9 years ago

jturner commented 9 years ago

Any plans on adding an Elliptic Curve Digital Signature Algorithm such as Secp256k1? Or any other public key algorithms?

somesocks commented 9 years ago

Yep, there sure are! Public-key cryptosystems come in right after CSPRNGs and big-integer arithmetic. If you have any more specific requests, open a separate issue, and I'll put them in the roadmap.