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

Are blake3 and pysodium dependencies used? #31

Closed
lenkan opened this issue Dec 20, 2023 · 3 comments
Closed

Are blake3 and pysodium dependencies used? #31

lenkan opened this issue Dec 20, 2023 · 3 comments

Comments

@lenkan
Copy link

lenkan commented Dec 20, 2023

I could not find any reference to them in the codebase, so just wondering if they are still needed in this project? The blake3 dependency specifically makes it a little bit more cumbersome to use.

@SmithSamuelM
Copy link
Contributor

Given this is a python project Not sure why Blake3 is more cumbersome than libsodium. The original intent was that Hio would have a relaible UDP message protocol support, but that may move to its own repo as it now will likely use CESR. So the dependencies on libsodium and blake3 may be stale and could be removed.

@lenkan
Copy link
Author

lenkan commented Dec 21, 2023

Given this is a python project Not sure why Blake3 is more cumbersome than libsodium.

The blake3 dependency install was the one that failed first when I was trying to build a docker image with this library. It seemed to require me to set up rust first.

@SmithSamuelM
Copy link
Contributor

fixed in hio 0.6.10 see #32

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