JamesTheAwesomeDude / pypqc

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

Use HPy #22

Open JamesTheAwesomeDude opened 4 months ago

JamesTheAwesomeDude commented 4 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

JamesTheAwesomeDude commented 4 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