-
Notifications
You must be signed in to change notification settings - Fork 493
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BOLT-04: use underscores in place of parens for blinded paths notation
In this commit, we propose a purely syntactical change to the current blinded paths specification. Rather than denote the public key of the i-th node as `E(i)`, we propose that instead it's denoted as: `E_i`. This results in less overall characters, and is more similar to notation customarily used in LaTeX. My personal preference is that the proposed notation is easier to scan at a glance, and also less ambiguous (doesn't look like a function call).
- Loading branch information
Showing
1 changed file
with
35 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters