Files
Sunscreen/.vscode/settings.json
2023-07-27 11:55:58 -07:00

25 lines
609 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,
"rust-analyzer.linkedProjects": [
"./sunscreen_zkp_backend/Cargo.toml"
]
}