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

Function crypto_verify_32

vmm/src/x25519.js:118–120  ·  view source on GitHub ↗
(x, xi, y, yi)

Source from the content-addressed store, hash-verified

116 return (1 & ((d - 1) >>> 8)) - 1;
117 }
118 function crypto_verify_32(x, xi, y, yi) {
119 return vn(x, xi, y, yi, 32);
120 }
121 function set25519(r, a) {
122 var i;
123 for (i = 0; i < 16; i++)

Callers 2

neq25519Function · 0.70
crypto_sign_openFunction · 0.70

Calls 1

vnFunction · 0.70

Tested by

no test coverage detected