toxcore/toxencryptsave/crypto_pwhash_scryptsalsa208sha256
iphydf f8ab32aaa4
Add a check that we don't have any unused functions.
This check puts all of our code in a C++ anonymous namespace, which is
effectively making all functions `static`. This allows the compiler to
determine that a function is unused, so we can delete it.
2020-05-02 22:00:09 +01:00
..
nosse encrypted save fully work with both libsodium and nacl 2014-09-12 21:15:05 -05:00
sse Add a check that we don't have any unused functions. 2020-05-02 22:00:09 +01:00
crypto_pwhash_scryptsalsa208sha256.h Standardise header guards. 2018-09-14 19:09:10 +00:00
crypto_scrypt-common.c Fixes to the imported sodium sources to compile without warnings. 2018-06-25 20:09:53 +00:00
crypto_scrypt.h Standardise header guards. 2018-09-14 19:09:10 +00:00
export.h Standardise header guards. 2018-09-14 19:09:10 +00:00
note_to_maintainers.txt compiling against nacl seems to break VANILLA_NACL... 2014-09-09 12:23:09 -05:00
pbkdf2-sha256.c Fixes to the imported sodium sources to compile without warnings. 2018-06-25 20:09:53 +00:00
pbkdf2-sha256.h Standardise header guards. 2018-09-14 19:09:10 +00:00
pwhash_scryptsalsa208sha256.c Remove tokstyle exemptions from build files. 2020-04-16 11:05:08 +00:00
runtime.c Fixes to the imported sodium sources to compile without warnings. 2018-06-25 20:09:53 +00:00
runtime.h Standardise header guards. 2018-09-14 19:09:10 +00:00
scrypt_platform.c encrypted save fully work with both libsodium and nacl 2014-09-12 21:15:05 -05:00
sysendian.h Standardise header guards. 2018-09-14 19:09:10 +00:00