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

Function RUjo

geetest/test.js:1042–1054  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

1040 }
1041
1042 function RUjo(e) {
1043 var t = NtEJ(e, this["n"]["bitLength"]() + 7 >> 3);
1044 if (t == null)
1045 return null;
1046 var r = this["doPublic"](t);
1047 if (r == null)
1048 return null;
1049 var n = r["toString"](16);
1050 if ((n["length"] & 1) == 0)
1051 return n;
1052 else
1053 return "0" + n;
1054 }
1055
1056 ONBD["prototype"]["doPublic"] = Qtuk;
1057 ONBD["prototype"]["setPublic"] = PHYb;

Callers

nothing calls this directly

Calls 1

NtEJFunction · 0.85

Tested by

no test coverage detected