toxcore/toxencryptsave
iphydf ddda605509
fix: Don't crash if RNG init failed.
`system_random()` can fail and return NULL, which should be handled by
toxencryptsave functions.

Also synced function comments between .h and .c file for toxencryptsave.
2022-04-03 20:46:44 +00:00
..
BUILD.bazel fix: Fix some uninitialised memory errors found by valgrind and msan. 2022-01-13 20:15:21 +00:00
defines.h cleanup: Remove crypto_pwhash import. 2021-12-15 17:16:35 +00:00
Makefile.inc cleanup: Remove crypto_pwhash import. 2021-12-15 17:16:35 +00:00
toxencryptsave.c fix: Don't crash if RNG init failed. 2022-04-03 20:46:44 +00:00
toxencryptsave.h fix: Don't crash if RNG init failed. 2022-04-03 20:46:44 +00:00