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#L306: 		N := bbig.Dec(bN)
		rsa.go#L307: 		E := bbig.Dec(bE)
		rsa.go#L308: 		D := bbig.Dec(bD)
		rsa.go#L309: 		P := bbig.Dec(bP)
		rsa.go#L310: 		Q := bbig.Dec(bQ)
		rsa.go#L311: 		Dp := bbig.Dec(bDp)
		rsa.go#L312: 		Dq := bbig.Dec(bDq)
		rsa.go#L313: 		Qinv := bbig.Dec(bQinv)
|  | The pages are generated with Golds v0.7.6. (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. |