Skip to content

Libsodium fix

SamwiseFilmore requested to merge libsodium-fix into master

Clearly I forgot to run the test suite...

There was a length mismatch because I didn't use the detached sign function. It also conveniently removes a copy...

This time I did run the tests, and added an optional -d flag to test.sh to run the tests in debug mode (for backtraces).

Merge request reports