Skip to content

Conversation

tleonhardt
Copy link
Owner

Improvements include the following:

  • Include Pipfile for easily setting a Pipenv virtual environment for running the Python examples
  • Improved README build instructions for libsodium and Python examples
  • Ruggedized libsodium CMake build to help prevent linker errors on some platforms
  • Improved comments in nacl_encrypt_file.c libsodium file encryption example to warn that it is suitable only for files which can fit in the computer's RAM and a stream-based encryption should be used for larger files

Closes #1

Improvements include the following:
- Include Pipfile for easily setting a Pipenv virtual environment for running the Python examples
- Improved README build instructions for libsodium and Python examples
- Ruggedized libsodium CMake build to help prevent linker errors on some platforms
- Improved comments in nacl_encrypt_file.c libsodium file encryption example to warn that it is suitable only for files which can fit in the computer's RAM and a stream-based encryption should be used for larger files
@tleonhardt tleonhardt added the enhancement New feature or request label Nov 9, 2019
@tleonhardt tleonhardt self-assigned this Nov 9, 2019
@tleonhardt tleonhardt merged commit 736c515 into master Nov 9, 2019
@tleonhardt tleonhardt deleted the improvements branch November 9, 2019 17:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

crypto_secretbox_easy() memory limit
1 participant