Skip to main content

Crate rc5

Crate rc5 

Source
Expand description

Pure Rust implementation of the RC5 block cipher.

§⚠️ Security Warning: Hazmat!

This crate implements only the low-level block cipher function, and is intended for use for implementing higher-level constructions only. It is NOT intended for direct use in applications.

USE AT YOUR OWN RISK!

Structs§

RC5
RC5 block cipher instance.