MCPcopy Create free account
hub / github.com/cxapython/catvm / KAYD

Function KAYD

geetest/test.js:923–942  ·  view source on GitHub ↗
(e, t)

Source from the content-addressed store, hash-verified

921 }
922
923 function KAYD(e, t) {
924 if (e > 4294967295 || e < 1)
925 return UoGV["ONE"];
926 var r = VGqq()
927 , n = VGqq()
928 , i = t["convert"](this)
929 , o = kSca(e) - 1;
930 i["copyTo"](r);
931 while (--o >= 0) {
932 t["sqrTo"](r, n);
933 if ((e & 1 << o) > 0)
934 t["mulTo"](n, i, r);
935 else {
936 var a = r;
937 r = n;
938 n = a;
939 }
940 }
941 return t["revert"](r);
942 }
943
944 function LEZs(e, t) {
945 var r;

Callers

nothing calls this directly

Calls 2

VGqqFunction · 0.85
kScaFunction · 0.85

Tested by

no test coverage detected