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

Only convert public keys to ristretto when we need to crypto #639

Open
stringhandler opened this issue Aug 1, 2023 · 0 comments
Open

Only convert public keys to ristretto when we need to crypto #639

stringhandler opened this issue Aug 1, 2023 · 0 comments

Comments

@stringhandler
Copy link
Contributor

Ristretto compression and decompression take a long time. In the base layer Tari project we always use RistrettoPublicKey which does some lazy decompression, but it could be more effective to only use the compressed bytes representation and only decompress when we need to do ECC

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

1 participant