I’m getting ed25519 from libsodium through Python’s libnacl plus a few declarations of my own. One nice thing about libnacl is that it has no corresponding C bindings in it. It’s pure Python + ctypes wrapped around the standard libsodium.so/dll.
On Jan 16, 2017, at 6:00 PM, Alex Gaynor <[email protected]> wrote: > If you'd like ed25519 from a supported library today, pyncal has it. > > On Mon, Jan 16, 2017 at 8:55 PM, Paul Kehrer <[email protected] > <mailto:[email protected]>> wrote: > We plan to add support for ed25519 as soon as there is an OpenSSL release > that supports it. That may be 1.1.1, but it hasn't landed yet. > > -Paul Kehrer (reaperhulk) > > On January 16, 2017 at 11:33:27 AM, Jesus Cea ([email protected] > <mailto:[email protected]>) wrote: > >> Any plan to support ED25519 Elliptic Curve signatures? >> <https://ed25519.cr.yp.to/ <https://ed25519.cr.yp.to/>>. >> >> -- >> Jesús Cea Avión _/_/ _/_/_/ _/_/_/ >> [email protected] <mailto:[email protected]> - http://www.jcea.es/ >> <http://www.jcea.es/> _/_/ _/_/ _/_/ _/_/ _/_/ >> Twitter: @jcea _/_/ _/_/ _/_/_/_/_/ >> jabber / xmpp:[email protected] <mailto:xmpp%[email protected]> _/_/ _/_/ _/_/ >> _/_/ _/_/ >> "Things are not so easy" _/_/ _/_/ _/_/ _/_/ _/_/ _/_/ >> "My name is Dump, Core Dump" _/_/_/ _/_/_/ _/_/ _/_/ >> "El amor es poner tu felicidad en la felicidad de otro" - Leibniz -- Ron Frederick [email protected]
_______________________________________________ Cryptography-dev mailing list [email protected] https://mail.python.org/mailman/listinfo/cryptography-dev
