func crypto/internal/boring/bbig.Dec
12 uses
crypto/internal/boring/bbig (current package)
big.go#L24: func Dec(b boring.BigInt) *big.Int {
crypto/ecdsa
ecdsa.go#L170: return &PrivateKey{PublicKey: PublicKey{Curve: c, X: bbig.Dec(x), Y: bbig.Dec(y)}, D: bbig.Dec(d)}, nil
crypto/rsa
rsa.go#L289: N := bbig.Dec(bN)
rsa.go#L290: E := bbig.Dec(bE)
rsa.go#L291: D := bbig.Dec(bD)
rsa.go#L292: P := bbig.Dec(bP)
rsa.go#L293: Q := bbig.Dec(bQ)
rsa.go#L294: Dp := bbig.Dec(bDp)
rsa.go#L295: Dq := bbig.Dec(bDq)
rsa.go#L296: Qinv := bbig.Dec(bQinv)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)