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

Use full public keys #5

Closed

Conversation

thomash-acinq
Copy link
Collaborator

It was suggested to use a more compact x-only 32-bytes point for the public keys but this small optimization adds complexity elsewhere, instead we use the standard 33-bytes point that's already used everywhere else.

rustyrussell and others added 2 commits June 7, 2022 11:19
The reader can do it, and this avoids having to separately specify the
`first_node_id`.

Also clarify when using the path is mandatory.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
@thomash-acinq thomash-acinq changed the base branch from master to guilt/offers July 20, 2022 08:18
This was referenced Jul 20, 2022
@rustyrussell
Copy link
Owner

Applied this; I will now rewrite my code to handle it before looking at test vectors....

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

Successfully merging this pull request may close these issues.

2 participants