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
For our STAR randomness server deployment, we want the ability to load an enclave application at runtime. This can happen in various ways, like via an HTTP API (e.g., we PUT a new enclave application whenever needed) or via Docker (e.g., nitriding fetches the enclave application from a Docker registry).
The text was updated successfully, but these errors were encountered:
This PR makes it possible to load the enclave application at runtime.
When enabled, nitriding maintains an in-memory transparency log that
allows users to verify the evolution of enclave applications.
This fixes#37.
This PR makes it possible to load the enclave application at runtime.
When enabled, nitriding maintains an in-memory transparency log that
allows users to verify the evolution of enclave applications.
This fixes#37.
This PR makes it possible to load the enclave application at runtime.
When enabled, nitriding maintains an in-memory transparency log that
allows users to verify the evolution of enclave applications.
This fixesbrave/nitriding-daemon#37.
For our STAR randomness server deployment, we want the ability to load an enclave application at runtime. This can happen in various ways, like via an HTTP API (e.g., we
PUT
a new enclave application whenever needed) or via Docker (e.g., nitriding fetches the enclave application from a Docker registry).The text was updated successfully, but these errors were encountered: