func crypto/internal/fips140deps/byteorder.LEUint16
3 uses
crypto/internal/fips140deps/byteorder (current package)
byteorder.go#L9: func LEUint16(b []byte) uint16 {
crypto/internal/fips140/mlkem
field.go#L529: d1 := byteorder.LEUint16(buf[off:]) & 0b1111_1111_1111
field.go#L530: d2 := byteorder.LEUint16(buf[off+1:]) >> 4
![]() |
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. |