crypto/internal/fips140/bigmod.Nat.IsOdd (method)
17 uses
crypto/internal/fips140/bigmod (current package)
nat.go#L305: func (x *Nat) IsOdd() choice {
nat.go#L575: if m.nat.IsOdd() == 1 {
nat.go#L1124: if a.IsOdd() == no && m.IsOdd() == no {
nat.go#L1155: if u.IsOdd() == yes && v.IsOdd() == yes {
nat.go#L1168: if u.IsOdd() == v.IsOdd() {
nat.go#L1173: if u.IsOdd() == no {
nat.go#L1175: if A.IsOdd() == yes || B.IsOdd() == yes {
nat.go#L1184: if C.IsOdd() == yes || D.IsOdd() == yes {
crypto/internal/fips140/rsa
keygen.go#L157: if gcd.IsOdd() == 0 {
keygen.go#L356: if wm.Nat().IsOdd() == 0 {
rsa.go#L89: if p.Nat().IsOdd() == 0 {
rsa.go#L331: if pub.N.Nat().IsOdd() == 0 {
![]() |
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. |