We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63f9be1 commit b1583a9Copy full SHA for b1583a9
.vscode/settings.json
@@ -0,0 +1,28 @@
1
+{
2
+ "editor.wordWrap": "wordWrapColumn",
3
+ "editor.fontSize": 12,
4
+ "latex-workshop.formatting.latex": "latexindent",
5
+ "editor.rulers": [
6
+ {
7
+ "column": 80,
8
+ "color": "#BB6588"
9
+ }
10
+ ],
11
+ "cSpell.mergeCSpellSettings": false,
12
+ "cSpell.words": [
13
+ "blockify",
14
+ "bookkeeps",
15
+ "ciphertext",
16
+ "ciphertexts",
17
+ "distinguisher",
18
+ "indistinguishability",
19
+ "Nakamoto",
20
+ "NIZK",
21
+ "permissioned",
22
+ "permissionless",
23
+ "polylogarithmic",
24
+ "timestamping",
25
+ "YOSO"
26
27
+ "cSpell.enabled": true
28
+}
0 commit comments