Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Feat/add ChaCha20#6984

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Draft
Keykyrios wants to merge12 commits intoTheAlgorithms:master
base:master
Choose a base branch
Loading
fromKeykyrios:feat/add-ChaCha20

Conversation

@Keykyrios
Copy link
Contributor

@KeykyriosKeykyrios commentedOct 29, 2025
edited
Loading

This PR adds an implementation of theChaCha20 stream cipher algorithm, as specified in RFC 8439.

It includes:

  • ChaCha20.java: The core implementation for encryption and decryption.
  • ChaCha20Test.java: JUnit tests, including vectors from RFC 8439, symmetry tests, and validation checks.
  • I have readCONTRIBUTING.md.
  • This pull request is all my own work I have not plagiarized it.
  • All filenames are in PascalCase.
  • All functions and variable names follow Java naming conventions.
  • All new algorithms have a URL in their comments that points to Wikipedia or other similar explanations.
  • All new code is formatted according to the project's style guidelines.

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@DenizAltunkapanDenizAltunkapanAwaiting requested review from DenizAltunkapanDenizAltunkapan will be requested when the pull request is marked ready for reviewDenizAltunkapan is a code owner

@yanglbmeyanglbmeAwaiting requested review from yanglbmeyanglbme will be requested when the pull request is marked ready for reviewyanglbme is a code owner

@alxkmalxkmAwaiting requested review from alxkmalxkm will be requested when the pull request is marked ready for reviewalxkm is a code owner

At least 1 approving review is required to merge this pull request.

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant

@Keykyrios

[8]ページ先頭

©2009-2025 Movatter.jp