Is it possible to transfer FALCON keys from C to Python and vice versa?
I’m currently trying out the FALCON signature algorithm. I can easily generate keys, sign and verify signatures both in C and in Python. But I couldn’t find an easy way how to transfer keys from C to Python or the other way around.
Does anyone know how to do it?