open-quantum-safe / liboqs-python

Python 3 bindings for liboqs
https://openquantumsafe.org/
MIT License
115 stars 40 forks source link

V0.10.0 #80

Closed vsoftco closed 6 months ago

vsoftco commented 6 months ago

Hi @baentsch , I've added auto install, let me know what you think please when you get a change (latest commit, https://github.com/open-quantum-safe/liboqs-python/pull/80/commits/b53cf20e1215536d5cea31b9e2c38c239fecd927)

vsoftco commented 6 months ago

@baentsch Thanks for the review Michael! I've fix most of the issues, and also greatly simplified the auto install, which now installs liboqs in user's home directory. In addition, the wrapper installs the corresponding ver of liboqs, e.g. liboqs-python 0.10.0 installs liboqs-0.10.0. I believe now it's ready to be merged into 0.10.0. I'll test it a bit more then do the merge. Again, thanks!

vsoftco commented 6 months ago

@baentsch All looks smooth, all tests pass, auto install is flawless on all platforms, no need for sudo anymore :) I'll merge this soon, and release the 0.10.0. Thanks!