distribution/digest
Derek McGowan 7258fda98a Add digest set implementation
Set represents a unique set of digests which allow for efficient lookup.
Dumping short codes is a function which takes in a digest set.
Any operation involving short codes may be considered secure if the list of digests added to the set is the complete list of referenceable digests.
Contains benchmarks for Add, Lookup, and Dump.

Signed-off-by: Derek McGowan <derek@mcgstyle.net> (github: dmcgowan)
2015-03-24 08:17:43 -07:00
..
digest.go supplement of digest refactoring 2015-03-11 14:13:29 +08:00
digest_test.go supplement of digest refactoring 2015-03-11 14:13:29 +08:00
digester.go fixing up tests to work with for non-tarsum future 2015-03-06 14:54:23 -08:00
doc.go Various adjustments to digest package for govet/golint 2014-11-19 14:59:05 -08:00
set.go Add digest set implementation 2015-03-24 08:17:43 -07:00
set_test.go Add digest set implementation 2015-03-24 08:17:43 -07:00
tarsum.go digest: Minor refactoring 2015-03-10 16:44:19 -07:00
tarsum_test.go digest: Minor refactoring 2015-03-10 16:44:19 -07:00
verifiers.go digest: Minor refactoring 2015-03-10 16:44:19 -07:00
verifiers_test.go digest: Minor refactoring 2015-03-10 16:44:19 -07:00