-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathoutput.json
More file actions
58 lines (58 loc) · 2.99 KB
/
output.json
File metadata and controls
58 lines (58 loc) · 2.99 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
[
{
"step": 1,
"actor": "Alice",
"action": "Generates RSA keys",
"detail": "Alice creates her public/private key pair.",
"payload": "{\"n\":\"9c5c25cd0d5dd8ed316052cdd0a6d30473ec49f1109fae400cef9515a9339680c00c9d771e10589e1731caca9fb0dbaa2228c0cc8acd37d3b021b2a6b237d9ed6e59631df3adfd244d6f123e16198fcda66c1fecac81b21ab32f6f7bbbb635f47af4b5abf8347b50cd703ce0a827850d01cf6cb612a31d5eb2be4e87b34bb9d1b0bdec6678e3a18c2b7d97ea7facb3b738f6d9fd6a6a7b404e50785f73a84e519a71299d8ec33ffc64e39c5b8a0b304bbe2fafd0cfcb788270a16cf2f23d32a218456a17f50a054a6095da389e02a5aa76c78b0e9ab1dd300360402e845c863e947b28578c60f566781501d880cfbf1008269998a922dc3590a83d894fd64a07\",\"e\":\"3\"}",
"local": true
},
{
"step": 2,
"actor": "Bob",
"action": "Creates message",
"detail": "Message prepared for blind signing.",
"payload": "{\"message\":\"c032adc1ff629c9b66f22749ad667e6beadf144b\"}",
"local": true
},
{
"step": 3,
"actor": "Bob",
"action": "Blinds message",
"detail": "Bob blinds the message with random factor r before sending to Alice.",
"payload": "{\"r\":\"10a42af17965740db7a9\",\"blinded\":\"6f995d6aea526da5c4558062bb313c6ad5678a799dd5325517a1d3ef09cb781869ce00dbaa720531726cad4a691d88afe0cd5d76029ace06b8613d1a1b49e90acd26b30d2\"}",
"local": true
},
{
"step": 4,
"actor": "Bob",
"action": "Bob sends the blinded message Alice.",
"detail": "Bob sends the blinded message Alice.",
"payload": "\"blinded\":\"6f995d6aea526da5c4558062bb313c6ad5678a799dd5325517a1d3ef09cb781869ce00dbaa720531726cad4a691d88afe0cd5d76029ace06b8613d1a1b49e90acd26b30d2\"}",
"local": false
},
{
"step": 5,
"actor": "Alice",
"action": "Alice calculate muprime",
"detail": "Alice calculate muprime.",
"payload": "\"muprime\":\"4ae6756881bff5383a456ef6b227c17c390d7a3b7e0098794cfaed1a1bdd200257358e762acc7bde40380ca2ac3cc49ec9d989e32c895bc75b30fa85cd1e55620e15f3a90bdd7b524b8d80d7f00dcbfa0a6dee4e7090d7fa262d0207dbe990c622eb523b172fb24fbe2a2454714d8ea42ffdb8d57add8c5f3394f529d0b1d64ad679a47ce81e400d8d52289b2f19e17b4b85e342ad4402a3e9d3ff48101bce32c0e88edcf161822ad734b5dfa91526c499f4a8344987b555b8ca2058603cea9efacfa17a917be5123dde8a3bcd83984d0f31b08e5e6f1ce380a44256ce12fb1ee1d741c9a4f257194040944077f1d7f29e260eb7f0398f31a434ad33520bb7f4\"}",
"local": true
},
{
"step": 6,
"actor": "Bob",
"action": "Bob computes signature.",
"detail": "Bob computes signature.",
"payload": "\"signature\":\"ESC96SohMbYStb6XrAAx/VjVJ/cpXmgVhtsuWmVLlpYdPOZG70+ja0dSreZjAFBlXnH98dh18J/9CkyS3asZLVmB/x5/U4uwmqwK9qSia7Ta7VK2QYcrxXxCAlAJXBl/sluPtE+mRCf9Z0G27U7PYLkd4Vr7xKDl1axtVOuI7DP99owmmwu7FDmcY1D8v8bvKWqK7yFoSxUha6kNYFsVVGt+cJ9EbSSbPe5ZIembc2s3eGErcjrKUFl4ZscT1Vtv0O6lEwd33LDrEkuQUqrbn3pLUqZOrnM4Y11BnHAlifhFgK9AREtA0hybQbd4lHqKAxm6xigdiv6L9wbCJtuFrA\u003d\u003d\"}",
"local": true
},
{
"step": 7,
"actor": "Bob",
"action": "Bob verifies signature.",
"detail": "Bob verifies signature",
"payload": "",
"local": true
}
]