block-ciphers icon indicating copy to clipboard operation
block-ciphers copied to clipboard

rc6: RC6 Implementation

Open ashWhiteHat opened this issue 1 year ago • 1 comments

Part of https://github.com/RustCrypto/block-ciphers/issues/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 avatar Jul 31 '24 08:07 ashWhiteHat

Ref https://github.com/RustCrypto/block-ciphers/pull/371#issuecomment-2258690541

Hi @tarcieri I rebased PR.

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

ashWhiteHat avatar Aug 04 '24 02:08 ashWhiteHat

Anything?

Testsr avatar Oct 25 '25 18:10 Testsr