You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 17, 2026. It is now read-only.
I am performing a study on reproducibility of TEE builds. I first tried to build the demo hello_world program inside the docker image as per the instructions given in https://github.com/google/asylo#build-environment-in-docker-recommended . Then, I followed the steps in https://github.com/google/asylo/blob/master/INSTALL.md to buld Asylo from source and run the same hello_world program using the newly build Asylo. The MRENCLAVE of the hello_world program differs in the two cases. I was wondering what could be the reason that the enclave hashes are different and if there is any additional steps that I missed.
I am performing a study on reproducibility of TEE builds. I first tried to build the demo
hello_worldprogram inside the docker image as per the instructions given in https://github.com/google/asylo#build-environment-in-docker-recommended . Then, I followed the steps in https://github.com/google/asylo/blob/master/INSTALL.md to buld Asylo from source and run the samehello_worldprogram using the newly build Asylo. The MRENCLAVE of the hello_world program differs in the two cases. I was wondering what could be the reason that the enclave hashes are different and if there is any additional steps that I missed.