Add a clib/sha1.h file with SHA-1 utility functions that hide the details of
the underlying SHA-1 implementation being used.  This will make it easier in
the future if we want to use the faster SHA-1 implementation from OpenSSL if it
is available, but fall back to the sha1collisiondetection library if it is not
available.
Details
Details
- Reviewers
 ryanmce - Group Reviewers
 Restricted Project - Commits
 - rFBHGXaac32a02272f: sha1: provide wrapper functions around the SHA-1 implementation
 
Confirmed the code builds and passes unit tests.
Diff Detail
Diff Detail
- Repository
 - rFBHGX Facebook Mercurial Extensions
 - Lint
 Automatic diff as part of commit; lint not applicable. - Unit
 Automatic diff as part of commit; unit tests not applicable.