Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] line-by-line breaks list numbering #162

Open
totikom opened this issue Apr 30, 2024 · 1 comment
Open

[BUG] line-by-line breaks list numbering #162

totikom opened this issue Apr 30, 2024 · 1 comment

Comments

@totikom
Copy link

totikom commented Apr 30, 2024

#slide(title: "ECDSA: corectness proof")[
   #line-by-line()[
    + $С = u_1 times G + u_2 times Q$
    + $С = u_1 times G + u_2 d times G$
    + $С = (u_1 + u_2 d) times G$
    + $С = (z s^(-1) + r s^(-1) d) times G$
    + $С = (z  + r d)s^(-1) times G$
    + $С = (z  + r d) k/(z + r d) times G$
    + $С = k times G = (x_2, y_2)$
   ]
]

is rendered to:
image

@andreasKroepelin
Copy link
Owner

Huh, how has this never come up before? Weird. I'd like to get rid of line-by-line in tge future anyways, it's just hacky.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants