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
sodium-native
An issue to track the inconsistencies between sodium-native and sodium-javascript:
sodium-javascript
crypto_secretstream
crypto_generichash
crypto_hash
crypto_onetimeauth
crypto_stream
crypto_aead_keygen
crypto_kx
crypto_aead_xchacha20poly1305
randombytes_uniform
randombytes_random
randombytes_deterministic
crypto_pwhash
sodium_compare
sodium_add
sodium_sub
sodium_pad
The text was updated successfully, but these errors were encountered:
No branches or pull requests
An issue to track the inconsistencies between
sodium-native
andsodium-javascript
:inconsistency
crypto_secretstream
tags are buffersstate API
crypto_generichash
state API not implementedcrypto_hash
state API not implementedcrypto_onetimeauth
state API not implementedcrypto_stream
state API not implementedmissing methods
crypto_aead_keygen
is not implementedcrypto_kx
is not implementedcrypto_aead_xchacha20poly1305
is not implementedrandombytes_uniform
not implementedrandombytes_random
not implementedrandombytes_deterministic
not implementedcrypto_pwhash
not implementedsodium_compare
not implementedsodium_add
not implementedsodium_sub
not implementedsodium_pad
not implementedThe text was updated successfully, but these errors were encountered: