distribution/digest
Stephen J Day 7835d261d8 Add generic content digest tool
Previously a useful gist, this changeset polishes the original tarsum tool into
a utility that can be used to calculate content digests. Any algorithm from the
digest package is supported with additional support from tarsum.

This tool is very useful for quickly checking backend digests and verifying
correctness.

Signed-off-by: Stephen J Day <stephen.day@docker.com>
2015-08-20 14:55:34 -07:00
..
digest.go Add generic content digest tool 2015-08-20 14:55:34 -07:00
digest_test.go Refactor specification of supported digests 2015-05-22 18:08:23 -07:00
digester.go Add generic content digest tool 2015-08-20 14:55:34 -07:00
digester_resumable_test.go Refactor specification of supported digests 2015-05-22 18:08:23 -07:00
doc.go Various adjustments to digest package for govet/golint 2014-11-19 14:59:05 -08:00
set.go Refactor specification of supported digests 2015-05-22 18:08:23 -07:00
set_test.go Add digest set implementation 2015-03-24 08:17:43 -07:00
tarsum.go fix some typos in source comments 2015-04-17 12:39:52 +00:00
tarsum_test.go digest: Minor refactoring 2015-03-10 16:44:19 -07:00
verifiers.go Refactor specification of supported digests 2015-05-22 18:08:23 -07:00
verifiers_test.go Remove unnecessary error pointer formats in test 2015-03-18 19:02:32 -07:00