crypto/internal/nistec/fiat.P256Element.Square (method)
16 uses
crypto/internal/nistec/fiat (current package)
p256.go#L118: func (e *P256Element) Square(t *P256Element) *P256Element {
p256_invert.go#L37: z.Square(x)
p256_invert.go#L39: z.Square(z)
p256_invert.go#L41: t0.Square(z)
p256_invert.go#L43: t0.Square(t0)
p256_invert.go#L46: t1.Square(t0)
p256_invert.go#L48: t1.Square(t1)
p256_invert.go#L52: t0.Square(t0)
p256_invert.go#L55: t0.Square(z)
p256_invert.go#L57: t1.Square(t0)
p256_invert.go#L59: t1.Square(t1)
p256_invert.go#L63: t0.Square(t0)
p256_invert.go#L67: t0.Square(t0)
p256_invert.go#L71: t0.Square(t0)
p256_invert.go#L75: t0.Square(t0)
p256_invert.go#L79: z.Square(z)
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |