crypto/internal/bigmod.Nat.IsZero (method)
6 uses
crypto/internal/bigmod (current package)
nat.go#L225: func (x *Nat) IsZero() choice {
crypto/ecdsa
ecdsa.go#L227: if _, err = k.SetBytes(b, c.N); err == nil && k.IsZero() == 0 {
ecdsa.go#L315: if r.IsZero() == 1 {
ecdsa.go#L331: if s.IsZero() == 1 {
ecdsa.go#L510: if err != nil || r.IsZero() == 1 {
ecdsa.go#L514: if err != nil || s.IsZero() == 1 {
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |