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

2 uses

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

	crypto/elliptic/internal/nistec
		p224.go#L131: 	zinv := new(fiat.P224Element).Invert(p.z)