Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 378 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 378 Bytes

Yao

Yao is a block based encryption system. It uses 32 bit value, 16 element wide blocks. It operates by repeating substitution and bitexpansion/randomisation over 6 rounds, and then shuffles the block elements around.

Installation

To start the installation process run

make

To use the library include include/yao.h Then when linking link bin/libYao