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

About array representation of Cryptoline #1

Open
Jerry-zhxf opened this issue Oct 20, 2021 · 1 comment
Open

About array representation of Cryptoline #1

Jerry-zhxf opened this issue Oct 20, 2021 · 1 comment

Comments

@Jerry-zhxf
Copy link

After reading the validation syntax of cl, it seems that the array cannot be directly represented, and each bit of the array must be declared separately. Therefore, if I want to validate a large array, I need to declare a lot of input parameters.

Is that correct? And is there any solution?

If you have free time, please give me help, thank you very much.

@bowyaw
Copy link

bowyaw commented Nov 18, 2021

Sorry for late reply. I didn't read my github mails lately.

You're right. There is no array in cryptoline. We usually write python scripts to generate lots of variables. It is not a good solution. But I'm afraid we won't add arrays to cryptoline in near future.

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

2 participants