Lines Matching refs:W_
561 W_ = (u * G) + (v * pubkey.Y)
562 if W_.x == None:
564 r_ = W_.x % q
676 W_ = (s * pubkey.Y) + (e * G)
677 (h, _, _) = hashfunc(expand(inttostring(W_.x), 8*getbytelen(p), "LEFT"))
753 W_ = s * G + e * pubkey.Y
754 …r_ = expand(inttostring(W_.x), 8*getbytelen(p), "LEFT") + expand(inttostring(W_.y), 8*getbytelen(p…
857 W_ = u * G + v * pubkey.Y
858 r_ = W_.x % q
942 W_ = u * G + v * pubkey.Y
943 r_ = W_.x % q
1024 W_ = s * G + e * pubkey.Y
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)