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 compressed representation of public key during export #348

Open
romanstrobl opened this issue Nov 9, 2020 · 0 comments
Open

Use compressed representation of public key during export #348

romanstrobl opened this issue Nov 9, 2020 · 0 comments
Assignees

Comments

@romanstrobl
Copy link
Member

The compressed representation of EC public keys provides following benefits:

  • the exported key is shorter, takes less space in database and during transport
  • the key format will be unified with PowerAuth mobile SDK
  • some of the invalid curve attacks are impossible with compressed key due to absence of the y coordinate
@romanstrobl romanstrobl self-assigned this Nov 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant