Crate rs_rc5

Source
Expand description

§RC5 - rs_rc5 - Rivest Cipher 5

Important Note: This crate is still a work in progress and is not ready for consumption.

RC5 is a block cipher designed by Ronald Rivest in 1994. Although it isn’t as widely used as some other algorithms, it has found its place in various applications:

  • Network security: Utilized in certain VPN technologies.
  • Disk encryption: Employed by some disk encryption software.

This crate implements RC5 as part of the RustyShield project.