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§

cipher
error
word

Structs§

Context
RC5 Context

Functions§

decrypt
Given a key and ciphertext, returns the plaintext using a parametrized RC5.
decrypt_default
Given a key and ciphertext, return the plaintext using RC5/32/12/16
encrypt
Given a key and plaintext, returns the ciphertext using a parametrized RC5.
encrypt_default
Given a key and plaintext, return the ciphertext using RC5/32/12/16.