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
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |