type golang.org/x/crypto/sha3.ShakeHash

8 uses

	golang.org/x/crypto/sha3 (current package)
		shake.go#L17: type ShakeHash interface {
		shake.go#L27: 	Clone() ShakeHash
		shake.go#L33: func NewShake128() ShakeHash {
		shake.go#L40: func NewShake256() ShakeHash {
		shake.go#L50: func NewCShake128(N, S []byte) ShakeHash {
		shake.go#L62: func NewCShake256(N, S []byte) ShakeHash {
		shake.go#L96: func (w *shakeWrapper) Clone() ShakeHash {

	github.com/refraction-networking/utls
		u_prng.go#L71: 	randomStream      sha3.ShakeHash