proxy.golang.org : github.com/decred/dcrd/crypto/blake256 : v1.1.0
Package blake256 implements BLAKE-256 and BLAKE-224 with SSE2, SSE4.1, and AVX acceleration and zero allocations. This example demonstrates the simplest method of hashing an existing serialized data buffer with BLAKE-256. This example demonstrates creating a rolling BLAKE-256 hasher, writing various data types to it, computing the hash, writing more data, and finally computing the cumulative hash. This example demonstrates creating a rolling BLAKE-256 hasher, writing some data to it, making a copy of the intermediate state, restoring the intermediate state in multiple goroutines, writing more data to each of those restored copies, and computing the final hashes.
Registry -
Documentation -
Download -
JSON
purl: pkg:golang/github.com/decred/dcrd/crypto/[email protected]
Published:
Indexed:
Related tag:
v1.1.0