James-E-A / pypqc

Attempt to expose Wiggers and Stebila's PQClean via Python CFFI
Other
0 stars 1 forks source link

Use HPy #22

Open James-E-A opened 7 months ago

James-E-A commented 7 months ago

Very interesting project, aiming more or less to replace abi3 with something that will work on any Python implementation:

https://hpyproject.org/

https://news.ycombinator.com/item?id=26625398

James-E-A commented 7 months ago

PyPy 7.3.14+ supports it: https://www.pypy.org/posts/2023/12/pypy-v7314-release.html

And of course the project seems to support CPython by default