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

Consider switching libnacl with PyNaCl #207

Open
uio-torjus opened this issue Jan 5, 2024 · 2 comments
Open

Consider switching libnacl with PyNaCl #207

uio-torjus opened this issue Jan 5, 2024 · 2 comments

Comments

@uio-torjus
Copy link
Contributor

Currently libnacl does not work with the newest version of libsodium.

PyNaCl seems to be better maintained than libnacl. We should consider switching.

@haatveit
Copy link
Contributor

haatveit commented Jan 7, 2024

Agreed, but last time I checked on this it seemed like PyNaCl doesn't provide an interface for libsodium's crypto_stream_xor() function, which we use extensively. Would probably have to try PR-ing support for this upstream before we can switch over, unless I'm mistaken.

@leondutoit
Copy link
Collaborator

Or PR supporting the newest version of libsodium in libnacl? Wonder which one is more effort.

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

3 participants