This adds the dupword linter to the list of linters and addresses a few false positives it complains about. |
||
|---|---|---|
| .. | ||
| blake256_test.go | ||
| blake256.go | ||
| blake256block.go | ||
| go.mod | ||
| README.md | ||
Package blake256
Package blake256 implements BLAKE-256 and BLAKE-224 hash functions (SHA-3 candidate).
Originally from github.com/teknico/blake256.