Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Function hiding #349

Open
Michael-EY opened this issue Jan 9, 2025 · 0 comments
Open

Function hiding #349

Michael-EY opened this issue Jan 9, 2025 · 0 comments

Comments

@Michael-EY
Copy link
Contributor

Michael-EY commented Jan 9, 2025

Overview

Currently, in starlight, the function a client calls is not private.

Tasks

Investigate making private the function a client is calling. This can be done by providing a proof that one of a set of verification keys was used to verify a proof without revealing which key and hence hiding what function is being called.
Investigate alternative solutions, for example, how this might be done elsewhere. Do we want to necessarily do it in the above way?

Optional

Investigate whether we can hide the contract being interacted with as well. Can this be done without the use of a recursive proving/folding L2 solution?

Definition of done

Can present and justify a solution to the rest of the team in a show & tell.

Links

No links

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant