MCPcopy Create free account
hub / github.com/Dstack-TEE/dstack / Z

Function Z

vmm/src/x25519.js:188–191  ·  view source on GitHub ↗
(o, a, b)

Source from the content-addressed store, hash-verified

186 o[i] = a[i] + b[i];
187 }
188 function Z(o, a, b) {
189 for (var i = 0; i < 16; i++)
190 o[i] = a[i] - b[i];
191 }
192 function M(o, a, b) {
193 var v, c, t0 = 0, t1 = 0, t2 = 0, t3 = 0, t4 = 0, t5 = 0, t6 = 0, t7 = 0, t8 = 0, t9 = 0, t10 = 0, t11 = 0, t12 = 0, t13 = 0, t14 = 0, t15 = 0, t16 = 0, t17 = 0, t18 = 0, t19 = 0, t20 = 0, t21 = 0, t22 = 0, t23 = 0, t24 = 0, t25 = 0, t26 = 0, t27 = 0, t28 = 0, t29 = 0, t30 = 0, b0 = b[0], b1 = b[1], b2 = b[2], b3 = b[3], b4 = b[4], b5 = b[5], b6 = b[6], b7 = b[7], b8 = b[8], b9 = b[9], b10 = b[10], b11 = b[11], b12 = b[12], b13 = b[13], b14 = b[14], b15 = b[15];
194 v = a[0];

Callers 4

crypto_scalarmultFunction · 0.70
addFunction · 0.70
unpacknegFunction · 0.70
convertPublicKeyFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected