Closed joerowell closed 2 years ago
I hope this script would be helpful: https://github.com/n-for-1-auth/circuits/blob/main/generator/generate_handshake_circuits.cpp
Hey @weikengchen! Sorry, I should have closed this: I figured it out a while back :) Thanks for commenting anyway!
Is there any information available about the input layout expected for the key generation circuits?
To give an example of what I mean, the
AES-non-expanded
circuit expects the input in this format:<message bits><key bits>
This can be seen e.g here:
Thanks so much! :)