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

2 uses

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

	crypto/elliptic/internal/nistec
		p384.go#L136: 	zinv := new(fiat.P384Element).Invert(p.z)