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

Implementation of Chacha #26

Merged
merged 6 commits into from May 20, 2022
Merged

Implementation of Chacha #26

merged 6 commits into from May 20, 2022

Conversation

Lucas-Wye
Copy link
Collaborator

No description provided.

Copy link
Owner

@sequencer sequencer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. nitpicks on code style.
  2. some circuit need to be optimized.
  3. the ChaChaSpec should use external(golden) ChaCha implementation
  4. ChaCha peek poke testing should run at least 3 rounds to make sure the sequential behavior is correct(since this is not formally verified)

arithmetic/src/crypto/chacha/ChaCha.scala Outdated Show resolved Hide resolved
arithmetic/src/crypto/chacha/ChaCha.scala Outdated Show resolved Hide resolved
arithmetic/src/crypto/chacha/ChaCha.scala Outdated Show resolved Hide resolved
arithmetic/src/crypto/chacha/ChaCha.scala Outdated Show resolved Hide resolved
arithmetic/src/crypto/chacha/ChaCha.scala Outdated Show resolved Hide resolved
arithmetic/src/crypto/chacha/ChaCha.scala Outdated Show resolved Hide resolved
arithmetic/tests/src/crypto/ChachaSpec.scala Outdated Show resolved Hide resolved
Copy link
Owner

@sequencer sequencer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM for now, need further improvement.

@sequencer sequencer merged commit bff3586 into master May 20, 2022
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

Successfully merging this pull request may close these issues.

None yet

2 participants