@@ -45,12 +80,20 @@ const steps = [
>
"{{ f.key }}":
- {{ f.value }},
+
+
+ {{ f.value }},
+
+ {{
+ f.key === 'id' ? 'hashing…' : 'signing…'
+ }}
+
// {{ f.comment
- }}computed
@@ -63,19 +106,34 @@ const steps = [
-
-
+
+
+ Click a step to walk through each state.
Anyone recomputes the hash and checks sig against your
@@ -83,3 +141,30 @@ const steps = [
+
+