astyle toxencryptsave.

This commit is contained in:
irungentoo 2014-10-16 20:59:52 -04:00
parent 6114bd7f3e
commit 87130997cd
No known key found for this signature in database
GPG Key ID: 10349DC9BED89E98
2 changed files with 9 additions and 3 deletions

View File

@ -40,9 +40,15 @@
#define TOX_PASS_KEY_LENGTH (crypto_box_KEYBYTES + crypto_pwhash_scryptsalsa208sha256_SALTBYTES)
int tox_pass_encryption_extra_length() {return TOX_PASS_ENCRYPTION_EXTRA_LENGTH;}
int tox_pass_encryption_extra_length()
{
return TOX_PASS_ENCRYPTION_EXTRA_LENGTH;
}
int tox_pass_key_length() {return TOX_PASS_KEY_LENGTH;}
int tox_pass_key_length()
{
return TOX_PASS_KEY_LENGTH;
}
/* This "module" provides functions analogous to tox_load and tox_save in toxcore
* Clients should consider alerting their users that, unlike plain data, if even one bit