Add a base implementation of SHA-256 support
authorbrian m. carlson <sandals@crustytoothpaste.net>
Wed, 14 Nov 2018 04:09:36 +0000 (04:09 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 14 Nov 2018 07:54:53 +0000 (16:54 +0900)
commit13eeedb...d17ca3539600b6618d103b652ecc8ab0
tree4b4dd03...afa7c67d234c8f6da3e49c4a80234f76copy hash to clipboard (tree)
parentc166599...62d10a273f61b834559eaa567c3dbfd9copy hash to clipboard (diff)
Makefile
cache.h
hash.h
sha1-file.c
sha256/block/sha256.c [new file with mode: 0644]
sha256/block/sha256.h [new file with mode: 0644]
t/helper/test-sha256.c [new file with mode: 0644]
t/helper/test-tool.c
t/helper/test-tool.h
t/t0015-hash.sh