Skip to content

Instantly share code, notes, and snippets.

@dubslow
Created October 12, 2014 07:48
Show Gist options
  • Save dubslow/a88ed05cb606bd930c0b to your computer and use it in GitHub Desktop.
Save dubslow/a88ed05cb606bd930c0b to your computer and use it in GitHub Desktop.
core.cpp:1461:37: error: ‘crypto_box_MACBYTES’ was not declared in this scope
uint8_t encrypted[data.size() + TOX_PASS_ENCRYPTION_EXTRA_LENGTH];
^
core.cpp:1461:37: error: ‘crypto_box_NONCEBYTES’ was not declared in this scope
uint8_t encrypted[data.size() + TOX_PASS_ENCRYPTION_EXTRA_LENGTH];
^
core.cpp:1461:37: error: ‘crypto_pwhash_scryptsalsa208sha256_SALTBYTES’ was not declared in this scope
uint8_t encrypted[data.size() + TOX_PASS_ENCRYPTION_EXTRA_LENGTH];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment