Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
inv25519
Function · 0.70
pow2523
Function · 0.70
crypto_scalarmult
Function · 0.70
unpackneg
Function · 0.70
Calls
1
M
Function · 0.70
Tested by
no test coverage detected