(e, t, n, r)
| 882 | return z(W(t), e, n, r) |
| 883 | } |
| 884 | function x(e, t, n, r) { |
| 885 | return z(function(e, t) { |
| 886 | for (var n, r, i, o = [], a = 0; a < e.length && !((t -= 2) < 0); ++a) |
| 887 | r = (n = e.charCodeAt(a)) >> 8, |
| 888 | i = n % 256, |
| 889 | o.push(i), |
| 890 | o.push(r); |
| 891 | return o |
| 892 | }(t, e.length - n), e, n, r) |
| 893 | } |
| 894 | function T(e, t, n) { |
| 895 | return 0 === t && n === e.length ? r.fromByteArray(e) : r.fromByteArray(e.slice(t, n)) |
| 896 | } |