You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
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.
The text was updated successfully, but these errors were encountered: