We have multiple implementations for NTTs and Keccak now. They are being selected in header files, e.g., here.
It would be great if the Github action summary would include which implementations are being used -- this will make it much easier to debug if we are actually running the correct implementation.
I'm not sure what is the best way to implement that. Ideally one should also be able to determine it easily locally.
We have multiple implementations for NTTs and Keccak now. They are being selected in header files, e.g., here.
It would be great if the Github action summary would include which implementations are being used -- this will make it much easier to debug if we are actually running the correct implementation. I'm not sure what is the best way to implement that. Ideally one should also be able to determine it easily locally.