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

9 uses

	vendor/golang.org/x/crypto/sha3 (current package)
		shake.go#L28: type ShakeHash interface {
		shake.go#L38: 	Clone() ShakeHash
		shake.go#L83: func newCShake(N, S []byte, rate, outputLen int, dsbyte byte) ShakeHash {
		shake.go#L103: func (c *cshakeState) Clone() ShakeHash {
		shake.go#L110: func (c *state) Clone() ShakeHash {
		shake.go#L117: func NewShake128() ShakeHash {
		shake.go#L124: func NewShake256() ShakeHash {
		shake.go#L142: func NewCShake128(N, S []byte) ShakeHash {
		shake.go#L155: func NewCShake256(N, S []byte) ShakeHash {