toxcore/toxencryptsave
iphydf 4746a8b3af
cleanup: Remove apidsl; remove crypto_memcmp.
* `crypto_memcmp` was replaced by more specific functions. We never want
  to compare arbitrary amounts of data this way. We use these functions
  to compare key material.
* apidsl has been bothering people, so now we un-bother them. You're
  welcome.
* Added the memlock/unlock functions from the New Group Chats branch.
* Remove some system dependencies in crypto_core_mem.c.
* Renamed UPPERCASE_NAMES to Snake_Camel_Case names.
2021-12-19 19:22:38 +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: Remove crypto_pwhash import. 2021-12-15 17:16:35 +00:00
toxencryptsave.h cleanup: Remove apidsl; remove crypto_memcmp. 2021-12-19 19:22:38 +00:00