An open API service providing repository metadata for many open source software ecosystems.

Package Usage: go: github.com/decred/dcrd/crypto/blake256

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.
3 versions
Latest release: over 3 years ago
1,281 dependent packages

View more package details: https://packages.ecosystem.code.gouv.fr/registries/proxy.golang.org/packages/github.com/decred/dcrd/crypto/blake256

Dependent Repos 0