func internal/byteorder.LePutUint32
5 uses
internal/byteorder (current package)
byteorder.go#L32: func LePutUint32(b []byte, v uint32) {
crypto/md5
md5.go#L170: byteorder.LePutUint32(digest[0:], d.s[0])
md5.go#L171: byteorder.LePutUint32(digest[4:], d.s[1])
md5.go#L172: byteorder.LePutUint32(digest[8:], d.s[2])
md5.go#L173: byteorder.LePutUint32(digest[12:], d.s[3])
![]() |
The pages are generated with Golds v0.7.6. (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. |