Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 179 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 179 Bytes

Compile time RC5 encoder and decoder

Build

requires c++17 (tested with g++ (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0)

/usr/bin/g++ -w -fpermissive -std=c++17 -g RC5.cpp -o RC5