type golang.org/x/crypto/blake2b.XOF

4 uses

	golang.org/x/crypto/blake2b (current package)
		blake2x.go#L15: type XOF interface {
		blake2x.go#L25: 	Clone() XOF
		blake2x.go#L50: func NewXOF(size uint32, key []byte) (XOF, error) {
		blake2x.go#L91: func (x *xof) Clone() XOF {