imunal by Guillaume Quintin, Olivier Ruatta, Philippe Gaborit
=============================================================

Imunal is a ANSI C library that provide an algorithm for computing
algebraic immunities of boolean functions.

History
=======

This is version 0.1 of imunal.

  Fixed bug(s)
  ------------
    (none)

  Change(s)
  ---------
    (none)

Requirements
============

There are no requirement to compile imunal.

Installation
============

Edit the Makefile to suit your needs.

To compile imunal just go into the imunal directory and type on prompt:

$ make

You do not need to be root to do this !!!
If any error occured during the compilation please report them to :
guillaume.quintin@unilim.fr.

Then type:

$ sudo make install

This will install the executable file and the man page into the
appropriate directories.

