]> git.notmuchmail.org Git - notmuch/commit
Add sha1.c and libsha1.h for doing SHA-1-based message-ID generation.
authorMikhail Gusarov <dottedmag@dottedmag.net>
Thu, 22 Oct 2009 04:07:43 +0000 (21:07 -0700)
committerCarl Worth <cworth@cworth.org>
Thu, 22 Oct 2009 04:33:02 +0000 (21:33 -0700)
commit96c0d1c1cb020654fd582509b25d979f2752500f
tree8cebae6bd20f597cd48e1962579dd6b3d355e544
parent16f2e43652e028566d8e552b9c4dd261f7f0e8dc
Add sha1.c and libsha1.h for doing SHA-1-based message-ID generation.

This code comes courtesy of Brian Gladman and Mikhail Gusarov.

Both files are available under the GPL and were downloaded as
version 0.2 of libsha1 from git://github.com/dottedmag/libsha1.git
with the following commit:

commit d0f0e7e0dc5ce2d58972cb5a492183c0d4e58433
Author: Mikhail Gusarov <dottedmag@dottedmag.net>
Date:   Mon Oct 20 22:38:47 2008 +0700

    Version bump.

Signed-off-by: Mikhail Gusarov <dottedmag@dottedmag.net>
libsha1.h [new file with mode: 0644]
sha1.c [new file with mode: 0644]