AuthorizationΒΆ
When working with sensitive data, it is not enough to perform the computations securely, but also to ensure that only the right computations are performed. In order to ensure that no computations that might leak information are executed, Roseman Labs provides a robust authorization mechanism. Every computation must be approved and cryptographically signed before it is executed on sensitive data. This section explains both the process of creating an approved script as well as ways to mitigate disclosure risk.