Hi Everyone,
I am currently studying about multiple TEEs on RISCV and I came across your paper . I really liked keystone technology as it aligns with my goal .
I tried to initialize 2 enclaves in host.cpp . I was successful in initialize but I have seen that it has only one runtime environment so I cant use 2 Enclaves at the same time.What I saw was I need to compute in one Enclave and move to another . But I want it to run parallelly.
Is my approach of creating multiple enclaves wrong? If not How can I parallelly run multiple Enclaves.
Any help would be appreciated.
Thank you.