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

Replace libsodium dependency #2

Open
mberry opened this issue Jan 9, 2023 · 1 comment
Open

Replace libsodium dependency #2

mberry opened this issue Jan 9, 2023 · 1 comment

Comments

@mberry
Copy link
Member

mberry commented Jan 9, 2023

There's a fair bit of unsafe bindings and a C lib requirement to use the crate, would be nice to remove that and have it in pure rust.

We only need a few scalar operations, hashing can substituted with the Blake2 library

@Artoria2e5
Copy link

Artoria2e5 commented Feb 21, 2024

The curve25519-dalek people probably have these scalars covered. (There's always dryoc too!)

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