distribution/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
set.go Refactor specification of supported digests 2015-05-22 18:08:23 -07:00
set_test.go
tarsum.go
tarsum_test.go
verifiers.go Refactor specification of supported digests 2015-05-22 18:08:23 -07:00
verifiers_test.go