registry/digest
Stephen J Day 44da954565 Refactor specification of supported digests
To make the definition of supported digests more clear, we have refactored the
digest package to have a special Algorithm type. This represents the digest's
prefix and we associated various supported hash implementations through
function calls.

Signed-off-by: Stephen J Day <stephen.day@docker.com>
2015-05-22 18:08:23 -07:00
..
digest.go Refactor specification of supported digests 2015-05-22 18:08:23 -07:00
digest_test.go Refactor specification of supported digests 2015-05-22 18:08:23 -07:00
digester.go Refactor specification of supported digests 2015-05-22 18:08:23 -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