func crypto/internal/fips140deps/byteorder.LEPutUint64
6 uses
crypto/internal/fips140deps/byteorder (current package)
byteorder.go#L41: func LEPutUint64(b []byte, v uint64) {
crypto/internal/fips140/edwards25519/field
fe.go#L244: byteorder.LEPutUint64(out[0*8:], u0)
fe.go#L245: byteorder.LEPutUint64(out[1*8:], u1)
fe.go#L246: byteorder.LEPutUint64(out[2*8:], u2)
fe.go#L247: byteorder.LEPutUint64(out[3*8:], u3)
crypto/internal/fips140/sha3
keccakf.go#L52: byteorder.LEPutUint64(da[i*8:], a[i])
![]() |
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. |