Lines Matching refs:expand
361 def expand(bitstring, bitlen, direction): function
382 … return expand(inttostring(stringtoint(bitstring) >> int(strbitlen - bitlen)), bitlen, "LEFT")
385 return expand(inttostring(stringtoint(bitstring) & mask), bitlen, "LEFT")
522 …return ((expand(inttostring(r), 8*getbytelen(q), "LEFT") + expand(inttostring(s), 8*getbytelen(q),…
598 z = expand(inttostring(keypair.pubkey.Y.x), 8*getbytelen(p), "LEFT")
599 z = z + expand(inttostring(keypair.pubkey.Y.y), 8*getbytelen(p), "LEFT")
605 z = expand(z, 8*hblocksize, "RIGHT")
617 (r, _, _) = hashfunc(expand(inttostring(W.x), 8*getbytelen(p), "LEFT"))
624 return (r + expand(inttostring(s), 8*getbytelen(q), "LEFT"), k)
663 z = expand(inttostring(keypair.pubkey.Y.x), 8*getbytelen(p), "LEFT")
664 z = z + expand(inttostring(keypair.pubkey.Y.y), 8*getbytelen(p), "LEFT")
670 z = expand(z, 8*hblocksize, "RIGHT")
677 (h, _, _) = hashfunc(expand(inttostring(W_.x), 8*getbytelen(p), "LEFT"))
710 …r = expand(inttostring(W.x), 8*getbytelen(p), "LEFT") + expand(inttostring(W.y), 8*getbytelen(p), …
719 return (r + expand(inttostring(s), 8*getbytelen(q), "LEFT"), k)
754 …r_ = expand(inttostring(W_.x), 8*getbytelen(p), "LEFT") + expand(inttostring(W_.y), 8*getbytelen(p…
818 …return (expand(inttostring(r), 8*getbytelen(q), "LEFT") + expand(inttostring(s), 8*getbytelen(q), …
904 …return (expand(inttostring(r), 8*getbytelen(q), "LEFT") + expand(inttostring(s), 8*getbytelen(q), …
977 …(r, _, _) = hashfunc(expand(inttostring(W.x), 8*getbytelen(p), "LEFT") + expand(inttostring(W.y), …
979 (r, _, _) = hashfunc(expand(inttostring(W.x), 8*getbytelen(p), "LEFT") + message)
987 return (r + expand(inttostring(s), 8*getbytelen(q), "LEFT"), k)
1026 …(r_, _, _) = hashfunc(expand(inttostring(W_.x), 8*getbytelen(p), "LEFT") + expand(inttostring(W_.y…
1028 (r_, _, _) = hashfunc(expand(inttostring(W_.x), 8*getbytelen(p), "LEFT") + message)