math/big.Int.ProbablyPrime (method)
4 uses
math/big (current package)
prime.go#L26: func (x *Int) ProbablyPrime(n int) bool {
crypto/dsa
dsa.go#L108: if !q.ProbablyPrime(numMRTests) {
dsa.go#L128: if !p.ProbablyPrime(numMRTests) {
crypto/rand
util.go#L55: if p.ProbablyPrime(20) {
![]() |
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. |