dcrd/crypto/blake256
Dave Collins 7d59dd3b69
multi: Support module graph prune and lazy load.
This bumps the go directive for all of the modules provided by the
repository to 1.17 which will allow the new module graph pruning and
lazy loading capabilities introduced in Go 1.17 to be used once the
updated modules are released.

This means that, as described by the documentation, the go.mod files for
each module now include a separate require block that includes all of
the indirect dependencies
2022-03-25 07:20:01 -05:00
..
blake256_test.go multi: Address a bunch of lint issues. 2019-12-30 13:54:41 -06: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.