Home
last modified time | relevance | path

Searched refs:inttostring (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/libecc/scripts/
H A Dexpand_libecc.py354 def inttostring(a): 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")
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")
[all …]