crypto/internal/fips140/bigmod.Nat.Bits (method)
3 uses
crypto/internal/fips140/bigmod (current package)
nat.go#L140: func (x *Nat) Bits() []uint {
crypto/internal/fips140/rsa
keygen.go#L148: if gcd.IsZero() == 1 || gcd.Bits()[0] == 0 {
keygen.go#L151: if rem := b.DivShortVarTime(gcd.Bits()[0]); rem != 0 {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)