toxcore/toxencryptsave
iphydf 73484d8995
cleanup: Use calloc instead of malloc for struct allocations.
`malloc` is used only for byte/int arrays. Also, we no longer allow plain
`void *` allocations. Every allocation should have a real value type.
2022-01-09 22:42:50 +00:00
..
BUILD.bazel cleanup: Remove crypto_pwhash import. 2021-12-15 17:16:35 +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 cleanup: Use calloc instead of malloc for struct allocations. 2022-01-09 22:42:50 +00:00
toxencryptsave.h chore: Fix up a few source code comment and style issues. 2021-12-21 18:14:53 +00:00