wahern / luaossl

Most comprehensive OpenSSL module in the Lua universe.
http://25thandclement.com/~william/projects/luaossl.html
Other
140 stars 49 forks source link

Add things needed to implement ECDH based protocols #214

Open singpolyma opened 11 months ago

singpolyma commented 11 months ago

Need a way to call the deriving and also a way to create the keys from raw EC point data.

Closes #213