What is the key from crypto_stream_keygen
used for in libsodium.js?
#1217
Unanswered
Jack-Edwards
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Libsodium.js symbols: https://github.com/jedisct1/libsodium.js/tree/master/wrapper/symbols
I noticed the ChaCha20 and XChaCha20 stream ciphers each have their own corresponding keygen functions in libsodium.js. These are
crypto_stream_chacha20_keygen
andcrypto_stream_xchacha20_keygen
.What is the key from the
crypto_stream_keygen
function supposed to be used for? Can it be ignored for the purposes of building a library that wraps libsodium.js?Beta Was this translation helpful? Give feedback.
All reactions