crypto/internal/fips140/sha3.Digest.Sum (method, view implemented interface methods)
17 uses
crypto/internal/fips140/sha3 (current package)
sha3.go#L146: func (d *Digest) Sum(b []byte) []byte {
shake.go#L68: func (s *SHAKE) Sum(in []byte) []byte { return s.d.Sum(in) }
crypto/internal/fips140/mlkem
mlkem1024.go#L214: G := g.Sum(make([]byte, 0, 64))
mlkem1024.go#L248: H.Sum(dk.h[:0])
mlkem1024.go#L307: G := g.Sum(nil)
mlkem1024.go#L332: h.Sum(ek.h[:0])
mlkem1024.go#L422: G := g.Sum(make([]byte, 0, 64))
mlkem768.go#L273: G := g.Sum(make([]byte, 0, 64))
mlkem768.go#L307: H.Sum(dk.h[:0])
mlkem768.go#L366: G := g.Sum(nil)
mlkem768.go#L391: h.Sum(ek.h[:0])
mlkem768.go#L481: G := g.Sum(make([]byte, 0, 64))
crypto/sha3
sha3.go#L28: h.Sum(out[:0])
sha3.go#L37: h.Sum(out[:0])
sha3.go#L46: h.Sum(out[:0])
sha3.go#L55: h.Sum(out[:0])
sha3.go#L145: return s.s.Sum(b)
![]() |
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. |