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

Function S

vmm/src/x25519.js:601–603  ·  view source on GitHub ↗
(o, a)

Source from the content-addressed store, hash-verified

599 o[15] = t15;
600 }
601 function S(o, a) {
602 M(o, a, a);
603 }
604 function inv25519(o, i) {
605 var c = gf();
606 var a;

Callers 4

inv25519Function · 0.70
pow2523Function · 0.70
crypto_scalarmultFunction · 0.70
unpacknegFunction · 0.70

Calls 1

MFunction · 0.70

Tested by

no test coverage detected