git/mozilla-sha1
Linus Torvalds cef661fc79 Add support for alternate SHA1 library implementations.
This one includes the Mozilla SHA1 implementation sent in by Edgar Toernig.
It's dual-licenced under MPL-1.1 or GPL, so in the context of git, we
obviously use the GPL version. 

Side note: the Mozilla SHA1 implementation is about twice as fast as the
default openssl one on my G5, but the default openssl one has optimized
x86 assembly language on x86. So choose wisely.
2005-04-21 12:33:22 -07:00
..
sha1.c Add support for alternate SHA1 library implementations. 2005-04-21 12:33:22 -07:00
sha1.h Add support for alternate SHA1 library implementations. 2005-04-21 12:33:22 -07:00