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

Pytorch support #319

Open
johnlockejrr opened this issue May 17, 2024 · 1 comment
Open

Pytorch support #319

johnlockejrr opened this issue May 17, 2024 · 1 comment

Comments

@johnlockejrr
Copy link

Not an issue but an idea: wouldn't be great to add GPU support with pytorch? Anyone thought about that?

@RESBI
Copy link

RESBI commented May 25, 2024

I did a performance checking, it shows that most of the time was taken by the private_key_to_public_key function

def private_key_to_public_key(private_key, fastecdsa):

so I think adding a GPU supportance would greatly improve the performance, but the codes need to be reconstructed.

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