crypto/internal/fips140/bigmod.Nat.IsZero (method)
15 uses
crypto/internal/fips140/bigmod (current package)
nat.go#L261: func (x *Nat) IsZero() choice {
nat.go#L572: if m.nat.IsZero() == yes || m.nat.IsOne() == yes {
nat.go#L1121: if a.IsZero() == yes || m.IsZero() == yes {
nat.go#L1193: if v.IsZero() == yes {
crypto/internal/fips140/ecdsa
ecdsa.go#L175: if d.IsZero() == 1 {
ecdsa.go#L256: if k, err := bigmod.NewNat().SetBytes(b, c.N); err == nil && k.IsZero() == 0 {
ecdsa.go#L359: if r.IsZero() == 1 {
ecdsa.go#L375: if s.IsZero() == 1 {
ecdsa.go#L467: if r.IsZero() == 1 {
ecdsa.go#L474: if s.IsZero() == 1 {
crypto/internal/fips140/rsa
keygen.go#L169: if gcd.IsZero() == 1 || gcd.Bits()[0] == 0 {
keygen.go#L363: if wMinus1.IsZero() == 1 {
keygen.go#L391: if b.IsZero() == 1 || b.IsOne() == 1 || b.IsMinusOne(mr.w) == 1 {
rsa.go#L225: if pN.Mul(qN, N).IsZero() != 1 {
![]() |
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. |