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

Tweak div/rem and decrypt gas costs #179

Merged
merged 1 commit into from
Nov 2, 2023

Conversation

dartdart26
Copy link
Collaborator

Reduce div/rem gas costs in order to take into account that, for now, the divisor can only be a plaintext and that is much faster than it being a ciphertext.

Increase decrypt gas costs in order to disincentivise its use and turn users to cmux.

Reduce div/rem gas costs in order to take into account that, for now,
the divisor can only be a plaintext and that is much faster than it
being a ciphertext.

Increase decrypt gas costs in order to disincentivise its use and turn
users to cmux.
@dartdart26
Copy link
Collaborator Author

Resolves #176 and #178

@dartdart26 dartdart26 merged commit bce81af into 1.10.19-zama Nov 2, 2023
2 checks passed
@dartdart26 dartdart26 deleted the petar/tweak-div-rem-decrypt-gas branch November 2, 2023 11:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants