Displaying 1 result from an estimated 1 matches for "sha_local".
Did you mean:
s_local
2020 Feb 09
2
[RFC PATCH] Add SHA1 support
...reakpoint.cc>
---
Makefile.in | 4 +-
checksum.c | 144 +++++++++++++----
configure.ac | 5 +
lib/md32_common.h | 258 +++++++++++++++++++++++++++++
lib/md5.c | 15 +-
lib/mdigest.h | 77 ++++++++-
lib/sha1.c | 19 +++
lib/sha1.h | 20 +++
lib/sha_local.h | 401 ++++++++++++++++++++++++++++++++++++++++++++++
main.c | 2 +
rsync.h | 2 +-
11 files changed, 902 insertions(+), 45 deletions(-)
create mode 100644 lib/md32_common.h
create mode 100644 lib/sha1.c
create mode 100644 lib/sha1.h
create mode 100644 lib/sha_local...