distribution/digest
Stephen J Day 10a4605ec2 Explicitly select digest method for content
Detecting tar files then falling back for calculating digests turned out to be
fairly unreliable. Likely, the implementation was broken for content that was
not a tarfile. Also, for the use case of the registry, it is really not needed.
This functionality has been removed in FromReader and FromBytes. FromTarArchive
has been added for convenience.

Signed-off-by: Stephen J Day <stephen.day@docker.com>
2015-01-14 10:35:42 -08:00
..
digest.go Explicitly select digest method for content 2015-01-14 10:35:42 -08:00
digest_test.go Move Digest type into discrete package 2014-11-19 14:25:55 -08:00
doc.go Various adjustments to digest package for govet/golint 2014-11-19 14:59:05 -08:00
tarsum.go Move tarsum utilities out of common package 2015-01-05 16:04:30 -08:00
tarsum_test.go Move tarsum utilities out of common package 2015-01-05 16:04:30 -08:00
verifiers.go Various adjustments to digest package for govet/golint 2014-11-19 14:59:05 -08:00
verifiers_test.go Explicitly select digest method for content 2015-01-14 10:35:42 -08:00