Working to implement NTT. Like mentioned in discord: Started looking into NTT: 2 options here I can follow the above implementation that Salwan sent in python. Follows the exact fips203 implementation. Which I should probably start with. Then there is this https://pq-crystals.org/kyber/resources.shtml?utm_source=chatgpt.com crystal kyber implementation in C which according to chatgpt is more effecient for hardware implementation and its from the .org website all the code is provided. Apparently its better at preventing hardware leaks.