On 17/01/17 04:29, Ron Frederick wrote:
> 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.

I don't need side-channel protection or to be lighting fastso far, so I
am just using <https://pypi.python.org/pypi/ed25519/> for now.

But I rather use Cryptography module if I can. Seems like I can't since
even if OpenSSL grows ED25519, I still need to be able to use this code
in ancient Debian installations. It will take five years or more to get
mainstream :-(. Understandable, but inconvenient.

Thanks for the suggestions. They are useful.

-- 
Jesús Cea Avión                         _/_/      _/_/_/        _/_/_/
j...@jcea.es - http://www.jcea.es/     _/_/    _/_/  _/_/    _/_/  _/_/
Twitter: @jcea                        _/_/    _/_/          _/_/_/_/_/
jabber / xmpp:j...@jabber.org  _/_/  _/_/    _/_/          _/_/  _/_/
"Things are not so easy"      _/_/  _/_/    _/_/  _/_/    _/_/  _/_/
"My name is Dump, Core Dump"   _/_/_/        _/_/_/      _/_/  _/_/
"El amor es poner tu felicidad en la felicidad de otro" - Leibniz

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
Cryptography-dev mailing list
Cryptography-dev@python.org
https://mail.python.org/mailman/listinfo/cryptography-dev

Reply via email to