Note this python3 binding was built just for prototyping and playing around with the reference design for fast-paced development before building it properly in C
This uses reference design from kyber and modified slightly to add randombytes to the sharedlibs
cd kyber/ref
make shared# In the kyber/ref directory
sudo cp libpqcrystals_* /usr/local/libpip3 install cffiexport LD_LIBRARY_PATH=/usr/local/lib# In the parent directory kyber-pythonlib
make buildmake run