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> |
||
|---|---|---|
| .. | ||
| sha256 | ||
| sha512 | ||
| .gitignore | ||
| LICENSE | ||
| README.md | ||
| resumable.go | ||
README.md
go-crypto
A Subset of the Go crypto Package with a Resumable Hash Interface