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

Function ONBD

geetest/test.js:1016–1028  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1014 }
1015
1016 function ONBD() {
1017 this["n"] = null;
1018 this["e"] = 0;
1019 this["d"] = null;
1020 this["p"] = null;
1021 this["q"] = null;
1022 this["dmp1"] = null;
1023 this["dmq1"] = null;
1024 this["coeff"] = null;
1025 var e = "00C1E3934D1614465B33053E7F48EE4EC87B14B95EF88947713D25EECBFF7E74C7977D02DC1D9451F79DD5D1C10C29ACB6A9B4D6FB7D0A0279B6719E1772565F09AF627715919221AEF91899CAE08C0D686D748B20A3603BE2318CA6BC2B59706592A9219D0BF05C9F65023A21D2330807252AE0066D59CEEFA5F2748EA80BAB81";
1026 var t = "10001";
1027 this["setPublic"](e, t);
1028 }
1029
1030 function PHYb(e, t) {
1031 if (e != null && t != null && e["length"] > 0 && t["length"] > 0) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected