crypto/elliptic/internal/fiat.P521Element.Invert (method)

2 uses

	crypto/elliptic/internal/fiat (current package)
		p521_invert.go#L12: func (e *P521Element) Invert(x *P521Element) *P521Element {

	crypto/elliptic/internal/nistec
		p521.go#L148: 	zinv := new(fiat.P521Element).Invert(p.z)