Expand description
§RC5 Cipher implementation
This algorithm is described in this paper: https://www.grc.com/r&d/rc5.pdf
Modules§
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.