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

TR: Confidential(1) is malformed #238

Open
uncomputable opened this issue Jun 25, 2024 · 0 comments
Open

TR: Confidential(1) is malformed #238

uncomputable opened this issue Jun 25, 2024 · 0 comments

Comments

@uncomputable
Copy link
Collaborator

The definition of Confidential(X) is Point × X, so Confidential(1) should be Point × 1. In reality, our code base treats Confidential(1) as just Point without the unit 1, which is more practical because we can always throw away units, but this goes against the definition of Confidential(X).

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