Home
last modified time | relevance | path

Searched refs:BitLen (Results 1 – 25 of 2555) sorted by relevance

12345678910>>...103

/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/crypto/bn256/cloudflare/
H A Dlattice_test.go13 if ks[0].BitLen() > 130 || ks[1].BitLen() > 130 {
24 if ks[0].BitLen() > 66 || ks[1].BitLen() > 66 || ks[2].BitLen() > 66 || ks[3].BitLen() > 66 {
/dports/security/keybase/client-v5.7.1/go/merkletree2/
H A Dposition.go60 if len(k)*8 < (*big.Int)(p).BitLen()-1 {
66 q.Rsh(&q, uint(q.BitLen()-(*big.Int)(p).BitLen()))
76 if (*big.Int)(p).BitLen() < 2 {
100 if (*big.Int)(p).BitLen() < 2 {
149 n := uint(t.KeysByteLength*8 + 1 - min.BitLen())
158 n := uint(t.KeysByteLength*8 + 1 - min.BitLen())
215 return ((*big.Int)(p).BitLen() - 1) / int(t.BitsPerIndex)
222 if (*big.Int)(p).BitLen() < 2 || shift < 0 {
251 if (*big.Int)(p).BitLen() < 2 {
258 lp := (*big.Int)(p).BitLen()
[all …]
/dports/net-im/coyim/coyim-0.3.11/vendor/github.com/coyim/otr3/
H A Dfull_conversation_test.go94 assertEquals(t, alice.keys.ourCurrentDHKeys.priv.BitLen() > 0, true)
95 assertEquals(t, alice.keys.ourCurrentDHKeys.pub.BitLen() > 0, true)
97 assertEquals(t, alice.keys.ourPreviousDHKeys.pub.BitLen() > 0, true)
100 assertEquals(t, bob.keys.ourCurrentDHKeys.priv.BitLen() > 0, true)
101 assertEquals(t, bob.keys.ourCurrentDHKeys.pub.BitLen() > 0, true)
102 assertEquals(t, bob.keys.ourPreviousDHKeys.priv.BitLen() > 0, true)
103 assertEquals(t, bob.keys.ourPreviousDHKeys.pub.BitLen() > 0, true)
151 assertEquals(t, alice.keys.ourCurrentDHKeys.pub.BitLen() > 0, true)
156 assertEquals(t, bob.keys.ourCurrentDHKeys.priv.BitLen() > 0, true)
157 assertEquals(t, bob.keys.ourCurrentDHKeys.pub.BitLen() > 0, true)
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/cmd/evm/internal/t8ntool/
H A Dtransaction.go159 case tx.Value().BitLen() > 256:
161 case tx.GasPrice().BitLen() > 256:
163 case tx.GasTipCap().BitLen() > 256:
165 case tx.GasFeeCap().BitLen() > 256:
169 case new(big.Int).Mul(tx.GasPrice(), new(big.Int).SetUint64(tx.Gas())).BitLen() > 256:
171 case new(big.Int).Mul(tx.GasFeeCap(), new(big.Int).SetUint64(tx.Gas())).BitLen() > 256:
/dports/devel/mingw32-gcc/gcc-4.8.1/libgo/go/crypto/dsa/
H A Ddsa_test.go36 if params.P.BitLen() != L {
37 t.Errorf("%d: params.BitLen got:%d want:%d", int(sizes), params.P.BitLen(), L)
40 if params.Q.BitLen() != N {
41 t.Errorf("%d: q.BitLen got:%d want:%d", int(sizes), params.Q.BitLen(), L)
/dports/lang/gcc6-aux/gcc-6-20180516/libgo/go/crypto/dsa/
H A Ddsa_test.go36 if params.P.BitLen() != L {
37 t.Errorf("%d: params.BitLen got:%d want:%d", int(sizes), params.P.BitLen(), L)
40 if params.Q.BitLen() != N {
41 t.Errorf("%d: q.BitLen got:%d want:%d", int(sizes), params.Q.BitLen(), L)
/dports/lang/gcc48/gcc-4.8.5/libgo/go/crypto/dsa/
H A Ddsa_test.go36 if params.P.BitLen() != L {
37 t.Errorf("%d: params.BitLen got:%d want:%d", int(sizes), params.P.BitLen(), L)
40 if params.Q.BitLen() != N {
41 t.Errorf("%d: q.BitLen got:%d want:%d", int(sizes), params.Q.BitLen(), L)
/dports/lang/gnat_util/gcc-6-20180516/libgo/go/crypto/dsa/
H A Ddsa_test.go36 if params.P.BitLen() != L {
37 t.Errorf("%d: params.BitLen got:%d want:%d", int(sizes), params.P.BitLen(), L)
40 if params.Q.BitLen() != N {
41 t.Errorf("%d: q.BitLen got:%d want:%d", int(sizes), params.Q.BitLen(), L)
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgo/go/crypto/dsa/
H A Ddsa_test.go36 if params.P.BitLen() != L {
37 t.Errorf("%d: params.BitLen got:%d want:%d", int(sizes), params.P.BitLen(), L)
40 if params.Q.BitLen() != N {
41 t.Errorf("%d: q.BitLen got:%d want:%d", int(sizes), params.Q.BitLen(), L)
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/third_party/gofrontend/libgo/go/crypto/dsa/
H A Ddsa_test.go36 if params.P.BitLen() != L {
37 t.Errorf("%d: params.BitLen got:%d want:%d", int(sizes), params.P.BitLen(), L)
40 if params.Q.BitLen() != N {
41 t.Errorf("%d: q.BitLen got:%d want:%d", int(sizes), params.Q.BitLen(), L)
/dports/graphics/wings/wings-8d019ebe48/e3d/
H A De3d__tif.erl474 ReadCode = fun(BitLen, UsedBits) ->
475 Shift = case ((UsedBits + BitLen) rem 8) of
480 <<_:UsedBits, Code:BitLen, _:Shift, _/binary>> ->
482 {Code, UsedBits + BitLen};
484 io:format("~nEOI ~p ~p'~n",[BitLen, UsedBits]),
577 lzw_decomp(S, Read, PrevCode, Count, BitLen, Acc) ->
578 case (catch Read(BitLen,S)) of
594 [?MODULE, Else, {NS, PrevCode, Count, BitLen}]),
614 [?MODULE, Else, {S, PrevCode, Count, BitLen}]),
649 lzw_init_compress(Bin, W, BitLen, Build, Acc) ->
[all …]
/dports/lang/gcc8/gcc-8.5.0/libgo/go/crypto/dsa/
H A Ddsa_test.go36 if params.P.BitLen() != L {
37 t.Errorf("%d: params.BitLen got:%d want:%d", int(sizes), params.P.BitLen(), L)
40 if params.Q.BitLen() != N {
41 t.Errorf("%d: q.BitLen got:%d want:%d", int(sizes), params.Q.BitLen(), L)
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/crypto/dsa/
H A Ddsa_test.go36 if params.P.BitLen() != L {
37 t.Errorf("%d: params.BitLen got:%d want:%d", int(sizes), params.P.BitLen(), L)
40 if params.Q.BitLen() != N {
41 t.Errorf("%d: q.BitLen got:%d want:%d", int(sizes), params.Q.BitLen(), L)
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/go/crypto/dsa/
H A Ddsa_test.go36 if params.P.BitLen() != L {
37 t.Errorf("%d: params.BitLen got:%d want:%d", int(sizes), params.P.BitLen(), L)
40 if params.Q.BitLen() != N {
41 t.Errorf("%d: q.BitLen got:%d want:%d", int(sizes), params.Q.BitLen(), L)
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgo/go/crypto/dsa/
H A Ddsa_test.go36 if params.P.BitLen() != L {
37 t.Errorf("%d: params.BitLen got:%d want:%d", int(sizes), params.P.BitLen(), L)
40 if params.Q.BitLen() != N {
41 t.Errorf("%d: q.BitLen got:%d want:%d", int(sizes), params.Q.BitLen(), L)
/dports/lang/gcc9-devel/gcc-9-20211007/libgo/go/crypto/dsa/
H A Ddsa_test.go36 if params.P.BitLen() != L {
37 t.Errorf("%d: params.BitLen got:%d want:%d", int(sizes), params.P.BitLen(), L)
40 if params.Q.BitLen() != N {
41 t.Errorf("%d: q.BitLen got:%d want:%d", int(sizes), params.Q.BitLen(), L)
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgo/go/crypto/dsa/
H A Ddsa_test.go36 if params.P.BitLen() != L {
37 t.Errorf("%d: params.BitLen got:%d want:%d", int(sizes), params.P.BitLen(), L)
40 if params.Q.BitLen() != N {
41 t.Errorf("%d: q.BitLen got:%d want:%d", int(sizes), params.Q.BitLen(), L)
/dports/devel/riscv64-gcc/gcc-8.3.0/libgo/go/crypto/dsa/
H A Ddsa_test.go36 if params.P.BitLen() != L {
37 t.Errorf("%d: params.BitLen got:%d want:%d", int(sizes), params.P.BitLen(), L)
40 if params.Q.BitLen() != N {
41 t.Errorf("%d: q.BitLen got:%d want:%d", int(sizes), params.Q.BitLen(), L)
/dports/lang/gcc9/gcc-9.4.0/libgo/go/crypto/dsa/
H A Ddsa_test.go36 if params.P.BitLen() != L {
37 t.Errorf("%d: params.BitLen got:%d want:%d", int(sizes), params.P.BitLen(), L)
40 if params.Q.BitLen() != N {
41 t.Errorf("%d: q.BitLen got:%d want:%d", int(sizes), params.Q.BitLen(), L)
/dports/lang/gcc9-aux/gcc-9.1.0/libgo/go/crypto/dsa/
H A Ddsa_test.go36 if params.P.BitLen() != L {
37 t.Errorf("%d: params.BitLen got:%d want:%d", int(sizes), params.P.BitLen(), L)
40 if params.Q.BitLen() != N {
41 t.Errorf("%d: q.BitLen got:%d want:%d", int(sizes), params.Q.BitLen(), L)
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/crypto/dsa/
H A Ddsa_test.go36 if params.P.BitLen() != L {
37 t.Errorf("%d: params.BitLen got:%d want:%d", int(sizes), params.P.BitLen(), L)
40 if params.Q.BitLen() != N {
41 t.Errorf("%d: q.BitLen got:%d want:%d", int(sizes), params.Q.BitLen(), L)
/dports/lang/gcc6-aux/gcc-6-20180516/libgo/go/crypto/rand/
H A Dutil.go99 if p.ProbablyPrime(20) && p.BitLen() == bits {
110 k := (max.BitLen() + 7) / 8
113 b := uint(max.BitLen() % 8)
/dports/lang/gcc48/gcc-4.8.5/libgo/go/crypto/rand/
H A Dutil.go97 if p.ProbablyPrime(20) && p.BitLen() == bits {
108 k := (max.BitLen() + 7) / 8
111 b := uint(max.BitLen() % 8)
/dports/lang/gnat_util/gcc-6-20180516/libgo/go/crypto/rand/
H A Dutil.go99 if p.ProbablyPrime(20) && p.BitLen() == bits {
110 k := (max.BitLen() + 7) / 8
113 b := uint(max.BitLen() % 8)
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgo/go/crypto/rand/
H A Dutil.go97 if p.ProbablyPrime(20) && p.BitLen() == bits {
108 k := (max.BitLen() + 7) / 8
111 b := uint(max.BitLen() % 8)

12345678910>>...103