(e, t)
| 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"]); |