The DACS-BN Library

This self-contained library was created by adapting the OpenSSL BN library
and The Stanford SRP Authentication Project BigInteger library.

The main reason for doing this was to have almost minimal arbitrary
precision integer support while avoiding OpenSSL dependencies.

Testing of this library has not been done using a lower layer other than
the OpenSSL compatible code included here.

Currently:
- The SHA3 code here is nearly identical to the implementation found in
  crypto.c in the DACS src directory.
  They should be consolidated.

- This library is configured independently from DACS.  Run ./configure
  This should be fixed.

The licensing for the contents of this directory IS SEPARATE from
the usual DACS licensing (see ../../LICENSE).

Refer to the ../../NOTICES and ./BN-LICENSE files for copyright and licensing
information.

$Id: README 2885 2016-05-16 23:48:04Z brachman $
