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 · 0 comments
Open

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

blaineam opened this issue Aug 1, 2024 · 0 comments

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.

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

1 participant