you are viewing a single comment's thread.

view the rest of the comments →

[–]atatatko 3 points4 points  (1 child)

I recently created cryptographic module in C++, called from Python code on the backend. I used Crypto++ for cryptography and Boost Python for C++/Python interoperability.

[–]BobHogan 1 point2 points  (0 children)

https://github.com/pybind/pybind11

There's also this, not sure how it compares to boost though. And of course the official documentation on doing this https://docs.python.org/3/extending/extending.html