TokTok / c-toxcore

The future of online communications.
https://tox.chat
GNU General Public License v3.0
2.21k stars 280 forks source link

Add wrappers for `crypto_sign_*` functions, stop using sodium directly in modules other than crypto_core #2680

Open iphydf opened 4 months ago

iphydf commented 4 months ago

Currently group_chats directly calls sodium functions, making it harder to make safe abstractions for Public_Key and Secret_Key.