proxy.golang.org : github.com/keep-network/blake2b
Package blake2b implements the BLAKE2b hash algorithm defined by RFC 7693 and the extendable output function (XOF) BLAKE2Xb. For a detailed specification of BLAKE2b see https://blake2.net/blake2.pdf and for BLAKE2Xb see https://blake2.net/blake2x.pdf If you aren't sure which function you need, use BLAKE2b (Sum512 or New512). If you need a secret-key MAC (message authentication code), use the New512 function with a non-nil key. BLAKE2X is a construction to compute hash values larger than 64 bytes. It can produce hash values between 0 and 4 GiB.
Registry
-
Source
- Documentation
- JSON
purl: pkg:golang/github.com/keep-network/blake2b
Keywords:
blake2
, cryptography-library
, hashing
License: BSD-3-Clause
Latest release: over 5 years ago
First release: over 5 years ago
Namespace: github.com/keep-network
Stars: 1 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: about 2 hours ago