crypto/internal/bigmod.Nat.IsZero (method)
6 uses
crypto/internal/bigmod (current package)
nat.go#L213: func (x *Nat) IsZero() choice {
crypto/ecdsa
ecdsa.go#L231: if _, err = k.SetBytes(b, c.N); err == nil && k.IsZero() == 0 {
ecdsa.go#L319: if r.IsZero() == 1 {
ecdsa.go#L335: if s.IsZero() == 1 {
ecdsa.go#L515: if err != nil || r.IsZero() == 1 {
ecdsa.go#L519: if err != nil || s.IsZero() == 1 {
![]() |
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. |