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

What is the input/output of the AES implementation? #32

Open
Mactep1 opened this issue Oct 24, 2022 · 2 comments
Open

What is the input/output of the AES implementation? #32

Mactep1 opened this issue Oct 24, 2022 · 2 comments

Comments

@Mactep1
Copy link

Mactep1 commented Oct 24, 2022

While running the code of AES encryption given in the example, we find it is not necessary to give input of the encryption function and there is no output other than how much computation resource is resumed.
So what is the MPC input and output and where can we invoke the interface relating to it?

@Oleksandr-Tkachenko
Copy link
Member

The AES example uses just some dummy input. See

encrypto::motion::ShareWrapper input{
.

@lzy804924995
Copy link

We modified the input of the AES example to make the input of party 0 and party 1 different. And we found that the output ciphertext is related only to the input of party 0, not the input of party 1. I wonder if I made some mistake or there are bugs in the code?

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

3 participants