Home
last modified time | relevance | path

Searched defs:cshakeState (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/vendor/golang.org/x/crypto/sha3/
Dshake.go42 type cshakeState struct { struct
43 *state // SHA-3 state context and Read/Write operations
50 initBlock []byte
97 func (c *cshakeState) Reset() {
103 func (c *cshakeState) Clone() ShakeHash {