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.
To start the installation process run
make
To use the library include include/yao.h Then when linking link bin/libYao