Crate rc5_rs

source ·
Expand description

RC5 Cipher implementation

This algorithm is described in this paper: https://www.grc.com/r&d/rc5.pdf

Modules

Structs

Functions

  • Given a key and ciphertext, returns the plaintext using a parametrized RC5.
  • Given a key and ciphertext, return the plaintext using RC5/32/12/16
  • Given a key and plaintext, returns the ciphertext using a parametrized RC5.
  • Given a key and plaintext, return the ciphertext using RC5/32/12/16.