toxcore
toxcore copied to clipboard
tox_pass_encrypt not use extension sse2 if disabled UDP
tox_pass_encrypt
not use extension sse2 if disabled UDP or toxcore not initialized with enabled UDP.
When enabled UDP, tox_new
calls the function sodium_init
sodium_init
sodium_init
function fills the list of available processor extensions. This list of requests crypto_pwhash_scryptsalsa208sha256_ll
function (tox_pass_encrypt
).