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

Function PHYb

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

Source from the content-addressed store, hash-verified

1028 }
1029
1030 function PHYb(e, t) {
1031 if (e != null && t != null && e["length"] > 0 && t["length"] > 0) {
1032 this["n"] = MNFx(e, 16);
1033 this["e"] = parseInt(t, 16);
1034 } else
1035 console && console["error"] && console["error"]("Invalid RSA public key");
1036 }
1037
1038 function Qtuk(e) {
1039 return e["modPowInt"](this["e"], this["n"]);

Callers

nothing calls this directly

Calls 1

MNFxFunction · 0.85

Tested by

no test coverage detected