func crypto/internal/fips140/nistec.P256OrdInverse
3 uses
crypto/internal/fips140/nistec (current package)
p256_ordinv.go#L21: func P256OrdInverse(k []byte) ([]byte, error) {
crypto/internal/fips140/ecdsa
ecdsa.go#L106: ordInverse: nistec.P256OrdInverse,
crypto/elliptic
nistec_p256.go#L24: inverse, err := nistec.P256OrdInverse(scalar)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)