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

Sender generates keys with partial secret #44

Merged
merged 2 commits into from
Sep 17, 2023

Conversation

Sosthene00
Copy link
Contributor

Closes #38

@cygnet3
Copy link
Owner

cygnet3 commented Sep 16, 2023

Looks good, two points:

  1. the decode_scan_pubkey function was used at first to get the scan key to calculate the ecdh_shared_secret. Since we now give the partial secret, I think we should remove this function too
  2. Can you fix the unused import warning?

@cygnet3 cygnet3 merged commit 36d28c0 into cygnet3:master Sep 17, 2023
1 check passed
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.

Change input in 'generate_recipient_pubkey' from shared secret to partial shared secret
2 participants