Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

rc6: RC6 Implementation #439

Open
wants to merge 15 commits into
base: master
Choose a base branch
from

Conversation

ashWhiteHat
Copy link

Part of #1

Hi there.
I implemented rc6.

Implementation and documentation are aligned with rc5 implementation.

I referred following document for key schedule, encryption and decryption algorithms.
https://www.grc.com/r&d/rc6.pdf

I checked whether it works by following test vectors.
https://datatracker.ietf.org/doc/html/draft-krovetz-rc6-rc5-vectors-00#section-3

I would appreciate it if you could confirm.
Thank you!

@ashWhiteHat ashWhiteHat marked this pull request as draft July 31, 2024 08:34
@ashWhiteHat ashWhiteHat marked this pull request as ready for review August 4, 2024 02:35
@ashWhiteHat
Copy link
Author

Ref #371 (comment)

Hi @tarcieri
I rebased PR.

I would appreciate it if you could confirm.
Thank you.

@tarcieri tarcieri requested a review from newpavlov November 12, 2024 21:06
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants