const crypto/sha512.chunk
9 uses
crypto/sha512 (current package)
sha512.go#L46: chunk = 128
sha512.go#L84: x [chunk]byte
sha512.go#L138: marshaledSize = len(magic512) + 8*8 + chunk + 8
sha512.go#L195: d.nx = int(d.len % chunk)
sha512.go#L261: if d.nx == chunk {
sha512.go#L267: if len(p) >= chunk {
sha512.go#L268: n := len(p) &^ (chunk - 1)
sha512block.go#L99: for len(p) >= chunk {
sha512block.go#L140: p = p[chunk:]
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |