Open DylanWangWQF opened 3 years ago
Hi @DylanWangWQF , thanks!
Please note that we were using hardcoded AES keys inside both server and client TEEs. So key management is not presented, and this file is actually not necessary for our prototype. I guess maybe a tiny AES c like this https://github.com/kokke/tiny-AES-c is what you need? I remember our AES submodule (during previous tests) is from there.
This tiny AES-c is helpful, thanks for your help!
Hi, @mofanv , it's really great work, and I have a question about the use of AES.
For the encryption, it seems that we do not output the
ctxt
? I want to use the workflow of client-server AES, that is, client encrypts the message and sends the ctxt to the server, then decrypted inside the enclave.