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

Add support for Sodium().pwhash.scryptsalsa208sha256 #267

Open
blaineam opened this issue Aug 1, 2024 · 1 comment
Open

Add support for Sodium().pwhash.scryptsalsa208sha256 #267

blaineam opened this issue Aug 1, 2024 · 1 comment
Labels

Comments

@blaineam
Copy link

blaineam commented Aug 1, 2024

I need this algorithm from libsodium to be available via swift is there any way you can add support for this? I see you are importing it from Clibsodium but don't have any implementation of it in swift yet.

Sodium().pwhash.scryptsalsa208sha256

Also, do I need to call something like this after calling Sodium().secretBox.seal...

Sodium().utils.increment(&nonce) because this does not appear to be implemented so Im guessing its not needed.

Copy link

github-actions bot commented Jan 1, 2025

This issue is stale because it has been open for 30 days with no activity.

@github-actions github-actions bot added the Stale label Jan 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant