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

[Feature]: Passkey - Optimize P256 signature verification #2055

Open
1 task done
aramikm opened this issue Jul 3, 2024 · 0 comments
Open
1 task done

[Feature]: Passkey - Optimize P256 signature verification #2055

aramikm opened this issue Jul 3, 2024 · 0 comments
Labels
blocked Blocked by another issue enhancement New feature or request

Comments

@aramikm
Copy link
Collaborator

aramikm commented Jul 3, 2024

Details

Currently P256 signature verification is around 22 times heavier compared to a Sr25519 one in WASM and 6 times heavier in native code.
We would like to optimize the verification in WASM as much as possible to be closer to native one.

blocked by

Approach

Searched for Related Issues

  • I have done a search for related issues and either found none, or noted them
@aramikm aramikm added enhancement New feature or request blocked Blocked by another issue labels Jul 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked Blocked by another issue enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant