dcrd/crypto/blake256
Dave Collins 70b399c9e4
build: Add dupword linter.
This adds the dupword linter to the list of linters and addresses a few
false positives it complains about.
2023-08-25 12:35:55 -05:00
..
blake256_test.go build: Add dupword linter. 2023-08-25 12:35:55 -05:00
blake256.go multi: Address a bunch of lint issues. 2019-12-30 13:54:41 -06:00
blake256block.go crypto/blake256: Add module with zero alloc funcs. 2019-08-07 10:00:01 -05:00
go.mod multi: Support module graph prune and lazy load. 2022-03-25 07:20:01 -05:00
README.md crypto/blake256: Add module with zero alloc funcs. 2019-08-07 10:00:01 -05:00

Package blake256

Package blake256 implements BLAKE-256 and BLAKE-224 hash functions (SHA-3 candidate).

Originally from github.com/teknico/blake256.