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

Added ChaCha20 Cryptographic Algorithm Implementation #583

Open
wants to merge 35 commits into
base: main
Choose a base branch
from

Conversation

Susmita331
Copy link

This PR introduces the implementation of the ChaCha20 cryptographic algorithm, a high-speed and secure stream cipher widely used for encryption. The implementation includes:

The ChaCha20 quarter-round function

  • Key scheduling and initialization of the ChaCha state matrix
  • The generation of keystream blocks for encryption/decryption
  • Support for nonce and counter-based operations

This addition enhances the cryptographic capabilities of the project, ensuring efficient and secure encryption suitable for various applications.

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.

2 participants