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

Improve Oblivious Transfer for arbitrary message length #12

Closed
th4s opened this issue Feb 11, 2023 · 1 comment
Closed

Improve Oblivious Transfer for arbitrary message length #12

th4s opened this issue Feb 11, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@th4s
Copy link
Member

th4s commented Feb 11, 2023

Some bandwidth can be saved if we assume that the random block which the receiver holds after the Random OT setup is already an AES key. Then the only thing which the Sender needs to do is to take one of his 2 random blocks based on the derandomization bit and encrypt the message with it. This saves the need to send the actual AES key over the wire.

@th4s th4s added the enhancement New feature or request label Feb 11, 2023
@sinui0 sinui0 transferred this issue from tlsnotary/tlsn Jun 8, 2023
@sinui0
Copy link
Collaborator

sinui0 commented Nov 3, 2024

#186

@sinui0 sinui0 closed this as completed Nov 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants