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
_______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
