[bitc-dev] Progress report
Eric Northup
digitale at digitaleric.net
Mon Jun 19 12:32:56 EDT 2006
On Mon, 2006-06-19 at 11:50, Tom Bachmann wrote:
> - - also, you state in the release notes that you are looking for a bsd
> licensed arbitrary precision integer math library. I'm not aware of
> any, but gmp is lgpl'd, if that helps.
OpenSSL has a bignum library in their crypto/bn subdirectory. The
license seems to be a modified BSD. (see
http://www.freebsd.org/cgi/cvsweb.cgi/src/crypto/openssl/crypto/bn/bn.h?rev=1.1.1.1.2.6&content-type=text/x-cvsweb-markup
for the license and header).
Alternately, there was a crypto class at jhu last semester which
involved all the students' writing a bignum library. Maybe some of the
students would be willing to BSD-license their homework? :-p
-Eric
More information about the bitc-dev
mailing list