We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It looks like Sodium-Native API is a subset of the libsodium API, but the Sodium-Javascript has some extra methods not found in either:
There are three types of extra methods:
generichash_ready
generichash_wasm_ready
_instance
_init
_update
_final
Should any/all of these be removed or replaced?
The text was updated successfully, but these errors were encountered:
After talking about this a bit in IRC, it sounds like methods can be removed if:
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
It looks like Sodium-Native API is a subset of the libsodium API, but the Sodium-Javascript has some extra methods not found in either:
There are three types of extra methods:
generichash_ready
should begenerichash_wasm_ready
?)_instance
, which were previously in Sodium-Native but have been removed (replaced by_init
,_update
, and_final
?).Should any/all of these be removed or replaced?
The text was updated successfully, but these errors were encountered: