dcrd/crypto/blake256
2019-12-30 13:54:41 -06: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 crypto/blake256: Add module with zero alloc funcs. 2019-08-07 10:00: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.