-
Notifications
You must be signed in to change notification settings - Fork 312
Added ChaCha20 Cryptographic Algorithm Implementation #583
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
Conversation
…es) length checks
…ing and documenting the algorithm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The errors are due to no module named numpy
If you need it, try specifying it in requirements.txt
This is the scheme of remote which I follow (you can follow your own),
To update this PR, just commit changes in your branch and execute the following,
How to resolve conflicts? Follow the steps below,
|
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
This addition enhances the cryptographic capabilities of the project, ensuring efficient and secure encryption suitable for various applications.