Add built-in (Mozilla) SHA1 routines
commit1906f2369d2906cfd4affeab0852b67c4a91ddca
authorRamsay Jones <ramsay@ramsay1.demon.co.uk>
Thu, 26 Feb 2009 20:37:20 +0000 (26 20:37 +0000)
committerShawn O. Pearce <spearce@spearce.org>
Wed, 18 Mar 2009 01:54:42 +0000 (17 18:54 -0700)
treef528160ee7dcb57d2c56341befcc00aa80393b5d
parent04c9c16e55c53fc12c2eed43e3d7e42f78fe7005
Add built-in (Mozilla) SHA1 routines

Paul agreed to the GCC-exception license by email:
|
| From: Paul Kocher <paul@cryptography.com>
| Date: Sun, 15 Mar 2009 11:37:23 -0700
| Subject: Re: Adding Mozilla SHA1 implementation to libgit2
|
| Yes - that's fine.
|
| At 01:56 AM 3/5/2009, Andreas Ericsson wrote:
| > Hi Paul. We spoke earlier about this, if you remember?
| > We'd like to add the GCC-exception to the GPL license
| > for these files.

Signed-off-by: Paul Kocher <paul@cryptography.com>
Signed-off-by: Ramsay Jones <ramsay@ramsay1.demon.co.uk>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Makefile
src/hash.c
src/sha1/sha1.c [new file with mode: 0644]
src/sha1/sha1.h [new file with mode: 0644]