Skip to content

olich97/rc5-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rc5-rust

My RC5 cipher implementation in Rust. Rivest describes the rc5 cipher here https://www.grc.com/r&d/rc5.pdf and includes a c reference implementation. The goal of this code is to implement rc5 in Rust, in a clean, extendible code.

Originally a cryptography base recruitment test made for MintLayer. Original repo: https://github.com/rimbi/rc5_test

Getting Started

cargo build
cargo test

About

A simple RC5 cipher implementation in Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages