[zeromq-dev] Generating Curve certs in pyzmq
MinRK
benjaminrk at gmail.com
Mon Sep 30 01:44:55 CEST 2013
zcert is probably useful for dealing with metadata *about* keypairs, but
the main thing that I think is helpful for bindings is the simple wrap of
`crypto_box_keypair` so that keypairs can be created without having to link
libsodium separately. For instance, if I were to make a cert like czmq's
with metadata in Python, I would just use the keypair generation and a
Python dict, then serialize to whatever common format (yaml, json, etc.).
-MinRK
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20130929/490ddb9c/attachment.htm>
More information about the zeromq-dev
mailing list