const crypto/elliptic.bottom28Bits
11 uses
crypto/elliptic (current package)
p224.go#L221: const bottom28Bits = 0xfffffff
p224.go#L285: out[i] = uint32(in[i] & bottom28Bits)
p224.go#L295: out[0] = uint32(in[0] & bottom28Bits)
p224.go#L296: out[1] += uint32((in[0] >> 28) & bottom28Bits)
p224.go#L310: a[i] &= bottom28Bits
p224.go#L313: a[7] &= bottom28Bits
p224.go#L396: out[i] &= bottom28Bits
p224.go#L399: out[7] &= bottom28Bits
p224.go#L420: out[i] &= bottom28Bits
p224.go#L423: out[7] &= bottom28Bits
p224.go#L721: ret &= bottom28Bits
![]() |
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. |