crypto/internal/edwards25519/field.Element.Equal (method)
6 uses
	crypto/internal/edwards25519/field (current package)
		fe.go#L252: func (v *Element) Equal(u *Element) int {
		fe.go#L410: 	correctSignSqrt := check.Equal(u)
		fe.go#L411: 	flippedSignSqrt := check.Equal(uNeg)
		fe.go#L412: 	flippedSignSqrtI := check.Equal(t0.Multiply(uNeg, sqrtM1))
	crypto/internal/edwards25519
		edwards25519.go#L392: 	return t1.Equal(&t2) & t3.Equal(&t4)
|  | The pages are generated with Golds v0.7.6. (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. |