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

Function A

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

Source from the content-addressed store, hash-verified

182 o[15] &= 0x7fff;
183 }
184 function A(o, a, b) {
185 for (var i = 0; i < 16; i++)
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];

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