func crypto/elliptic.p224IsZero
6 uses
crypto/elliptic (current package)
p224.go#L147: func p224IsZero(a *p224FieldElement) uint32 {
p224.go#L521: z1IsZero := p224IsZero(z1)
p224.go#L522: z2IsZero := p224IsZero(z2)
p224.go#L541: xEqual := p224IsZero(&h)
p224.go#L553: yEqual := p224IsZero(&r)
p224.go#L689: if isPointAtInfinity := p224IsZero(z); isPointAtInfinity == 1 {
![]() |
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. |