mirror of
https://github.com/Sunscreen-tech/Sunscreen.git
synced 2026-01-13 23:58:11 -05:00
This enables some small performance increase for smaller proofs (up to approximately 75%). Additionally this enables the prover and verifier to agree on which components may or may not be interesting by specifying a bounds of zero.
23 lines
520 B
JSON
23 lines
520 B
JSON
{
|
|
"debug.allowBreakpointsEverywhere": true,
|
|
"cSpell.words": [
|
|
"Bincode",
|
|
"ciphertext",
|
|
"ciphertexts",
|
|
"Iliashenko",
|
|
"petgraph",
|
|
"println",
|
|
"relinearization",
|
|
"relinearizations",
|
|
"relinearize",
|
|
"struct",
|
|
"usize",
|
|
"Walkthrough",
|
|
"Xeon"
|
|
],
|
|
"OpenCL.server.buildOptions": [
|
|
"-I", "${workspaceFolder}/sunscreen_math/src/opencl_impl/shaders/include"
|
|
],
|
|
"OpenCL.server.deviceID": 124252029
|
|
}
|