dcrd/crypto/blake256
2019-08-07 10:00:01 -05:00
..
blake256_test.go crypto/blake256: Add module with zero alloc funcs. 2019-08-07 10:00:01 -05:00
blake256.go crypto/blake256: Add module with zero alloc funcs. 2019-08-07 10:00:01 -05: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.