MCPcopy Create free account
hub / github.com/smallfawn/QLScriptPublic / k

Function k

daily/ydyp.js:818–842  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

816};
817
818function k() {
819 return b || (b = 1, w.exports = function(e) {
820 return o = (r = e).lib, n = o.Base, i = o.WordArray, (s = r.x64 = {}).Word = n.extend({
821 init: function(e, t) {
822 this.high = e, this.low = t
823 }
824 }), s.WordArray = n.extend({
825 init: function(e, r) {
826 e = this.words = e || [], this.sigBytes = r != t ? r : 8 * e.length
827 },
828 toX32: function() {
829 for (var e = this.words, t = e.length, r = [], o = 0; o < t; o++) {
830 var n = e[o];
831 r.push(n.high), r.push(n.low)
832 }
833 return i.create(r, this.sigBytes)
834 },
835 clone: function() {
836 for (var e = n.clone.call(this), t = e.words = this.words.slice(0), r = t.length, o = 0; o < r; o++) t[o] = t[o].clone();
837 return e
838 }
839 }), e;
840 var t, r, o, n, i, s
841 }(v())), w.exports
842}
843var _, x = {
844 exports: {}
845};

Callers 3

XFunction · 0.70
ZFunction · 0.70
ydyp.jsFile · 0.70

Calls 3

vFunction · 0.85
createMethod · 0.80
callMethod · 0.80

Tested by

no test coverage detected