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#L342: return &PrivateKey{PublicKey: PublicKey{Curve: c, X: bbig.Dec(x), Y: bbig.Dec(y)}, D: bbig.Dec(d)}, nil
crypto/rsa
rsa.go#L323: N := bbig.Dec(bN)
rsa.go#L324: E := bbig.Dec(bE)
rsa.go#L325: D := bbig.Dec(bD)
rsa.go#L326: P := bbig.Dec(bP)
rsa.go#L327: Q := bbig.Dec(bQ)
rsa.go#L328: Dp := bbig.Dec(bDp)
rsa.go#L329: Dq := bbig.Dec(bDq)
rsa.go#L330: Qinv := bbig.Dec(bQinv)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |