const golang.org/x/crypto/blake2b.Size384

6 uses

	golang.org/x/crypto/blake2b (current package)
		blake2b.go#L33: 	Size384 = 48
		blake2b.go#L62: func Sum384(data []byte) [Size384]byte {
		blake2b.go#L64: 	var sum384 [Size384]byte
		blake2b.go#L65: 	checkSum(&sum, Size384, data)
		blake2b.go#L66: 	copy(sum384[:], sum[:Size384])
		blake2b.go#L85: func New384(key []byte) (hash.Hash, error) { return newDigest(Size384, key) }