-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathconfig.json
More file actions
23 lines (23 loc) · 753 Bytes
/
config.json
File metadata and controls
23 lines (23 loc) · 753 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"APP_NAME": "quantum-cryptography-simulation",
"SECRET_KEY": "3e35f2a48a4f4950ad2861f6a9d7451a40cfd6493173b691331b82409c521f2fef05723ca7865d2e266a498a663a6e4d3a2f2c8d2fd1e7f8442214df3fbfec76881a26d33413798b9608d971a4b347471735c4bcfe77eab478a335d3b88f4af2fd19a9a12734945f207169d0480eae831d9df31185786302c763d6b1a1f9df6a",
"VERBOSE": true,
"NoEncryption": {
"KEY_LENGTH": 2048
},
"BB84Protocol": {
"KEY_LENGTH": 2048,
"RECONCILIATION_SUBSET": 256,
"QBER": 0.11,
"BASIS": [0, 90]
},
"E91Protocol": {
"KEY_LENGTH": 2048,
"BASIS_A": [0, 22.5, 45],
"BASIS_B": [0, 22.5, 67.5],
"BASIS_E": [0, 22.5, 45, 67.5],
"KEY_BASIS": { "A": 0, "B": 0 },
"CHSH_A": [22.5, 45],
"CHSH_B": [22.5, 67.5]
}
}