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 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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: