func crypto/internal/fips140/sha3.New256
7 uses
crypto/internal/fips140/sha3 (current package)
hashes.go#L13: func New256() *Digest {
crypto/internal/fips140/mlkem
mlkem1024.go#L245: H := sha3.New256()
mlkem1024.go#L330: h := sha3.New256()
mlkem768.go#L304: H := sha3.New256()
mlkem768.go#L389: h := sha3.New256()
crypto/sha3
sha3.go#L35: h := sha3.New256()
sha3.go#L117: return &SHA3{*sha3.New256()}
![]() |
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. |