MBC1 is a 128-bit block cipher designed by Michael W. Bombardieri. Key length is
128-bit. The algorithm design utilises modular arithmetic and cipher feedback.
MBC1 is an experimental algorithm, and has not been widely tested. 

This directory contains source code for MBC1.

mbc1-orig.c	- reference C code
mbc1.c		- optimised C implementation
mbc1.pl		- simple PERL implementation