IMPORT: sha1: import SHA1 functions
authorDragan Dosen <ddosen@haproxy.com>
Tue, 24 Oct 2017 06:48:25 +0000 (08:48 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 25 Oct 2017 02:45:48 +0000 (04:45 +0200)
commit7389dd086c6dcc6d045adfb38e5a390868c92766
treec614a2fda4883bfdbbac9a1631e8dc828a01fbb1
parent8c6a3647ddb8fd5d38228d2a97c75b89b625b804
IMPORT: sha1: import SHA1 functions

This is based on the git SHA1 implementation and optimized to do word
accesses rather than byte accesses, and to avoid unnecessary copies into
the context array.
Makefile
include/import/sha1.h [new file with mode: 0644]
src/sha1.c [new file with mode: 0644]