mirror of
https://github.com/Sunscreen-tech/Sunscreen.git
synced 2026-01-23 12:18:14 -05:00
25 lines
609 B
JSON
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"
|
|
]
|
|
} |