Pairing-Based Crypto Library 0.0.4

testmnt
    This produces parameters for a curve suitable for computing pairings.
example.txt contains sample output. The output should be fed to the
testibe or testsig programs.

testsig
    Reads curve parameters on standard input and performs computations
that would be required in an implementation of the Boneh-Lynn-Shacham
short signature scheme.
    
testibe
    Reads curve parameters on standard input and performs computations
that would be required in an implementation of the Boneh-Franklin
identity-based encryption scheme.

testbb, testbls
    These test the Boneh-Boyen and Boneh-Lynn-Shacham signature functions.
I intend to split off code dealing with signatures into a separate library,
as I feel this library should be strictly about the pairing and not
applications.

Ben Lynn <blynn@cs.stanford.edu>
